Bug 100874

Summary: [CSS Exclusions] Polygon with horizontal bottom edges returns incorrect segments
Product: WebKit Reporter: Bear Travis <betravis>
Component: CSSAssignee: Hans Muller <giles_joplin>
Status: RESOLVED FIXED    
Severity: Normal CC: donggwan.kim, eric, giles_joplin, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 89256    
Attachments:
Description Flags
Test case
none
Patch none

Description Bear Travis 2012-10-31 11:56:29 PDT
Created attachment 171698 [details]
Test case

The attached polygon returns the segments [0, 150] and [250, 0] for the second line, when it should return [0, 100], [150, 250].
Comment 1 Hans Muller 2012-11-07 11:11:30 PST
Created attachment 172841 [details]
Patch
Comment 2 Dirk Schulze 2012-11-08 16:04:45 PST
Comment on attachment 172841 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=172841&action=review

LGTM. r=me.

> Source/WebCore/ChangeLog:11
> +        y parameter corresponds to. If the y corresponds to the top of the line, then isaMinY the parameter

s/isaMinY/isMinY/
Comment 3 WebKit Review Bot 2012-11-08 16:10:26 PST
Comment on attachment 172841 [details]
Patch

Clearing flags on attachment: 172841

Committed r133968: <http://trac.webkit.org/changeset/133968>
Comment 4 WebKit Review Bot 2012-11-08 16:10:30 PST
All reviewed patches have been landed.  Closing bug.