Hi Peppe,
Peppe <[EMAIL PROTECTED]> wrote on 11/28/2006 07:21:54 AM:
> I have a rect with attribute "transform" with attribute "translate"
"rotate"
> and "scale". How can i get, to modify it, only translate attribute?
You should be able to use the SVGAnimatedTransformList interface
of the DOM to manipulate the transform attribute (you want the
baseVal which is an SVGTransformList, which let's you iterate
of the contents of the transform attribute). You can get
the SVGAnimatedTransformList from the SVGTransformable interface
which the graphical elements in SVG implement.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]