[Webkit-unassigned] [Bug 20543] SVG should use the new Gradient support on GraphicsContext
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 27 05:45:55 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=20543
------- Comment #1 from eric at webkit.org 2008-08-27 05:45 PDT -------
Created an attachment (id=23025)
--> (https://bugs.webkit.org/attachment.cgi?id=23025&action=view)
Update SVG to use new fill/stroke functions for gradients
.../JavaScriptCore.xcodeproj/project.pbxproj | 3 -
WebCore/rendering/SVGRenderTreeAsText.cpp | 1 -
WebCore/svg/GradientAttributes.h | 14 ++-
WebCore/svg/LinearGradientAttributes.h | 15 ++-
WebCore/svg/RadialGradientAttributes.h | 15 ++-
WebCore/svg/SVGGradientElement.cpp | 2 +-
WebCore/svg/SVGLinearGradientElement.cpp | 9 +-
WebCore/svg/SVGLinearGradientElement.h | 2 -
WebCore/svg/SVGRadialGradientElement.cpp | 5 +-
WebCore/svg/graphics/SVGPaintServer.h | 9 +-
WebCore/svg/graphics/SVGPaintServerGradient.cpp | 17 +--
WebCore/svg/graphics/SVGPaintServerGradient.h | 39 +----
WebCore/svg/graphics/cg/SVGPaintServerCg.cpp | 32 +----
.../svg/graphics/cg/SVGPaintServerGradientCg.cpp | 177 ++------------------
14 files changed, 75 insertions(+), 265 deletions(-)
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list