Bug 135617

Summary: SVG with a simple enough <mask> should use the <clipPath> code path instead
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Timothy Hatcher 2014-08-05 12:04:11 PDT
<clipPath> is much better, since it does not create a buffer. We should make <mask> use that code path when the mask is simple enough to work as a <clipPath> with the same result.