Bug#273030: marked as done (dia: Incorrect font size in EPS export)

Debian Bug Tracking System owner@bugs.debian.org
Mon, 28 Feb 2005 10:33:34 -0800


Your message dated Mon, 28 Feb 2005 19:15:41 +0100
with message-id <1109614541.5380.9.camel@atari>
and subject line dia: Font problems when exporting to eps
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 23 Sep 2004 14:58:12 +0000
>From akim@lrde.epita.fr Thu Sep 23 07:58:12 2004
Return-path: <akim@lrde.epita.fr>
Received: from deliver.epitech.net (ideliver) [163.5.0.25] 
	by spohr.debian.org with smtp (Exim 3.35 1 (Debian))
	id 1CAV2y-0003ZT-00; Thu, 23 Sep 2004 07:58:12 -0700
Received: from epita.fr ([10.42.1.60])
 by ideliver (SAVSMTP 3.1.2.35) with SMTP id M2004092316562309803
 for <submit@bugs.debian.org>; Thu, 23 Sep 2004 16:56:23 +0200
Received: from kualalumpur.lrde.epita.fr (kualalumpur.lrde.epita.fr [10.223.13.1])
	by epita.fr id i8NEvXg10876
	Thu, 23 Sep 2004 16:57:33 +0200 (CEST)
Received: from nostromo.lrde.epita.fr ([10.223.13.52] ident=mail)
	by kualalumpur.lrde.epita.fr with esmtp (Exim 4.34)
	id 1CAV2V-0004eh-36; Thu, 23 Sep 2004 16:57:43 +0200
