yishn / tikzcd-editor

A simple visual editor for creating commutative diagrams.
https://tikzcd.yichuanshen.de/
MIT License
1.87k stars 100 forks source link

Fix arrow head/tail drawing in Safari #5

Closed timjb closed 6 years ago

timjb commented 6 years ago

Apparently Safari does not support the href attribute on <image /> elements, only xlink:href.

yishn commented 6 years ago

Thank you so much for the investigation!