The setWidth and setHeight methods on SVGOMRect class do not do anything.
public void setWidth( float width ) throws DOMException { this.w = w; ^ should be width }
public void setHeight( float height ) throws DOMException { this.h = h; ^ should be height }
Hi Paul,
Thanks for reporting this, but it is already fixed in CVS.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]