news <[EMAIL PROTECTED]> wrote on 04/14/2006 01:38:56 PM:

> > According to the spec[1], the values attribute for an feColorMatrix of
> > type 'saturate' should be a single number from 0 to 1.  If ASV6 allows
> > "40%" and interprets it as "0.4", then it is incorrect.

> Because the example is from spec, I'm little confused... :)

   Specifications are not immune from errors ;).  Your example comes from
the 1.0 spec, the 1.1 spec fixed this error:

    <filter id="Saturate40" filterUnits="objectBoundingBox" 
            x="0%" y="0%" width="100%" height="100%">
      <feColorMatrix type="saturate" in="SourceGraphic" values="0.4"/>
    </filter>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to