Bug 157981
Summary: | Disable antialising for SVG shapes with shape-rendering="optimizeSpeed" | ||
---|---|---|---|
Product: | WebKit | Reporter: | Philip Rogers <pdr> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bfulgham, webkit-bug-importer, zimmermann |
Priority: | P3 | Keywords: | InRadar |
Version: | Safari Technology Preview | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Philip Rogers
This is a pretty minor feature request so I've marked it as a P3.
SVG shapes with shape-rendering: optimizeSpeed disable antialiasing in Blink and Gecko, but not WebKit. This was only recently changed in Blink [1] and it may be worth switching WebKit as well.
The spec clearly states that this is optional:
https://svgwg.org/svg2-draft/single-page.html#painting-ShapeRendering
"This option will sometimes cause the user agent to turn off shape anti-aliasing."
[1] https://chromium.googlesource.com/chromium/src/+/e04404cc853af2b6b91744e9d6d8a15403d1d426%5E%21/#F4
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brent Fulgham
Feature Request
Radar WebKit Bug Importer
<rdar://problem/97102266>