RESOLVED FIXED 129373
[SVG2] support paint-order presentation attribute
https://bugs.webkit.org/show_bug.cgi?id=129373
Summary [SVG2] support paint-order presentation attribute
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.