Bug 124818 - FilterRes SVG parameter not being applied / recognized
Summary: FilterRes SVG parameter not being applied / recognized
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-24 12:13 PST by javismiles
Modified: 2022-07-15 16:45 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.