Bug 135617 - SVG with a simple enough <mask> should use the <clipPath> code path instead
Summary: SVG with a simple enough <mask> should use the <clipPath> code path instead
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-05 12:04 PDT by Timothy Hatcher
Modified: 2014-08-05 12:04 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.