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

Side by Side Diff: LayoutTests/svg/stroke/animated-non-scaling-rxry.html

Issue 16914003: Fix SVG animations which set rx or ry attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 6 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 unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/svg/stroke/animated-non-scaling-rxry-expected.html » ('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 <html>
2 <head></head>
3 <body>
4 Test for crbug.com/235256: this test passes if the rect is rounded<br>
5 <svg id="actual" width="300" height="300">
6 <rect x="20" y="20" width="200" height="200" vector-effect="non-scaling-stro ke" fill="green">
pdr. 2013/06/13 03:09:17 Do you mind adding "<!DOCTYPE html>" as the first
7 <set attributename="rx" to="50" begin="0s" fill="freeze"/>
8 <set attributename="ry" to="20" begin="0s" fill="freeze"/>
9 </rect>
10 </svg>
11 </body>
12 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/stroke/animated-non-scaling-rxry-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698