KitWallace / braiding

Scripts to experimented with braiding
0 stars 0 forks source link

DTF fails on generated SVG #14

Open KitWallace opened 6 years ago

KitWallace commented 6 years ago

DTF.html fails when using svg files saved from this page

KitWallace commented 6 years ago

The problem is that the xml directive is needed on the file for the dom access to work and I dont know how to create the blob with this directive in place. So an unsatisfactory work-around is to edit the directive in: <?xml version="1.0" encoding="UTF-8" standalone="no"?> Maybe a case for an xquery script?