julles007

Results 1 comments of julles007

# **The Problem** I was able to pin down the issue to [line 5355](https://github.com/methodofaction/Method-Draw/blob/c01c2f72b4497027eecb2a27e066c9bc5bf754c0/src/js/svgcanvas.js#L5355) in `src/js/svgcanvas.js`. ```js if (illutratorCompat && str.includes(" href=")) str = str.replace(" href=", " xlink:href="); ``` If...