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

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: Rebase; Prebake expected colors. 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 color-interpolation-filters="sRGB">
4 <feFlood flood-color="rgba(255,0,0,0.2)"/>
5 </filter>
6 <rect fill="#00ff00" width="100" height="100"/>
7 <rect filter="url(#rgba-flood)" width="100" height="100"/>
8 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698