https://issues.apache.org/bugzilla/show_bug.cgi?id=47993
Helder Magalhães <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |regression --- Comment #1 from Helder Magalhães <[email protected]> 2009-10-15 02:37:40 UTC --- Yes, the SVG 1.1 and Tiny 1.2 specifications seem to point towards the original behavior: "Note that the BNF allows the path 'd' attribute to be empty. This is not an error, instead it disables rendering of the path." [1] [2] I've confirmed the apparently unexpected behavior with SVN revision 820114 (latest as of this writing): rectWithoutEmptyPath.bounds = [x=100.0;y=100.0;w=100.0;h=100.0] rectWithEmptyPath.bounds = [x=0.0;y=0.0;w=200.0;h=200.0] According to the information provided, I'm marking this as a regression. [1] http://www.w3.org/TR/SVG11/paths.html#PathDataBNF [2] http://www.w3.org/TR/SVGTiny12/paths.html#PathDataBNF -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
