OLD | NEW |
1 <!-- georg held --> | 1 <!-- georg held --> |
2 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin
k" xml:space="preserve" width="225" height="425"> | 2 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin
k" xml:space="preserve" width="225" height="425"> |
3 <title>pattern</title> | 3 <title>pattern</title> |
4 <defs> | 4 <defs> |
5 <symbol id="coniferous" overflow="visible" style="fill:none;stro
ke:green;stroke-width:2"> | 5 <symbol id="coniferous" overflow="visible" style="fill:none;stro
ke:green;stroke-width:2"> |
6 <path d="M0 -15 l0 30"/> | 6 <path d="M0 -15 l0 30"/> |
7 <path d="M0 -15 q0 3.5 5 3.5"/> | 7 <path d="M0 -15 q0 3.5 5 3.5"/> |
8 <path d="M0 -15 q0 3.5 -5 3.5"/> | 8 <path d="M0 -15 q0 3.5 -5 3.5"/> |
9 <path d="M0 -9 q0 6 8 6"/> | 9 <path d="M0 -9 q0 6 8 6"/> |
10 <path d="M0 -9 q0 6 -8 6"/> | 10 <path d="M0 -9 q0 6 -8 6"/> |
(...skipping 16 matching lines...) Expand all Loading... |
27 </defs> | 27 </defs> |
28 <g transform="translate(10,10)"> | 28 <g transform="translate(10,10)"> |
29 <text x="0" y="10">coniferous</text> | 29 <text x="0" y="10">coniferous</text> |
30 <use xlink:href="#geometry" style="fill:url(#pat00)"/> | 30 <use xlink:href="#geometry" style="fill:url(#pat00)"/> |
31 </g> | 31 </g> |
32 <g transform="translate(10,110)"> | 32 <g transform="translate(10,110)"> |
33 <text x="0" y="10">broadLeave</text> | 33 <text x="0" y="10">broadLeave</text> |
34 <use xlink:href="#geometry" style="fill:url(#pat01)"/> | 34 <use xlink:href="#geometry" style="fill:url(#pat01)"/> |
35 </g> | 35 </g> |
36 </svg> | 36 </svg> |
OLD | NEW |