[Webkit-unassigned] [Bug 78980] SVG error parsing empty path

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 23 11:40:20 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=78980





--- Comment #2 from Philip Rogers <pdr at google.com>  2012-02-23 11:40:20 PST ---
Overall this change looks good to me, though I think there may be a corner case dealing with animated paths that you may want to consider:
<path d="M700,200 h-150 a150,150 0 1,0 150,-150 z" fill="red" stroke="blue" stroke-width="5">
<animate attributeName="d" from="" to="" dur="1s" repeatCount="indefinite" />
</path>

In this example I think the path should become disabled, but I think an argument could be made the other way. FWIW, Firefox does disable the path in this case but we don't.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list