Bug 12905 - Not all svg shapes should support markers
Summary: Not all svg shapes should support markers
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-27 01:26 PST by Rob Buis
Modified: 2007-02-27 02:38 PST (History)
0 users

See Also:


Attachments
First attempt (49.54 KB, patch)
2007-02-27 01:40 PST, Rob Buis
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rob Buis 2007-02-27 01:26:06 PST
According to the spec only a few specific shapes should support markers, so for instance we should not be able to see markers on a <rect> like webkit has now.
Comment 1 Rob Buis 2007-02-27 01:40:14 PST
Created attachment 13391 [details]
First  attempt

Should be pretty straightforward.
Cheers,

Rob.
Comment 2 Maciej Stachowiak 2007-02-27 01:46:49 PST
Comment on attachment 13391 [details]
First  attempt

r=me
Comment 3 Rob Buis 2007-02-27 02:38:26 PST
Landed in r19880.