lok: vcl: fix multiple floatwin removal case more robustly.
[LibreOffice.git] / svgio / qa / cppunit / data / 47446.svg
blobaec66b9bdc7674c98dd7c3e996ee4e1bb75de489
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>
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>
16 <polyline fill="none" stroke="red" stroke-width="10"
17 points="450,50 550,50 650,150"
18 marker-end="url(#Triangle)" />
19 </svg>