Tuesday, April 9, 2013

SVG Hints


https://mdn.mozillademos.org/files/224/Canvas_default_grid.png 



 



 



 


Reverse/mirror translated text

<svg:text x="10" y="20" transform="scale(-1 1)">Reverse</svg:text>

 <svg:g xmlns="http://www.w3.org/2000/svg" transform="translate(0,0)" >


 <svg:g xmlns="http://www.w3.org/2000/svg" transform="translate(50,0)" >



Display graphic twice as large

transform="scale(2)"

Reduce the graphic by half

transform="scale(0.5)"



 

5:03 PMtech-mashup