Bug 89222 - feColorMatrix filter with type="saturate" and invalud values attribute should not display
Summary: feColorMatrix filter with type="saturate" and invalud values attribute should...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://jsfiddle.net/uNdDn/
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-15 09:22 PDT by Robert Longson
Modified: 2012-06-15 11:00 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Longson 2012-06-15 09:22:12 PDT
http://www.w3.org/TR/SVG/filters.html#feColorMatrixElement

For type="saturate", ‘values’ is a single real number value (0 to 1).

According to https://bugzilla.mozilla.org/show_bug.cgi?id=765141#c0 this displays something in Chrome.

Opera and Firefox correctly display nothing as the filter is in error.
Comment 1 Dirk Schulze 2012-06-15 11:00:02 PDT
It was fixed some weeks ago. Thanks for reporting.