Spirale di cerchi


Una spirale di cerchi colorati

image

startshape SPIRALE
rule SPIRALE
{
   CIRCLE{ }
   SPIRALE
   {
      x 1
      y 1
      r 45.3
      s 0.9955
      hue 0.2
      sat 0.1
      b 0.01
   }
}




Quattro spirali intrecciate

image

startshape SPIRALEG
rule SPIRALEG
{
   SPIRALE{ x 2 }
   SPIRALE{ y 2 }
   SPIRALE{ x -2 }
   SPIRALE{ y -2 }
}
rule SPIRALE
{
   CIRCLE{ }
   SPIRALE
   {
      x 1
      y 1
      r 45.3
      s 0.9955
      hue 0.2
      sat 0.1
      b 0.01
   }
}
There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki