Closed
Bug 366130
Opened 18 years ago
Closed 14 years ago
"path data parse error" should not be an assertion
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Unassigned)
References
()
Details
nsSVGPathSegList::SetValueString has
148 NS_ERROR("path data parse error!");
This should be removed or replaced with a message to the Error Console. Assertions are for bugs in the program, not for malformed pages. (See also bug 344888.)
Updated•17 years ago
|
OS: Mac OS X → All
Hardware: Macintosh → All
Reporter | ||
Updated•17 years ago
|
Updated•15 years ago
|
Assignee: general → nobody
QA Contact: ian → general
Reporter | ||
Updated•15 years ago
|
Comment 1•14 years ago
|
||
This was fixed by the checkin for bug 522306.
You need to log in
before you can comment on or make changes to this bug.
Description
•