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

Side by Side Diff: LayoutTests/svg/animations/polygon-set.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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/svg/animations/polygon-set-expected.svg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <desc>This test checks that we correctly handle animated values for the "point s" attribute of a polygon element.</desc>
3 <polygon points="0,0 200,0 200,200 0,200" fill="red" />
4 <polygon points="0,0 100,0 100,100 0,100" fill="green">
5 <set attributeName="points" to="0,0 200,0 200,200 0,200" />
6 </polygon>
7 </svg>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/animations/polygon-set-expected.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698