Hi,

I am trying to modify the transform attribute of a text element in my svg.
I have the following in my svg

<text transform="0.75 0 0 1 24.68 37.51"

I need to translate the text element by a value that needs to be
determined. I understand that the above transform attribute is made of two
transformations, first one being a translation and second being a
scaling.

I am able to retrieve the matrix by saying

textElement.getTransform().getBaseVal().consolidate().getMatrix().

Can i call setE() on the matrix directly ? will this result in the
appropriate translation ?

thanks
Ananth

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

Reply via email to