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

Description Dirk Schulze 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.
Comment 1 Dirk Schulze 2014-02-26 11:53:13 PST
Created attachment 225271 [details]
Patch
Comment 2 Dean Jackson 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-!!!
Comment 3 Dirk Schulze 2014-03-12 13:19:42 PDT
Created attachment 226544 [details]
Patch
Comment 4 WebKit Commit Bot 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>
Comment 5 WebKit Commit Bot 2014-03-13 19:26:16 PDT
All reviewed patches have been landed.  Closing bug.