Bug 110691
| Summary: | setting d attribute of path element to empty string causes error | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | _pants |
| Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | zimmermann |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://bl.ocks.org/skivvies/5020690 | ||
_pants
Setting the "d" attribute of an svg path element to empty string causes `Error: Problem parsing d=""` to be output in the error console. According to http://www.w3.org/TR/SVGTiny12/paths.html#DAttribute d="" is correct syntax to disable rendering of the path. Please see http://bl.ocks.org/skivvies/5020690 for a demonstration of the bug.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
_pants
https://bugs.webkit.org/show_bug.cgi?id=78980
Tried searching for an existing issue before I opened this but only just found it. Sorry for the duplicate.
*** This bug has been marked as a duplicate of bug 78980 ***