You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.
Hi,
I'm using svgAsPngUri, it works fine in browser. But not in Android (the result png image shows as preview small image fine, but when opened it shows a complete black).
I tried to inspect the difference:
svgAsPngUri(svg).then(function(uri) {
console.log(uri);// diefferent result for the same image
})
// skipped saving file part as it is working fine
The resultant uri is not the same in the desktop browser than Android App (for the same tested SVG image), any idea why?
The text was updated successfully, but these errors were encountered:
Hi,
I'm using svgAsPngUri, it works fine in browser. But not in Android (the result png image shows as preview small image fine, but when opened it shows a complete black).
I tried to inspect the difference:
svgAsPngUri(svg).then(function(uri) {
console.log(uri);// diefferent result for the same image
})
// skipped saving file part as it is working fine
The resultant uri is not the same in the desktop browser than Android App (for the same tested SVG image), any idea why?
The text was updated successfully, but these errors were encountered: