A pal discovered a trick with SVG paths. It was not clickable by default!
He found that you must customize it with CSS:
figured it out, for future reference you need to set
the "pointer-events" property on a path to make it
clickable. There are various options available.
Found a handy little reference here...
https://webplatform.github.io/docs/css/properties/pointer-events/
This is a reminder for our svelte community while we are chatting. ๐๐
https://www.smashingmagazine.com/2018/05/svg-interaction-pointer-events-property/