RESOLVED WONTFIX 124818
FilterRes SVG parameter not being applied / recognized
https://bugs.webkit.org/show_bug.cgi?id=124818
Summary FilterRes SVG parameter not being applied / recognized
javismiles
Reported 2013-11-24 12:13:09 PST
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
javismiles
Comment 1 2013-11-24 12:14:27 PST
‘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
Comment 2 2013-12-02 09:26:38 PST
(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)
Comment 3 2018-09-23 10:22:15 PDT
filteRes is now deprecated: bug 129565.
Note You need to log in before you can comment on or make changes to this bug.