
On 13/8/09 10:40, Tavmjong Bah wrote:
.svgz (A/F) Double entries. Second one fails. Any problem with deleting external export option?
AFAIU both input and output extensions for '*.svgz' have been replaced by internal extensions (locally tested on OS X Leopard by removing both inx-files).
references:
'src/extension/internal/svgz.cpp' defines
line 77: "<id>" SP_MODULE_KEY_OUTPUT_SVGZ "</id>\n" line 48: "<id>" SP_MODULE_KEY_INPUT_SVGZ "</id>\n"
'src/extension/extension.h' defines
line 36: #define SP_MODULE_KEY_OUTPUT_SVGZ "org.inkscape.output.svgz.plain" line 39: #define SP_MODULE_KEY_OUTPUT_SVGZ_INKSCAPE "org.inkscape.output.svgz.inkscape"
Bug #167472 “save as dialogue, duplicate 'Compressed Inkscape SVG' entry” https://bugs.launchpad.net/inkscape/+bug/167472
~suv