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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/svg/markers/animate-refY-expected.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/markers/animate-refY.svg
diff --git a/LayoutTests/svg/markers/animate-refY.svg b/LayoutTests/svg/markers/animate-refY.svg
new file mode 100644
index 0000000000000000000000000000000000000000..8eee7393190d0413505a71ceeb303d6f53b1953a
--- /dev/null
+++ b/LayoutTests/svg/markers/animate-refY.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg">
+ <marker id="m" markerWidth="40" markerHeight="40" refX="10" refY="20">
+ <rect x="5" y="15" width="20" height="10" fill="red" />
+ <set attributeName="refY" attributeType="XML" to="30" begin="0s" dur="1s" fill="freeze" />
+ </marker>
+
+ <path d="M 50,50 L 100,100" marker-start="url(#m)" stroke="blue"/>
+ <rect x="45" y="35" height="10" width="20" fill="green" />
+</svg>
« 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