Bug 65236

Summary: Adding own renderers to the basic SVG shapes
Product: WebKit Reporter: Renata Hodovan <rhodovan.u-szeged>
Component: SVGAssignee: Renata Hodovan <rhodovan.u-szeged>
Status: RESOLVED INVALID    
Severity: Normal CC: kling, krit, rwlbuis, tonikitoo, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 44374, 65769, 80423, 81472    
Bug Blocks:    

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.