Pentagram: Difference between revisions

m
mNo edit summary
Line 252:
Drawing(1200, 1400)
origin()
setline(216)
background("white")
 
# To get a different color border from the fill, draw twice, first with fill, then without.
sethue("redaqua")
setline(2)
star(0, 0, 500, 5, 0.39, 0, :fill)
 
sethue("navy")
setline(8)
verts = star(0, 0, 500, 5, 0.5, 0, vertices=true)
poly([verts[i] for i in [1,5,9,3,7,1]], :stroke)
4,105

edits