[webkit-reviews] review granted: [Bug 90405] CSS url() filters with forward references don't work : [Attachment 178227] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 7 10:24:52 PST 2012


Dirk Schulze <krit at webkit.org> has granted Stephen White
<senorblanco at chromium.org>'s request for review:
Bug 90405: CSS url() filters with forward references don't work
https://bugs.webkit.org/show_bug.cgi?id=90405

Attachment 178227: Patch
https://bugs.webkit.org/attachment.cgi?id=178227&action=review

------- Additional Comments from Dirk Schulze <krit at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=178227&action=review


r=me

> LayoutTests/svg/filters/filter-cycle.html:6
> +	 <filter id="filter1" xlink:href="url(#filter1)">
> +	   <feColorMatrix type="matrix" values="0 1 0 0 0  1 0 0 0 0  0 0 1 0 0
 0 0 0 1 0"/>
> +	 </filter>

<filter id="filter1" xlink:href="url(#filter1)"/> should be enough.


More information about the webkit-reviews mailing list