Peripheral drift illusion: Difference between revisions

m
→‎{{header|Raku}}: clean up some stray white space
m (Thundergnat moved page Peripheral Drift Illusion to Peripheral drift illusion: Capitilzation policy)
m (→‎{{header|Raku}}: clean up some stray white space)
Line 273:
my $x = $X * 75;
my $y = $Y * 75;
:use[ 'xlink:href' => '#block', 'transform' => "rotate($r,$x,$y) translate($x,$y)" ]
}
 
Line 283:
:g[
:id<block>,
:polygon[ :points<-25,-25,-25,25,25,25>, :style< fill:white;stroke:white>],
:polygon[ :points<25,25,25,-25,-25,-25>, :style< fill:black;stroke:black>],
:rect[:x<-20>, :y<-20>, :width<40>, :height<40>, :fill<#3250ff>]
]
10,333

edits