kimoa / svg-edit

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

Problem in export project in png #757

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Create Project
2.File
3.Export to Png

What is the expected output? What do you see instead?
I can not export the png image with the image loaded in project.I have a 
warning that says "Image
elements will not appear "

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

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

Please provide any additional information below.

I tested both locally and via a web server XAMPP is a site on
svg line-edit the application. Everything seems to work perfectly but
When I click on "Export as PNG", I have a warning that says "Image
elements will not appear "and soon after I created the image is PNG
the project without having exported the image loaded.

How do I set the php.ini variables PHP POST and size to 128MB MEMORY
to make sure we have some limitations.

I uploaded a few posts found on extension
<script src="extensions/ext-server_opensave.js"> </ script>

You can see the problem here:
http://www.giuseppetoto.it/sv/svg-editor.html

Thank You
Giuseppe

Original issue reported on code.google.com by giuseppe...@gmail.com on 13 Jan 2011 at 11:22

GoogleCodeExporter commented 9 years ago
You will need to post an example SVG file that produces these warnings.  It's 
possible that canvg (the library we use to rasterize to PNG) does not support 
all elements that you have included, for example, things like blur.

Going to http://svg-edit.googlecode.com/svn/trunk/editor/svg-editor.html, 
drawing an ellipse, and clicking "Export to PNG" works for me in Chrome and 
Firefox though.

Original comment by codedr...@gmail.com on 13 Jan 2011 at 11:43

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
The problem is when I create a new svg project, importing an external image in 
it, for example "images/logo.jpg",  clicking "Export to Png".

Can i have the link for downloading the same svg editor's source of this link: 
http://svg-edit.googlecode.com/svn/trunk/editor/svg-editor.html 

Thank You
Giuseppe

Original comment by giuseppe...@gmail.com on 14 Jan 2011 at 7:46

GoogleCodeExporter commented 9 years ago
Ah, I understand what you're talking about now.  The raster (PNG/JPEG) images 
can be included locally in the exported image by clicking the menu, going to 
Document Properties and choosing "Local Files"

You can get the source yourself from the svn repo.  See 
http://code.google.com/p/svg-edit/source/checkout

Original comment by codedr...@gmail.com on 14 Jan 2011 at 9:01

GoogleCodeExporter commented 9 years ago
I hadalreadytriedbutnot working.Testyourself
http://www.giuseppetoto.it/sv/svg-editor.html
Il 14/01/2011 22:02, svg-edit@googlecode.com ha scritto:

Original comment by giuseppe...@gmail.com on 15 Jan 2011 at 3:24

GoogleCodeExporter commented 9 years ago
Hi Guiseppe,

I investigated and it looks like this warning was removed in the trunk (2.6 
alpha) so it must have been fixed after 2.5.1 was released.  Can you try 
installing the latest source on your site and see if there is still a problem?

Thanks!
Jeff

Original comment by codedr...@gmail.com on 15 Jan 2011 at 6:38

GoogleCodeExporter commented 9 years ago
This might be a really dumb question, but I am seeing the same behavior and 
would like to try 2.6 but cannot find where to download it. Is there a zip file 
download of this version?
thanks,
will

Original comment by willcart...@gmail.com on 25 Jan 2011 at 4:50

GoogleCodeExporter commented 9 years ago
You can checkout the latest trunk version using SVN at:
http://code.google.com/p/svg-edit/source/checkout

Original comment by adrianbj...@gmail.com on 25 Jan 2011 at 7:55

GoogleCodeExporter commented 9 years ago
Are you still seeing the same issue?

Original comment by bret...@gmail.com on 29 Oct 2013 at 6:41