GNOME Bugzilla – Bug 364491
export to shape does not create associated PNG graphic
Last modified: 2006-10-26 14:28:59 UTC
Please describe the problem: v0.94 export to shape creates .shape and .png graphic files. v0.95 export to shape creates .shape file but does not create .png graphic file. file->plugins show shape and png libraries are present and available. Steps to reproduce: 1. Create shape in Dia sheet 2. file->export->shape 3. verify exported file(s) Actual results: Shape file is created (*.shape), but *.png file is not created. Expected results: Shape file and png graphic should both be created in directory where exported to Does this happen every time? yes Other information: v0.94 works OK with shape export.
It only worked with 0.94 by coincidence. You can make it work with 0.95 too, by disabling the other (two) PNG capable export filters 'Pixbuf' and 'Cairo'. 2006-10-26 Hans Breuer <hans@breuer.org> * plug-ins/shape/shape-export.c : the icon export facility dependens on the libart-size-hack; use filter_get_by_name("png-libart") instead of filter_guess_export_filter(). Fixes bug #364491.