mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-13 14:14:27 +02:00
fix grapheditor image export buh
This commit is contained in:
@ -228,6 +228,7 @@ class GraphEditor extends this.OS.application.BaseApplication
|
||||
|
||||
svgToCanvas: (f) ->
|
||||
img = new Image()
|
||||
img.crossOrigin="anonymous"
|
||||
svgStr = @svgtext()
|
||||
DOMURL = window.URL || window.webkitURL || window
|
||||
svgBlob = new Blob [svgStr], { type: 'image/svg+xml;charset=utf-8' }
|
||||
|
Reference in New Issue
Block a user