diff --git a/ChangeLog b/ChangeLog index 08ceeca452..214113c819 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-09-21 Sven Neumann + + * plug-ins/common/svg.c (SVG_DEFAULT_RESOLUTION): set to 90dpi as + a workaround for bug #143300. + 2004-09-20 Maurits Rijk * plug-ins/imagemap/imap_cmd_guides.c @@ -5,7 +10,7 @@ * plug-ins/imagemap/imap_menu.c * plug-ins/imagemap/imap_preferences.c * plug-ins/imagemap/imap_tools.c: disabled functionality that doesn't - fully work yet. #136713 now becomes an enhancement request. + fully work yet. Bug #136713 now becomes an enhancement request. 2004-09-20 Sven Neumann diff --git a/plug-ins/common/svg.c b/plug-ins/common/svg.c index 455c71e3b0..4ecd5f3e8c 100644 --- a/plug-ins/common/svg.c +++ b/plug-ins/common/svg.c @@ -38,7 +38,7 @@ #define SVG_VERSION "2.5.0" -#define SVG_DEFAULT_RESOLUTION 72.0 +#define SVG_DEFAULT_RESOLUTION 90.0 #define SVG_DEFAULT_SIZE 500 #define SVG_PREVIEW_SIZE 128