gouchangjiang / opengeoda

Automatically exported from code.google.com/p/opengeoda
GNU General Public License v3.0
0 stars 0 forks source link

Save Image As failing #106

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Save Image As fails for all image formats.

When saving as PS file, the following wxWidgets Debug Alert message appears:
../src/osx/pen.cpp(181): assert "Ok()" failed in GetStyle():
invalid pen
Do you want to stop the program?

Original issue reported on code.google.com by mmcc...@gmail.com on 4 Jan 2011 at 6:40

GoogleCodeExporter commented 9 years ago
PostScript output seems to be problematic with the upgrade to wxWidgets 2.9.x.  
However, Scalable Vector Graphics format (SVG) is now supported and works well. 
 For now, PS has been replaced with SVG.  It is fairly easy to convert an SVG 
file into a PS file.  The above warning message is still there sometimes and is 
probably related to non-supported pen and brush styles.  I'm moving the full 
fix for this bug back to Release 1.0.1 for now since bitmap output works and 
SVG is a decent replacement for PS output.

Original comment by mmcc...@gmail.com on 12 Jan 2011 at 9:35

GoogleCodeExporter commented 9 years ago

Original comment by mmcc...@gmail.com on 14 Jan 2011 at 6:40

GoogleCodeExporter commented 9 years ago

Original comment by mmcc...@gmail.com on 17 Oct 2011 at 10:32

GoogleCodeExporter commented 9 years ago

Original comment by jkoschin...@gmail.com on 17 Aug 2012 at 6:32