android: Update app-specific/MIME type icons
[LibreOffice.git] / svgio / qa / cppunit / data / MarkerOrient.svg
blob7997e1cce94f7be3e97228bc665fc789f605389c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
3 <defs>
4 <!-- arrowhead marker definition -->
5 <marker id="arrow" viewBox="0 0 10 10" refX="5" refY="5"
6 markerWidth="6" markerHeight="6"
7 orient="auto-start-reverse">
8 <path d="M 0 0 L 10 5 L 0 10 z" />
9 </marker>
11 <marker id="arrow2" viewBox="0 0 10 10" refX="5" refY="5"
12 markerWidth="6" markerHeight="6"
13 orient="auto-start-reverse">
14 <path d="M 0 0 L 10 5 L 0 10 z" />
15 </marker>
17 </defs>
19 <!-- Coordinate axes with a arrowhead in both direction -->
20 <polyline points="10,10 10,90 90,90" fill="none" stroke="black"
21 marker-start="url(#arrow)" marker-end="url(#arrow2)" />
22 </svg>