Hi Marco, I think you are wrong. You can do something like: rect.x.baseVal.value = 10 or rect.x.baseVal.newValueSpecifiedUnits(SVG_LENGTHTYPE_PX, 10)
The raises specifications in the IDL are because some instances of SVGAnimatedLength and SVGLength are readonly, so attempts to set those will result in exceptions. Thomas On Thu, Jun 28, 2012 at 7:26 AM, <m...@mherrn.de> wrote: > > The SVG rect element makes x, y, width & height available as SVG Animated > > lengths. These are a bit more complex but can be used for this. > > Yes, but it only provides getters for these attributes. No setters. > > Regards > Marco > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: batik-users-unsubscr...@xmlgraphics.apache.org > For additional commands, e-mail: batik-users-h...@xmlgraphics.apache.org > >