Bug 40448

Summary: SVG Path with an arc with radius of 0 does not render
Product: WebKit Reporter: michael+webkit
Component: SVGAssignee: Dirk Schulze <krit>
Status: RESOLVED FIXED    
Severity: Normal CC: krit, rwlbuis
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
Attachments:
Description Flags
Example of the failure none

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.