Pentagram: Difference between revisions

Content added Content deleted
m (→‎{{header|Perl 6}}: more universal rotation angle)
Line 531: Line 531:
:polyline[ :points(@points.join: ','),
:polyline[ :points(@points.join: ','),
:style("stroke:blue; stroke-width:3; fill:seashell;"),
:style("stroke:blue; stroke-width:3; fill:seashell;"),
:transform("translate($dim,$dim) rotate(-18)")
:transform("translate($dim,$dim) rotate(-90)")
],
],
],
],