Received: from akim by nostromo.lrde.epita.fr with local (Exim 3.36 #1 (Debian))
	id 1CAV2U-0001tZ-00; Thu, 23 Sep 2004 16:57:42 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Akim Demaille <akim@epita.fr>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: dia: Incorrect font size in EPS export
X-Mailer: reportbug 2.99.3
Date: Thu, 23 Sep 2004 16:57:42 +0200
Message-Id: <E1CAV2U-0001tZ-00@nostromo.lrde.epita.fr>
Sender: Akim Demaille <akim@lrde.epita.fr>
X-Lrde-MailScanner: Found to be clean
X-MailScanner-From: akim@lrde.epita.fr
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: dia
Version: 0.94.0-2
Severity: normal


When exporting in EPS the following DIA document, some pieces of text
have shrinked down font sizes, down to unreadable.  Look at the boxes
6 and 7 starting from the top.

The DIA document does not have this problem.

Thanks!

#!/bin/sh
# This is a shell archive (produced by GNU sharutils 4.2.1).
# To extract the files from this archive, save it to some FILE, remove
# everything before the `!/bin/sh' line above, then type `sh FILE'.
#
# Made on 2004-09-23 16:56 CEST by <akim@nostromo>.
# Source directory was `/home/akim/lectures/lrde-techreps/trunk/0310'.
#
# Existing files will *not* be overwritten unless `-c' is specified.
#
# This shar contains:
# length mode       name
# ------ ---------- ------------------------------------------
#   1969 -rw-r--r-- grammar.dia
#
save_IFS="${IFS}"
IFS="${IFS}:"
gettext_dir=FAILED
locale_dir=FAILED
first_param="$1"
for dir in $PATH
do
  if test "$gettext_dir" = FAILED && test -f $dir/gettext \
     && ($dir/gettext --version >/dev/null 2>&1)
  then
    set `$dir/gettext --version 2>&1`
    if test "$3" = GNU
    then
      gettext_dir=$dir
    fi
  fi
  if test "$locale_dir" = FAILED && test -f $dir/shar \
     && ($dir/shar --print-text-domain-dir >/dev/null 2>&1)
  then
    locale_dir=`$dir/shar --print-text-domain-dir`
  fi
done
IFS="$save_IFS"
if test "$locale_dir" = FAILED || test "$gettext_dir" = FAILED
then
  echo=echo
else
  TEXTDOMAINDIR=$locale_dir
  export TEXTDOMAINDIR
  TEXTDOMAIN=sharutils
  export TEXTDOMAIN
  echo="$gettext_dir/gettext -s"
fi
if touch -am -t 200112312359.59 $$.touch >/dev/null 2>&1 && test ! -f 200112312359.59 -a -f $$.touch; then
  shar_touch='touch -am -t $1$2$3$4$5$6.$7 "$8"'
elif touch -am 123123592001.59 $$.touch >/dev/null 2>&1 && test ! -f 123123592001.59 -a ! -f 123123592001.5 -a -f $$.touch; then
  shar_touch='touch -am $3$4$5$6$1$2.$7 "$8"'
elif touch -am 1231235901 $$.touch >/dev/null 2>&1 && test ! -f 1231235901 -a -f $$.touch; then
  shar_touch='touch -am $3$4$5$6$2 "$8"'
else
  shar_touch=:
  echo
  $echo 'WARNING: not restoring timestamps.  Consider getting and'
  $echo "installing GNU \`touch', distributed in GNU File Utilities..."
  echo
fi
rm -f 200112312359.59 123123592001.59 123123592001.5 1231235901 $$.touch
#
if mkdir _sh07285; then
  $echo 'x -' 'creating lock directory'
else
  $echo 'failed to create lock directory'
  exit 1
fi
# ============= grammar.dia ==============
if test -f 'grammar.dia' && test "$first_param" != -c; then
  $echo 'x -' SKIPPING 'grammar.dia' '(file already exists)'
else
  $echo 'x -' extracting 'grammar.dia' '(binary)'
  sed 's/^X//' << 'SHAR_EOF' | uudecode &&
begin 600 grammar.dia
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
B41,V#!F^;J>@\["9JBMAO/W_!X__.<+MQ7_^J9N;:V8``.CM
`
end
SHAR_EOF
  (set 20 04 09 23 15 46 50 'grammar.dia'; eval "$shar_touch") &&
  chmod 0644 'grammar.dia' ||
  $echo 'restore of' 'grammar.dia' 'failed'
  if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/dev/null 2>&1 \
  && ( md5sum --version 2>&1 | grep -v 'textutils 1.12' ) >/dev/null; then
    md5sum -c << SHAR_EOF >/dev/null 2>&1 \
    || $echo 'grammar.dia:' 'MD5 check failed'
b1ab999c1235aacc65f9cf2852ab3ccb  grammar.dia
SHAR_EOF
  else
    shar_count="`LC_ALL= LC_CTYPE= LANG= wc -c < 'grammar.dia'`"
    test 1969 -eq "$shar_count" ||
    $echo 'grammar.dia:' 'original size' '1969,' 'current size' "$shar_count!"
  fi
fi
rm -fr _sh07285
exit 0


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-1-k7-smp
Locale: LANG=fr_FR, LC_CTYPE=fr_FR

Versions of packages dia depends on:
ii  dia-common                  0.94.0-2     Diagram editor (common files)
ii  dia-libs                    0.94.0-2     Diagram editor (library files)
ii  libart-2.0-2                2.3.16-6     Library of functions for 2D graphi
ii  libatk1.0-0                 1.6.1-3      The ATK accessibility toolkit
ii  libc6                       2.3.2.ds1-16 GNU C Library: Shared libraries an
ii  libfreetype6                2.1.7-2.2    FreeType 2 font engine, shared lib
ii  libglib2.0-0                2.4.6-2      The GLib library of C routines
ii  libgtk2.0-0                 2.4.10-1     The GTK+ graphical user interface
ii  libpango1.0-0               1.4.1-2      Layout and rendering of internatio
ii  libpng12-0                  1.2.5.0-7    PNG library - runtime
ii  libpopt0                    1.7-5        lib for parsing cmdline parameters
ii  libxml2                     2.6.11-3     GNOME XML library
ii  zlib1g                      1:1.2.1.2-1  compression library - runtime

-- no debconf information

---------------------------------------
Received: (at 269218-done) by bugs.debian.org; 28 Feb 2005 18:16:18 +0000
>From stigge@antcom.de Mon Feb 28 10:16:18 2005
Return-path: <stigge@antcom.de>
Received: from mail-out.m-online.net [212.18.0.9] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1D5pRJ-0004km-00; Mon, 28 Feb 2005 10:16:18 -0800
Received: from mail.m-online.net (svr20.m-online.net [192.168.3.148])
	by mail-out.m-online.net (Postfix) with ESMTP id 01C635D37
	for <269218-done@bugs.debian.org>; Mon, 28 Feb 2005 19:16:17 +0100 (CET)
Received: from atari.stigge.org (ppp-82-135-64-216.mnet-online.de [82.135.64.216])
	by mail.m-online.net (Postfix) with ESMTP id CE53B57D3A
	for <269218-done@bugs.debian.org>; Mon, 28 Feb 2005 19:15:41 +0100 (CET)
Received: from localhost (localhost [127.0.0.1])
	by atari.stigge.org (Postfix) with ESMTP id 4D21A1007155A
	for <269218-done@bugs.debian.org>; Mon, 28 Feb 2005 19:15:41 +0100 (CET)
Subject: dia: Font problems when exporting to eps
From: Roland Stigge <stigge@antcom.de>
To: 269218-done@bugs.debian.org
Content-Type: text/plain
Organization: Antcom
Date: Mon, 28 Feb 2005 19:15:41 +0100
Message-Id: <1109614541.5380.9.camel@atari>
Mime-Version: 1.0
X-Mailer: Evolution 2.0.3 
Content-Transfer-Encoding: 7bit
Delivered-To: 269218-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
	version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Hi,

this bug has been fixed in dia 0.94.0-5 by resolving another bug
(#273625).

bye,
  Roland
--