mirror of https://github.com/GNOME/gimp.git
set to 90dpi as a workaround for bug #143300.
2004-09-21 Sven Neumann <sven@gimp.org> * plug-ins/common/svg.c (SVG_DEFAULT_RESOLUTION): set to 90dpi as a workaround for bug #143300.
This commit is contained in:
parent
c975f6c994
commit
331b1330c4
|
@ -1,3 +1,8 @@
|
|||
2004-09-21 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/common/svg.c (SVG_DEFAULT_RESOLUTION): set to 90dpi as
|
||||
a workaround for bug #143300.
|
||||
|
||||
2004-09-20 Maurits Rijk <m.rijk@chello.nl>
|
||||
|
||||
* 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 <sven@gimp.org>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue