From 331b1330c4e56dab9dbb1bfc076206ead864ee9c Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Mon, 20 Sep 2004 23:33:35 +0000 Subject: [PATCH] set to 90dpi as a workaround for bug #143300. 2004-09-21 Sven Neumann * plug-ins/common/svg.c (SVG_DEFAULT_RESOLUTION): set to 90dpi as a workaround for bug #143300. --- ChangeLog | 7 ++++++- plug-ins/common/svg.c | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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