Bug 124818

Summary: FilterRes SVG parameter not being applied / recognized
Product: WebKit Reporter: javismiles <ideami>
Component: SVGAssignee: 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   

Description javismiles 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
Comment 1 javismiles 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.
Comment 2 Dirk Schulze 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!
Comment 3 Simon Fraser (smfr) 2018-09-23 10:22:15 PDT
filteRes is now deprecated: bug 129565.