krit@webkit.org | d06674c | 2014-02-24 18:34:51 +0000 | [diff] [blame] | 1 | <svg xmlns="http://www.w3.org/2000/svg"> |
2 | <clipPath id="clip1" clipPathUnits="objectBoundingBox"> | ||||
3 | <rect width="1" height="1"/> | ||||
4 | </clipPath> | ||||
5 | <marker id="marker1" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="100" markerHeight="100"> | ||||
6 | <rect width="10" height="10" fill="blue"/> | ||||
7 | </marker> | ||||
8 | <path d="M50,50 L150,50 L150,150 L50,150 z" marker-start="url(#marker1)" clip-path="url(#clip1)" fill="green"/> | ||||
9 | </svg> |