Bug 139440 - [SVG Masking] SVG stacks in -webkit-mask-image
Summary: [SVG Masking] SVG stacks in -webkit-mask-image
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: AdobeTracked
Depends on: 129682 139092 139294
Blocks: 95389
  Show dependency treegraph
 
Reported: 2014-12-09 03:53 PST by Radu Stavila
Modified: 2015-01-05 01:43 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Radu Stavila 2014-12-09 03:53:54 PST
After the landing of 139092 and 139294, the -webkit-mask-image property became capable of handling SVG <mask> elements specified as a fragment identifier in the url (e.g. -webkit-mask-image:url(file.svg#mask1); ). This new behavior should be adapted to also work with SVG stacks.