Skip to content

Handle SVG anchor tags

Choose a tag to compare

@cherifGsoul cherifGsoul released this 11 Feb 20:54
· 30 commits to master since this release

This makes SVG anchor a tags works with pushstate, for example:

<a xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/things/1/description">
   <rect x="432.5" y="20" width="50" height="130" class="transponder"></rect>
</a>

#138