- From: Sebastian Görg <Sebastian.Goerg@gmx.de>
- Date: Tue, 4 Jan 2011 18:21:59 +0100
- To: www-svg@w3.org
Hallo W3C-SVG-Members,
on your reference for "feColorMatrix" Element is laid down that
ALL "presentation attributes" are allowed for this element. On the
other hand in the xml schema file these attributes cause a sax parser
exception.
This will not be parsed correctly due to the
"color-interpolation-filters" attribute:
<filter id="Adobe_OpacityMaskFilter" filterUnits="userSpaceOnUse" x="217.567" y="108.737" width="588.925" height="192.208">
<feColorMatrix type="matrix" values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0"
color-interpolation-filters="sRGB" result="source"/>
</filter>
kind regards
Sebastian
Received on Tuesday, 4 January 2011 22:27:32 UTC