[Webkit-unassigned] [Bug 76177] SVG group getBBox returns 0, 0, 0, 0 for a group of perpendicular paths

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 17 17:48:34 PST 2012


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #122806|review?, commit-queue?      |review+, commit-queue+
               Flag|                            |




--- Comment #12 from Darin Adler <darin at apple.com>  2012-01-17 17:48:33 PST ---
(From update of attachment 122806)
View in context: https://bugs.webkit.org/attachment.cgi?id=122806&action=review

Does the test cover the “united with 0,0,0,0” issue?

> Source/WebCore/rendering/svg/SVGRenderSupport.cpp:194
> +        if (isFirstChild)
> +            isFirstChild = false;

No need for the if here. An unconditional assignment does the same thing.

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