The SVG components that subclass GraphicShape use getBBox to feed the size into the resize method. This is a problem due to a Firefox bug which prevents the use of getBBox() before an SVG element is added to the document hierarchy.[1]
I’m not sure I understand why getBBox() is being called at all. If the width and height is set, it seems to me like that should be used, and if not, why set a width and height at all? Harbs [1]https://bugzilla.mozilla.org/show_bug.cgi?id=612118 <https://bugzilla.mozilla.org/show_bug.cgi?id=612118>
