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

Unified Diff: LayoutTests/svg/animations/polygon-set-expected.svg

Issue 79063004: Fix animation of points attribute for polygons (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Properly merge Created 7 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
« no previous file with comments | « LayoutTests/svg/animations/polygon-set.svg ('k') | LayoutTests/svg/animations/polyline-set.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/animations/polygon-set-expected.svg
diff --git a/LayoutTests/svg/animations/polygon-set-expected.svg b/LayoutTests/svg/animations/polygon-set-expected.svg
new file mode 100644
index 0000000000000000000000000000000000000000..27a3e88d7a1f193838f0257bdda8f85212235e45
--- /dev/null
+++ b/LayoutTests/svg/animations/polygon-set-expected.svg
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg">
+ <polygon points="0,0 200,0 200,200 0,200" fill="green" />
+</svg>
« no previous file with comments | « LayoutTests/svg/animations/polygon-set.svg ('k') | LayoutTests/svg/animations/polyline-set.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698