Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export function not work #891

Closed
sonnguyent2 opened this issue Mar 14, 2023 · 3 comments · Fixed by #936
Closed

Export function not work #891

sonnguyent2 opened this issue Mar 14, 2023 · 3 comments · Fixed by #936

Comments

@sonnguyent2
Copy link

Hi, anyone have same issue? export to PDF work fine but other type like PNG not work.
image

I have searched for this in open issues but not found, look like this is new one. Can you guide me how to fix this, thanks.

@jbardi
Copy link

jbardi commented Apr 11, 2023

I'm having the same problem. I've tested on both Chrome and Firefox with the same result. Just shows "Loading image, please wait..." but nothing else.

I thought it might be an issue with Adblockers or popup blockers, but I have shut them all down, and even tested in incognito mode with no extensions at all, with the same results.

I even tested on 4 different computers. Windows, Linux, Chromebook and my Google Pixel Android phone, all with Chrome browser and Firefox, so six browsers on 4 different operating systems, so it is definitely an across the board thing.

@shenggen1987
Copy link

shenggen1987 commented Nov 17, 2023

image ```

const downloadFileName = (blobUrl, fileName) => {
const link = document.createElement('a') // 创建a标签
link.href = blobUrl // 获取blob 下载url
link.download = fileName
link.click()
URL.revokeObjectURL(link.href)
document.body.removeChild(link)
}

@shenggen1987
Copy link

I made a simple demo, you can visit it and try it out ,https://internal-test.51hgp.com/svgedit/

@jfhenon jfhenon mentioned this issue Dec 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants