[Webkit-unassigned] [Bug 25532] Clean up SVG rendering tree more

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 3 21:01:49 PDT 2009


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


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #29979|                            |review?
               Flag|                            |




------- Comment #8 from eric at webkit.org  2009-05-03 21:01 PDT -------
Created an attachment (id=29979)
 --> (https://bugs.webkit.org/attachment.cgi?id=29979&action=view)
Add SVGRenderBase to share logic between SVG renderers

 WebCore/ChangeLog                               |   39 ++++++++++++++++++
 WebCore/rendering/RenderSVGBlock.h              |    3 +-
 WebCore/rendering/RenderSVGImage.h              |    3 +-
 WebCore/rendering/RenderSVGModelObject.h        |    7 ++-
 WebCore/rendering/RenderSVGRoot.h               |    3 +-
 WebCore/rendering/SVGRenderSupport.cpp          |   20 ++++-----
 WebCore/rendering/SVGRenderSupport.h            |   50 ++++++++++++++--------
 WebCore/rendering/SVGRootInlineBox.cpp          |    9 ++--
 WebCore/svg/SVGMaskElement.cpp                  |    2 +-
 WebCore/svg/SVGPatternElement.cpp               |    4 +-
 WebCore/svg/graphics/SVGPaintServerGradient.cpp |    5 +-
 11 files changed, 100 insertions(+), 45 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