Mailinglist Archive: opensuse-bugs (9648 mails)
| < Previous | Next > |
[Bug 339086] fig2dev: SVG support insufficient
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Mon, 5 Nov 2007 06:58:21 -0700 (MST)
- Message-id: <20071105135821.ACD4A245269@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=339086#c4
Karl Eichwalder <ke@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |ASSIGNED
Info Provider|ke@xxxxxxxxxx |
--- Comment #4 from Karl Eichwalder <ke@xxxxxxxxxx> 2007-11-05 06:58:21 MST ---
The transfig-3.2.5 alpha worked fine. Berthold debugged it and it seems to be
a simple white space issue:
<text xml:space="preserve" x="3637" y="10015" stroke="#000000" fill="#000000"
font-family="Helvetica"font-style="normal" font-weight="bold" font-size="177"
text-anchor="start">Print Server</text>
Instead of
<text xml:space="preserve" x="3637" y="10015" stroke="#000000" fill="#000000"
font-family="Helvetica" font-style="normal" font-weight="bold" font-size="177"
text-anchor="start">Print Server</text>
(note the space before the 'font-style' attribute.)
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Karl Eichwalder <ke@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |ASSIGNED
Info Provider|ke@xxxxxxxxxx |
--- Comment #4 from Karl Eichwalder <ke@xxxxxxxxxx> 2007-11-05 06:58:21 MST ---
The transfig-3.2.5 alpha worked fine. Berthold debugged it and it seems to be
a simple white space issue:
<text xml:space="preserve" x="3637" y="10015" stroke="#000000" fill="#000000"
font-family="Helvetica"font-style="normal" font-weight="bold" font-size="177"
text-anchor="start">Print Server</text>
Instead of
<text xml:space="preserve" x="3637" y="10015" stroke="#000000" fill="#000000"
font-family="Helvetica" font-style="normal" font-weight="bold" font-size="177"
text-anchor="start">Print Server</text>
(note the space before the 'font-style' attribute.)
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |