DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=36743>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=36743 ------- Additional Comments From [EMAIL PROTECTED] 2005-09-21 11:17 ------- (In reply to comment #3) > The problem line from your sample was line 42: > <feColorMatrix type="saturate" in="SourceGraphic" values="30%"/> > > Reading the SVG 1.1 spec 15.10 on 'values': > For type="saturate", values is a single real number value (0 to 1). > > The values attribute does not support percentages. Once I changed > this to be '.3' the content loaded and appears to render fine. OK, I understand. Thanks. ----------- http://www.w3.org/TR/SVG11/filters.html#feColorMatrix Text from spec.: For type="saturate", values is a single real number value (0 to 1). A saturate operation is equivalent to the following matrix operation: This code is cut off from SVG 1.1 spec. example: <filter id="Saturate40" filterUnits="objectBoundingBox" x="0%" y="0%" width="100%" height="100%"> <feColorMatrix type="saturate" in="SourceGraphic" values="40%"/> </filter> ---------- It's caused probably by great tolerance of the Adobe Viewer and a manner in practical graphics design domain... (I personally working as designer now.) My question is: Is the problem allow for this case percentage values? (Values are always in range 0..1) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
