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
}



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



Reply via email to