4xx / svg-edit

Automatically exported from code.google.com/p/svg-edit
MIT License
0 stars 0 forks source link

Unable to save images #1088

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create an icon using SVG-Edit
2. Try to save as .png 

What is the expected output? What do you see instead?
Expect to be prompted to save my image. Instead I see a new tab that says 
"Loading Image, Please Wait..." This screen has been open for about 30 minutes 
and nothing has happened. 

In what browser did you experience this problem? (ALL, Firefox, Opera, etc)
Chrome 

In what version of SVG-edit does the problem occur? (Latest trunk, 2.5.1,
etc)
SVG-edit 2.6 demo

Please provide any additional information below.

Original issue reported on code.google.com by avm...@google.com on 23 Apr 2013 at 8:32

Attachments:

GoogleCodeExporter commented 9 years ago
Have you tried creating a simple rectangle and saving that? It should work 
fine. It would be good to see if there is something specific in your image that 
is causing the problem. Perhaps you could try simplifying it down to the least 
complex svg that still has a problem saving. There might be an issue with the 
CanVG rendering of the image.

Have you looked at your console to see if any errors are reported?

If you are planning on installing SVGEdit on a server with PHP, there is also 
the option to have the browser download the PNG rather than open it. You can 
also potentially bypass CanVG completely and get faster and more accurate 
conversions to PNG with imagemagick. I know this doesn't diminish the issue at 
hand, but I think it is still worth noting.

Original comment by adrianbj...@gmail.com on 9 May 2013 at 5:15