Bug 107563

Summary: [CSS Shapes] Should use Bentley-Ottmann to compute offset edge intersections
Product: WebKit Reporter: Hans Muller <giles_joplin>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: zoltan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 103429    
Bug Blocks:    

Hans Muller
Reported 2013-01-22 10:42:57 PST
Computing the offset edge intersections could be done in roughly O(log N) time (N is the number of edges) by using the Bentley-Ottmann algorithm. The current simple algorithm is O(N!)
Attachments
Zoltan Horvath
Comment 1 2014-02-07 15:01:04 PST
Closing as wontfix. We can reopen once we want to do this.
Note You need to log in before you can comment on or make changes to this bug.