WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
139442
[SVG Masking] Resources specified by url in -webkit-mask-image should use the cached resources system
https://bugs.webkit.org/show_bug.cgi?id=139442
Summary
[SVG Masking] Resources specified by url in -webkit-mask-image should use the...
Radu Stavila
Reported
2014-12-09 03:59:54 PST
The first version of the masking implementation for <mask> elements defined in SVG does not cache the used resources (see CachedSVGDocument::canReuse). The reason for this was the need to be notified when the SVG document loaded in order to check if a valid <mask> element can be find inside it and, if not, switch to using normal images. If the document was retrieved from cache, this notification would not fire (MaskImageOperation::notifyFinished). An improvement to this implementation would be to find a way around this.
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug