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

Side by Side Diff: LayoutTests/svg/animations/animateMotion-accumulate-1a-expected.svg

Issue 18436004: [SVG] animateMotion accumulate doesn't work properly with rotate: auto / auto-reverse (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 5 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
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="iso-8859-1" ?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG Tiny 1.1//EN"
3 "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd">
4 <svg viewBox="0 0 500 350" onload="loaded()"
5 xmlns="http://www.w3.org/2000/svg" version="1.1" baseProfile="tiny"
6 xmlns:xlink="http://www.w3.org/1999/xlink">
7 <g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif" font-size= "18">
8 <rect x="0" y="0" width="480" height="360" fill="#fff" />
9 <g transform="translate(80,-20) scale(0.45)">
10 <g>
11 <circle cx="200" cy="200" r="70" fill="#f00" />
12 <circle cx="200" cy="200" r="60" stroke="#00f" stroke-width="21" fill="# f00" />
13 <circle cx="200" cy="200" r="40" stroke="#00f" stroke-width="21" fill="# f00" />
14 <circle cx="200" cy="200" r="20" stroke="#00f" stroke-width="21" fill="# f00" />
15 </g>
16
17 <g fill="none" stroke-width="20" stroke="#888" stroke-linecap="round" stro ke-linejoin="round">
18 <rect x="200" y="200" width="400" height="400" />
19 </g>
20 </g>
21 </g>
22 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/svg/animations/animateMotion-accumulate-1a.svg ('k') | LayoutTests/svg/animations/animateMotion-accumulate-1b.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698