Bug 129373 - [SVG2] support paint-order presentation attribute
Summary: [SVG2] support paint-order presentation attribute
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dirk Schulze
URL: http://www.w3.org/TR/2014/WD-SVG2-201...
Keywords: WebExposed
Depends on:
Blocks:
 
Reported: 2014-02-26 08:32 PST by Dirk Schulze
Modified: 2014-03-15 23:04 PDT (History)
15 users (show)

See Also:


Attachments
Patch (47.37 KB, patch)
2014-02-26 11:53 PST, Dirk Schulze
dino: review+
Details | Formatted Diff | Diff
Patch (47.32 KB, patch)
2014-03-12 13:19 PDT, Dirk Schulze
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.