<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
	xmlns:xlink="http://www.w3.org/1999/xlink"

   version="1.1"
   width="200"
   height="200">
  <style type="text/css">
   path { fill: none; stroke: #000000; stroke-width: 1;stroke-linecap:round;stroke-linejoin:bevel;stroke-opacity:1 }
   path.hidden { stroke-width: 0.8; stroke-dasharray: 10,5 }
  </style>
<path style="stroke-width:0.7;stroke-dasharray:10,5" d="M 100 10 l -40 130 -50 50 m 180 0 l -130 -50"/>
<path d="M100 10 l -90 180 180 0 L 91 136 100 10 111 116 190 190 M 91 136 L 111 116"/>
</svg>
