Replicating randomized shapes
<random attributeName="d" |
Replicated random triangles -- layed out using horizontal translation |
<svgr:random attributeName="d" |
random medieval town at http://cs.sru.edu/~ddailey/svg/rnd-trial5.svg |
<svgr:random
min="M 175,200 100,200 100,130 H 120 L 140, 90 155,
90 180, 50 205, 90 H 230 L 280, 90 360,130 360 200 z" attributeName="d" max="M 175,200 100,200 100,190 H 120 L 140,160 155,160 180,120 205,160 H 260 L 340,170 360,190 360 200 z" /> <svgr:random attributeName="fill" min="hsl(20, 5%, 15%)" max="hsl(200, 30%, 35%)" /> |
http://cs.sru.edu/~ddailey/svg/randA2.svg which in additon to using HSL instead of RGB, |