Chromium Code Reviews| Index: LayoutTests/css3/compositing/resources/red-circle.svg |
| diff --git a/LayoutTests/css3/images/resources/green-circle.svg b/LayoutTests/css3/compositing/resources/red-circle.svg |
| similarity index 61% |
| copy from LayoutTests/css3/images/resources/green-circle.svg |
| copy to LayoutTests/css3/compositing/resources/red-circle.svg |
| index 1d4f981986471b27868fe1d88ed2d99e0af84f23..1d752d354e45388e69e0f5ed03ea968af03a6e2f 100644 |
| --- a/LayoutTests/css3/images/resources/green-circle.svg |
| +++ b/LayoutTests/css3/compositing/resources/red-circle.svg |
| @@ -1,5 +1,4 @@ |
| <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"> |
| <circle cx="50" cy="50" r="40" stroke="black" stroke-width="2" fill="red"> |
|
Stephen Chennney
2013/06/18 14:43:14
I would prefer it if this were blue, presuming tha
|
| - <animate attributeName="fill" from="red" to="green" begin="0s" dur="0.01s" fill="freeze" /> |
| </circle> |
| </svg> |