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

Unified Diff: LayoutTests/svg/animations/resources/viewspec-checkaspectparams.svg

Issue 1098273002: Fix SVG animations for preserveAspectRatio attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/svg/animations/resources/viewspec-checkaspectparams.svg
diff --git a/LayoutTests/svg/dom/resources/viewspec-aspectparams.svg b/LayoutTests/svg/animations/resources/viewspec-checkaspectparams.svg
similarity index 72%
copy from LayoutTests/svg/dom/resources/viewspec-aspectparams.svg
copy to LayoutTests/svg/animations/resources/viewspec-checkaspectparams.svg
index 34081647f7eb052683f2a7195acb3fda2c0fc11f..eca4958bec0f9f0064d5053956378ac2ee6a52d8 100644
--- a/LayoutTests/svg/dom/resources/viewspec-aspectparams.svg
+++ b/LayoutTests/svg/animations/resources/viewspec-checkaspectparams.svg
@@ -2,4 +2,5 @@
<rect x="0" y="0" width="200" height="200" fill="red"/>
<rect x="70" y="0" width="30" height="30" fill="green"/>
<rect x="0" y="0" width="30" height="30" fill="blue"/>
+<set attributeName="preserveAspectRatio" to="xMinYMin" begin="0s" fill="freeze"/>
</svg>
« no previous file with comments | « no previous file | LayoutTests/svg/animations/viewspec-checkaspectparams.html » ('j') | Source/core/svg/SVGViewSpec.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698