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

Side by Side Diff: LayoutTests/svg/markers/animate-refY.svg

Issue 661733002: SVGMarkerElement::m_refY should be bound to refY attr rather than refX attr (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add LayoutTest Created 6 years, 2 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/markers/animate-refY-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 <marker id="m" markerWidth="40" markerHeight="40" refX="10" refY="20">
3 <rect x="5" y="15" width="20" height="10" fill="red" />
4 <set attributeName="refY" attributeType="XML" to="30" begin="0s" dur="1s" fi ll="freeze" />
5 </marker>
6
7 <path d="M 50,50 L 100,100" marker-start="url(#m)" stroke="blue"/>
8 <rect x="45" y="35" height="10" width="20" fill="green" />
9 </svg>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/markers/animate-refY-expected.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698