achuanle / umlet

Automatically exported from code.google.com/p/umlet
0 stars 0 forks source link

Export to SVG format does not work #129

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Create a new diagram or open existing one.
2. File-> Export As... -> SVG

Expected: exported SVG image
Instead: error message "An error occured during saving. Please check the 
filename and your access." 

OS: Debian 3.2.39-2~bpo60+1 x86_64 GNU/Linux
Program version 12.0 (Feb. 2013)

A new SVG-file will be created but it has zero length. 
Access rights are ok (the PNG-export into the same location works fine).

Original issue reported on code.google.com by mita2...@gmail.com on 26 Mar 2013 at 10:49

GoogleCodeExporter commented 9 years ago
in v12.1 (r567) you will see the actual error message and the full stacktrace 
of the error will be visible in the console (if you start UMLet from there).
I guess this will help identifying the source of the issue, and if not it would 
at least help us to find the source of the error in the program code.

My guess is that it has something to do with the filesystem, because the code 
of the svg-export of UMLet has not been touched in a while and we have not 
received any other errors about it.

Original comment by AFDiaX on 2 Jul 2013 at 6:09

GoogleCodeExporter commented 9 years ago

Original comment by AFDiaX on 25 Oct 2013 at 7:32