[Webkit-unassigned] [Bug 67700] REGRESSION(65665): Pattern size being clamped to SVG size can prevent transformed elements from being fully covered by userSpaceOnUse patterns

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 27 13:43:19 PDT 2011


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #108886|review?                     |review+
               Flag|                            |




--- Comment #30 from Darin Adler <darin at apple.com>  2011-09-27 13:43:18 PST ---
(From update of attachment 108886)
View in context: https://bugs.webkit.org/attachment.cgi?id=108886&action=review

> Source/WebCore/rendering/svg/SVGImageBufferTools.cpp:31
> +static float kMaxImageBufferSize = 4096.0;

Nitpick: This should just be 4096 (an int) rather than 4096.0 (a double). Neither is a float, but that's OK.

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