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
I've created a simple background markup and insert tool for images with transparency: HTML repro. This HTML file contains barebones for the background creation and dom-to-image-calling in a native code.
I might try to investigate the library inner workings later but as of now I can only provide this hopefully precise report.
Repro steps
(have a HTML markup with some SVGs and CSS styling in an element matching .frame selector)
execute domtoimage.toPng(el) and save it by clicking an anchor tag with download attribute:
I've created a simple background markup and insert tool for images with transparency: HTML repro. This HTML file contains barebones for the background creation and dom-to-image-calling in a native code.
I might try to investigate the library inner workings later but as of now I can only provide this hopefully precise report.
Repro steps
.frame
selector)domtoimage.toPng(el)
and save it by clicking an anchor tag with download attribute:Expected behavior
The resulting image should:
Actual behavior (stack traces, console logs etc)
The console is empty and it seems like the library "finishes" successfully and just... skips some steps?
Library version
[email protected] using https://cdn.jsdelivr.net/npm/[email protected]/dist/dom-to-image-more.min.js
Browsers
The text was updated successfully, but these errors were encountered: