[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:46:05 PDT 2008


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





------- Comment #4 from eric at webkit.org  2008-08-27 05:46 PDT -------
Created an attachment (id=23028)
 --> (https://bugs.webkit.org/attachment.cgi?id=23028&action=view)
SVG Gradient fixes to pass all but one test

 WebCore/platform/graphics/FloatSize.h              |    1 +
 WebCore/svg/GradientAttributes.h                   |   13 +++++++---
 WebCore/svg/LinearGradientAttributes.h             |    1 +
 WebCore/svg/RadialGradientAttributes.h             |   24 +++++++++++++++----
 WebCore/svg/SVGLinearGradientElement.cpp           |    3 +-
 WebCore/svg/SVGRadialGradientElement.cpp           |    4 +-
 WebCore/svg/graphics/cg/CgSupport.cpp              |    1 +
 WebCore/svg/graphics/cg/CgSupport.h                |    1 +
 WebCore/svg/graphics/cg/SVGPaintServerCg.cpp       |    3 +-
 .../svg/graphics/cg/SVGPaintServerGradientCg.cpp   |   23 +++++++++++-------
 10 files changed, 50 insertions(+), 24 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