Letractively / svgweb

Automatically exported from code.google.com/p/svgweb
Other
0 stars 0 forks source link

Implement SVGTransform transform property #393

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The _getTransform and _setTransform magic properties from the SVGTransform
interface aren't fill out. Implement them.

Original issue reported on code.google.com by bradneub...@gmail.com on 5 Nov 2009 at 11:49

GoogleCodeExporter commented 8 years ago
I also need this function when I try to visualize a map, where I should make 
some 
transform to the coordinates, e.g.,  
<g id="tran" transform="translate(0, 4348127),scale(1,-1)">

Original comment by huanghao...@gmail.com on 7 May 2010 at 4:06