Bug 124818
Summary: | FilterRes SVG parameter not being applied / recognized | ||
---|---|---|---|
Product: | WebKit | Reporter: | javismiles <ideami> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | bfulgham, ideami, krit, simon.fraser, zimmermann |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
javismiles
Hi, im currently creating a web app that applies SVG to html elements,
Because of the way the app works, i need to use the SVG parameter FilterRes
http://www.w3.org/TR/SVG/filters.html#FilterElementFilterResAttribute
in order to specify the resolution to ensure best quality
This parameter is supported by Firefox, but not by chrome,
This parameter is part of the SVG official set so it should be hopefully supported
by webkit/chrome
http://www.w3.org/TR/SVG/filters.html#FilterElementFilterResAttribute
thanks very much
Jav
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
javismiles
‘filterRes’
This attribute takes the form x-pixels [y-pixels], and indicates the width and height of the intermediate images in pixels. If not provided, then the user agent will use reasonable values to produce a high-quality result on the output device.
Dirk Schulze
(In reply to comment #1)
> ‘filterRes’
> This attribute takes the form x-pixels [y-pixels], and indicates the width and height of the intermediate images in pixels. If not provided, then the user agent will use reasonable values to produce a high-quality result on the output device.
filterRes is implemented in WebKit and Blink. If you have a minified particular test that doesn't work, please attach it to this bug report. Thanks!
Simon Fraser (smfr)
filteRes is now deprecated: bug 129565.