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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/css/currentColor-inheritance-about-fill-color.svg

Issue 1455153003: Fix animation of 'color' w/ currentColor for SVG 'fill' and 'stroke' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 width="800" height="400" viewBox="0 0 1200 600"
fs 2015/12/22 09:09:22 This is an excellent basis for a ref-test. Just ma
2 xmlns="http://www.w3.org/2000/svg"
3 xmlns:xlink="http://www.w3.org/1999/xlink">
4 <g fill="currentColor" color="red">
5 <rect id="rect" x="0" y="0" width="150" height="150" color="green"/>
fs 2015/12/22 09:09:22 Drop id/x/y and make width and height 100.
6 </g>
7 <g fill="currentColor" color="red">
8 <rect id="rect" x="150" y="0" width="150" height="150" fill="currentColor" c olor="green"/>
fs 2015/12/22 09:09:23 Make width/height/x 100 and drop id/y
9 </g>
10 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698