Bug 40448 - SVG Path with an arc with radius of 0 does not render
Summary: SVG Path with an arc with radius of 0 does not render
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Dirk Schulze
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-10 15:00 PDT by michael+webkit
Modified: 2010-08-13 12:09 PDT (History)
2 users (show)

See Also:


Attachments
Example of the failure (550 bytes, image/svg+xml)
2010-06-10 15:00 PDT, michael+webkit
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description michael+webkit 2010-06-10 15:00:31 PDT
Created attachment 58415 [details]
Example of the failure

According to http://www.w3.org/TR/SVG/implnote.html#ArcImplementationNotes F.6.6 if either radius is 0 in an arc segment, the arc should be rendered as a line to x,y.  WebKit browsers (WebKit nightly, Safari 5 and Chrome 5.0.396) all fail to render anything.
Comment 1 Rob Buis 2010-08-13 12:09:58 PDT
This works in trunk, Dirk confirmed it.