Bug 65236
| Summary: | Adding own renderers to the basic SVG shapes | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Renata Hodovan <rhodovan.u-szeged> |
| Component: | SVG | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Dirk Schulze
At this point I don't think we want to add more diversity. You can convince me of course.