Hi,

> My question is :
> - how could i apply some transformations to mySVGDocument before
> creating the updated graphics node to paint ?
>  
> I had a look to the SVGTransformList DOM interface but i could not
> find any method to get this object from my SVGDocument.
> I you have an idea, or an example, it would be great !

Here is the sample code to get SVGTransformList from an Element as in
SVG DOM API
SVGTransformList transformList =
((SVGTransformable)element).getTransform().getBaseVal();

Then you can use the transformList to set transform stuff.

Best Regards
Tonny Kohar
 
-- 
Sketsa 
SVG Graphics Editor
http://www.kiyut.com



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to