Closed
Bug 376212
Opened 19 years ago
Closed 19 years ago
SVG Filter feColorMatrix does not seem to work
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: codedread, Unassigned)
References
()
Details
The image on the right should be greyscale. It is in Opera 9.1.
| Reporter | ||
Comment 1•19 years ago
|
||
http://www.codedread.com/labs/svg/articles/svg-evolution-3/grey.svg is the testcase and http://www.codedread.com/labs/svg/articles/svg-evolution-3/greyscale.png is what is should look like.
Comment 2•19 years ago
|
||
From the SVG spec... For type="matrix", values is a list of 20 matrix values. Your example has 25 and is therefore invalid.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 3•19 years ago
|
||
Thank you Robert and tor for helping me to correct this sample.
You need to log in
before you can comment on or make changes to this bug.
Description
•