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

Unified Diff: third_party/WebKit/LayoutTests/svg/animations/resources/animateMotion-still.svg

Issue 1418663004: SVG animateMotion paths that only cause offsets are no longer ignored (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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: third_party/WebKit/LayoutTests/svg/animations/resources/animateMotion-still.svg
diff --git a/third_party/WebKit/LayoutTests/svg/animations/resources/animateMotion-fill-freeze.svg b/third_party/WebKit/LayoutTests/svg/animations/resources/animateMotion-still.svg
similarity index 69%
copy from third_party/WebKit/LayoutTests/svg/animations/resources/animateMotion-fill-freeze.svg
copy to third_party/WebKit/LayoutTests/svg/animations/resources/animateMotion-still.svg
index 83612f59eefc56d800d444fe75f91be175a1ca26..3199f07cb8ae37fa66ca9e273f6f8c083eea92bd 100644
--- a/third_party/WebKit/LayoutTests/svg/animations/resources/animateMotion-fill-freeze.svg
+++ b/third_party/WebKit/LayoutTests/svg/animations/resources/animateMotion-still.svg
@@ -2,6 +2,7 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<rect width="50" height="50" x="0" y="0" fill="green">
- <animateMotion id="anim" to="100,0" begin="0s" dur="4s" fill="freeze" />
+ <animateMotion id="anim" path="M 100 100 L 100 100"
+ begin="0s" dur="2s" repeatCount="2" accumulate="sum" fill="remove" />
</rect>
</svg>

Powered by Google App Engine
This is Rietveld 408576698