[Webkit-unassigned] [Bug 103725] getBBox() return wrong bounding box in <use> tag

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 7 01:37:48 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=103725


webkit at zui.user.lysator.liu.se changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |webkit at zui.user.lysator.liu
                   |                            |.se




--- Comment #5 from webkit at zui.user.lysator.liu.se  2012-12-07 01:40:15 PST ---
This exact issue has been discussed on www-svg before:
http://lists.w3.org/Archives/Public/www-svg/2010Jan/0049.html

It all comes down to how x,y on <use> should be interpreted. I'd argue that Opera's behaviour is the most intuitive to authors, and is the behaviour our users have asked us for, on www-svg and elsewhere. Yes, the x,y does get treated as a transform in the generated shadowtree, but they're still x,y-attributes on the <use> element, and so it's reasonable to expect that they behave the same as every other x,y attribute pair (in other words: they affect the bbox of the element).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list