Bug 129373

Summary: [SVG2] support paint-order presentation attribute
Product: WebKit Reporter: Dirk Schulze <krit>
Component: SVGAssignee: Dirk Schulze <krit>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dino, d-r, esprehn+autocc, fmalita, glenn, gyuyoung.kim, kondapallykalyan, macpherson, menard, pdr, schenney, sergio, simon.fraser, zimmermann
Priority: P2 Keywords: WebExposed
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: http://www.w3.org/TR/2014/WD-SVG2-20140211/painting.html#PaintOrder
Attachments:
Description Flags
Patch
dino: review+
Patch none

Dirk Schulze
Reported 2014-02-26 08:32:22 PST
SVG2 defines a new presentation attribute called paint-order. It allows to paint fill, stroke and markers in any order the author desires. Firefox supports this but behind a runtime flag. It is just activated in nightly builds. Chromium supports it behind a runtime flag as well but is going to ship it pretty soon.
Attachments
Patch (47.37 KB, patch)
2014-02-26 11:53 PST, Dirk Schulze
dino: review+
Patch (47.32 KB, patch)
2014-03-12 13:19 PDT, Dirk Schulze
no flags
Dirk Schulze
Comment 1 2014-02-26 11:53:13 PST
Dean Jackson
Comment 2 2014-03-12 12:25:36 PDT
Comment on attachment 225271 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=225271&action=review > Source/WebCore/css/CSSValueKeywords.in:1049 > +// stroke > +markers > + > + Nit: extra blank line. So tempted to r-!!!
Dirk Schulze
Comment 3 2014-03-12 13:19:42 PDT
WebKit Commit Bot
Comment 4 2014-03-13 19:26:10 PDT
Comment on attachment 226544 [details] Patch Clearing flags on attachment: 226544 Committed r165595: <http://trac.webkit.org/changeset/165595>
WebKit Commit Bot
Comment 5 2014-03-13 19:26:16 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.