以下の内容はhttps://sangaku0418.hatenablog.com/entry/2021/09/04/162817より取得しました。


家紋シリーズ 稲妻(2) 角立て絡み稲妻

家紋シリーズ 稲妻(2) 角立て絡み稲妻

plotter.jl を include

sangaku0418.hatenablog.com

include("plotter.jl")

function sumitatekaramiinazuma(; r=1, width=400, height=400)
    plotbegin(w=width, h=height)
    x = [0, 39, 5, -29, -5, 19, 5, -9, -5, 5, 11, -5,
         -21, 5, 31, -4] .* r

    y = [-39, 0, 34, 0, -24, 0, 14, 0, -4, 6, 0, -16,
         0, 26, 0, -35] .* r

    plotpolygon(x, y, lwd=0, fcol=:black)
    plotpolygon(-x , -y, lwd=0, fcol=:black)
    plotend()
end

sumitatekaramiinazuma()




以上の内容はhttps://sangaku0418.hatenablog.com/entry/2021/09/04/162817より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14