OLD | NEW |
---|---|
(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> | |
OLD | NEW |