[Webkit-unassigned] [Bug 32787] SVG Mask result wrong, if two different objects call the same mask id
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Dec 27 06:32:56 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=32787
Nikolas Zimmermann <zimmermann at kde.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #45522|review? |review+
Flag| |
--- Comment #7 from Nikolas Zimmermann <zimmermann at kde.org> 2009-12-27 06:32:56 PST ---
(From update of attachment 45522)
LGTM, r=me.
Please remove trailing spaces, before landing below:
> Index: WebCore/svg/graphics/SVGResourceFilter.cpp
> ===================================================================
> --- WebCore/svg/graphics/SVGResourceFilter.cpp (revision 52220)
> +++ WebCore/svg/graphics/SVGResourceFilter.cpp (working copy)
> @@ -52,7 +52,7 @@ SVGResourceFilter::SVGResourceFilter(con
> , m_savedContext(0)
> , m_sourceGraphicBuffer(0)
> {
> - m_filterBuilder.set(new SVGFilterBuilder());
> + m_filterBuilder.set(new SVGFilterBuilder());
> }
--
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