[Webkit-unassigned] [Bug 54538] symbol display <use> at wrong scale

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 22 03:00:24 PST 2011


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





--- Comment #8 from Nikolas Zimmermann <zimmermann at kde.org>  2011-02-22 03:00:24 PST ---
(In reply to comment #7)
> 'this' is corresponding use element instead of direct referencing use element.
> corresponding use element is not same as direct referencing use element in some cases.
What you currently do is: initialize m_directUseElement to 0 in the constructor.
Then you call setDirectUseElement(this) from SVGUseElement _or_ setDirectUseElement(target).
So it's perfectly fine to use the same values as correspondingUseElement as default for directUseElement.
This just saves to call setDirectUseElement(this) in one place.

-- 
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