CSS wants "miter". This was producing a message on the JS console.
I have a feeling some of the code here existed to work around not
being able to get mitre to work properly. but I CBA to look into that
now.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
refX="${sz}" refY="${sz/2}"
markerWidth="${sz + 2}" markerHeight="${sz}"
stroke="yellow" fill="none"
- orient="auto-start-reverse" stroke-linejoin="mitre">
+ orient="auto-start-reverse" stroke-linejoin="miter">
<path d="M 0 0 L ${sz} ${sz/2} L 0 ${sz}" />
</marker>
<line x1="${ends[0][0].toString()}"