Bug 96230
Summary: | [CSS Shaders] Implement texture(<uri>) parameter values | ||
---|---|---|---|
Product: | WebKit | Reporter: | Max Vujovic <mvujovic> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | achicu, dino, krit, michelangelo, syoichi |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 96229 | ||
Bug Blocks: | 71392 |
Max Vujovic
The Filter Effects spec [1] defines that a parameter value can be a texture referenced by URI:
<param-value> texture(<uri> | <filter-primitive-reference>)
This bug covers implementing texture(<uri>).
[1]: https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/index.html#feCustomElement
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |