Bug 125508

Summary: [CSS Shapes] Take into account fill-rule for polygon interpolation
Product: WebKit Reporter: Rob Buis <rwlbuis>
Component: CSSAssignee: Rob Buis <rwlbuis>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, kondapallykalyan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 98664    
Attachments:
Description Flags
Patch krit: review+

Description Rob Buis 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.
Comment 1 Rob Buis 2013-12-10 07:10:55 PST
Created attachment 218870 [details]
Patch
Comment 2 Rob Buis 2013-12-11 05:57:17 PST
Landed in r160429.