lok: vcl: fix multiple floatwin removal case more robustly.
[LibreOffice.git] / svgio / qa / cppunit / data / 47446b.svg
blob29cfce5d84f620a80b601fa49f15ebe88b28914d
1 <?xml version="1.0" encoding="utf-8" standalone="no" ?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
3 "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4 <svg width="12cm" height="4cm" viewBox="0 0 1200 400"
5 xmlns="http://www.w3.org/2000/svg" version="1.1">
6 <defs fill="yellow">
7 <marker id="Triangle"
8 markerUnits="strokeWidth" refY="3"
9 markerWidth="6" markerHeight="6"
10 orient="auto">
11 <path d="M 0 0 L 6 3 L 0 6 z"
12 stroke-width="0.5" stroke="black"/>
13 </marker>
14 </defs>
15 <polyline fill="none" stroke="red" stroke-width="10"
16 points="450,50 550,50 650,150"
17 marker-end="url(#Triangle)" />
18 </svg>