RESOLVED INVALID 65236
Adding own renderers to the basic SVG shapes
https://bugs.webkit.org/show_bug.cgi?id=65236
Summary Adding own renderers to the basic SVG shapes
Renata Hodovan
Reported 2011-07-27 00:13:49 PDT
SVG shapes such as <rect>, <circle>, <ellipse>, <line> etc are currently all rendered by RenderSVGPath, which means that they are synthesized into WebCore::Path objects and drawn via GraphicsContext's fillPath/strokePath methods. The purpose is to take advantages of the underlaying platform's specific drawing methods, which are already accessible via GraphicsContext (drawRect, drawEllipse, and so on) This is the master bug of all new renderers.
Attachments
Dirk Schulze
Comment 1 2014-05-13 22:41:34 PDT
At this point I don't think we want to add more diversity. You can convince me of course.
Note You need to log in before you can comment on or make changes to this bug.