This commit is contained in:
JFH
2021-03-08 19:08:35 +01:00
parent 7a8777a7b7
commit 017517478d
75 changed files with 769 additions and 878 deletions

View File

@@ -110,6 +110,7 @@ svgCanvas.setSvgString('string');
svgCanvas.setSvgString('string')(function (data, error) {
if (error) {
// There was an error
throw error
} else {
// Handle data
}