[webkit-reviews] review requested: [Bug 14060] [CAIRO] SVG support : [Attachment 15001] Cairo SVG support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 13 07:45:06 PDT 2007


Alp Toker <alp at atoker.com> has asked  for review:
Bug 14060: [CAIRO] SVG support
http://bugs.webkit.org/show_bug.cgi?id=14060

Attachment 15001: Cairo SVG support
http://bugs.webkit.org/attachment.cgi?id=15001&action=edit

------- Additional Comments from Alp Toker <alp at atoker.com>
 ChangeLog						     |	 29 ++
 WebCore.pro						     |	 15 +
 platform/graphics/svg/SVGPaintServerPattern.h		     |	  2 
 platform/graphics/svg/SVGPaintServerSolid.h		     |	  2 
 platform/graphics/svg/cairo/RenderPathCairo.cpp	     |	 58 +++++
 platform/graphics/svg/cairo/SVGPaintServerCairo.cpp	     |	 71 +++++++
 platform/graphics/svg/cairo/SVGPaintServerGradientCairo.cpp |	118
++++++++++++
 platform/graphics/svg/cairo/SVGPaintServerPatternCairo.cpp  |	 42 ++++
 platform/graphics/svg/cairo/SVGPaintServerSolidCairo.cpp    |	 78 +++++++
 platform/graphics/svg/cairo/SVGResourceClipperCairo.cpp     |	 69 +++++++
 platform/graphics/svg/cairo/SVGResourceMaskerCairo.cpp      |	 50 +++++
 11 files changed, 532 insertions(+), 2 deletions(-)


Support is fairly complete except for gradients, but there are still some TODOs
and extensive testing against the SVG test suite is still needed.



More information about the webkit-reviews mailing list