Bug 73690 - SVG Markers are not drawn for zero-length subpaths with linecaps
Summary: SVG Markers are not drawn for zero-length subpaths with linecaps
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Stephen Chenney
URL:
Keywords:
Depends on: 71820 86392
Blocks:
  Show dependency treegraph
 
Reported: 2011-12-02 13:45 PST by Stephen Chenney
Modified: 2012-05-22 08:21 PDT (History)
1 user (show)

See Also:


Attachments
Test case (660 bytes, image/svg+xml)
2011-12-02 13:45 PST, Stephen Chenney
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen Chenney 2011-12-02 13:45:38 PST
Created attachment 117680 [details]
Test case

Zero-length subpaths with square or round linecaps should have linecaps drawns, and they are.
Markers, if defined, should also be drawn for such paths, with a start marker and a end marker and no mid markers.
Currently, no markers at all are drawn with such linecaps.
Comment 1 Stephen Chenney 2012-05-21 13:50:39 PDT
Niko says the test passes with his patch for 86392. I'll verify once that's in.
Comment 2 Nikolas Zimmermann 2012-05-22 08:21:38 PDT
r117971 fixed this - included the testcase from this bug report.