Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(221)

Side by Side Diff: LayoutTests/svg/filters/feFlood-rgba-flood-color.svg

Issue 126033003: Support colors w/ alpha in SVG 'stop' elements and 'feFlood' (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <filter id="rgba-flood" x="0" y="0" width="1" height="1">
3 <feFlood flood-color="rgba(255,0,0,0)"/>
krit 2014/01/07 17:46:15 ditto. Even though... it might be harder because o
4 </filter>
5 <rect fill="#008000" width="100" height="100"/>
6 <rect filter="url(#rgba-flood)" width="100" height="100"/>
7 </svg>
8
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698