RESOLVED FIXED Bug 125508
[CSS Shapes] Take into account fill-rule for polygon interpolation
https://bugs.webkit.org/show_bug.cgi?id=125508
Summary [CSS Shapes] Take into account fill-rule for polygon interpolation
Rob Buis
Reported 2013-12-10 06:33:42 PST
Right now we do not take into account the fill-rule for polygon interpolation, however http://dev.w3.org/csswg/css-shapes/#basic-shape-interpolation says we should: If both shapes are of type polygon(), both polygons have the same number of vertices, and use the same <fill-rule>, interpolate between each value in the shape functions.
Attachments
Patch (7.83 KB, patch)
2013-12-10 07:10 PST, Rob Buis
krit: review+
Rob Buis
Comment 1 2013-12-10 07:10:55 PST
Rob Buis
Comment 2 2013-12-11 05:57:17 PST
Landed in r160429.
Note You need to log in before you can comment on or make changes to this bug.