[Webkit-unassigned] [Bug 63930] Pixel difference in FEMorphology effect
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 15 05:33:03 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=63930
Zoltan Herczeg <zherczeg at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #100943|review?, commit-queue? |review-, commit-queue-
Flag| |
--- Comment #12 from Zoltan Herczeg <zherczeg at webkit.org> 2011-07-15 05:33:01 PST ---
(From update of attachment 100943)
View in context: https://bugs.webkit.org/attachment.cgi?id=100943&action=review
> Source/WebCore/svg/SVGFEMorphologyElement.cpp:132
> + if (attrName == SVGNames::radiusAttr) {
> + bool isRadiusXChanged = morphology->setRadiusX(radiusX());
> + bool isRadiusYChanged = morphology->setRadiusY(radiusY());
> + return isRadiusXChanged || isRadiusYChanged;
> + }
Please put a comment here why this form is needed.
--
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