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=38178>. 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=38178 ------- Additional Comments From [EMAIL PROTECTED] 2006-01-09 20:28 ------- Is my re-reading of the BNF correct? comma-wsp is only allowed between coordinate-pair values, and between repeated coordinate-pair's in a command. OK: <cmd>X Y,X Y <cmd>X Y eg. L1 1,2 2 M3 3 OK: <cmd>X,Y <cmd>X,Y eg. L1,1 M2,2 OK: <cmd>X,Y,X,Y <cmd>X Y eg. L1,1,2,2 M3 3 BAD: <cmd>X Y, <cmd>X Y eg. L1 1, M2 2 my last example works in Batik... so it looks like Mozilla is the only one actually following the spec properly... Watt/Lilley/et.al, SVG Unleashed, Sams: pg 236, Listing 6.5: Uses comma to separate subpath pg 234-235 discuss whitespace and commas and seem to get it wrong (separating commands with commas). It uses commas to drawto commands repeatedly. -- 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]
