SVG with wrong charcaters

Discuss and ask questions about CAD plugins for 3rd party software: IrfanView, XnView, Total Commander, Konvertor FM.

Moderators: SDS, support, admin

Post Reply
Peter
Posts: 323
Joined: 23 Jun 2005, 11:27
Location: Switzerland
Contact:

SVG with wrong charcaters

Post by Peter » 02 Feb 2023, 13:45

I use version 14.1.0.2 in TotalCommander, and a SVG looks like this - see attachment.

In strings, sometimes the "i" or the "l" (small L) are bad displayed. I added the right words in red characters. What's wrong here?

Edit:
Added forgotten attachment.

support
Posts: 3254
Joined: 30 Mar 2005, 11:36
Contact:

Re: SVG with wrong charcaters

Post by support » 03 Feb 2023, 11:11

Peter wrote:
02 Feb 2023, 13:45
I use version 14.1.0.2 in TotalCommander, and a SVG looks like this - see attachment.

In strings, sometimes the "i" or the "l" (small L) are bad displayed. I added the right words in red characters. What's wrong here?

Edit:
Added forgotten attachment.
Hi,
Unfortunately, I couldn't find your attachment here.
Could you kindly send it to support@cadsofttools.com, so I could examine the issue?
Catherine.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Peter
Posts: 323
Joined: 23 Jun 2005, 11:27
Location: Switzerland
Contact:

Re: SVG with wrong charcaters

Post by Peter » 03 Feb 2023, 11:44

When I want to add an attachement, I get the warning:

Error
Sorry, the board attachment quota has been reached.

Peter
Posts: 323
Joined: 23 Jun 2005, 11:27
Location: Switzerland
Contact:

Re: SVG with wrong charcaters

Post by Peter » 03 Feb 2023, 12:19

The file is displayed correctly in MsEdge, Firefox and another SVGViewer. But I think I found the problem - I don't know if the wrong display is caused by the file or be the viewer.

There are text-definitions like this which are OK.

Code: Select all

          <text transform="matrix(1 0 0 1 337 604)" fill="#3C3C3C" font-weight="bold" stroke="none">
            <desc >
              <eadoc:guid>EAID_B046DD65_504D_4ac4_AAA9_955867BCCFB7</eadoc:guid>
              <eadoc:name>Absperr_Drosselorgan</eadoc:name>
              <eadoc:type>Class</eadoc:type>
              <eadoc:note></eadoc:note>
            </desc>
            <tspan dx="0 " x="0" y="8">Absperr_Drosselorgan</tspan>
          </text>
And there is this (weird?) package of single characters, and the only one which has two characters "ti" is displayed as "t".

Code: Select all

          <text transform="matrix(1 0 0 1 625 604)" fill="#3C3C3C" font-weight="bold" stroke="none">
            <desc >
              <eadoc:guid>EAID_B386827E_CF3E_495b_BA2F_9DAC26F6357E</eadoc:guid>
              <eadoc:name>Ueberlaufcharakteristik</eadoc:name>
              <eadoc:type>Class</eadoc:type>
              <eadoc:note></eadoc:note>
            </desc>
            <tspan dx="0 " x="0" y="8">U</tspan>
            <tspan dx="0 " x="5.5" y="8">e</tspan>
            <tspan dx="0 " x="9.75" y="8">b</tspan>
            <tspan dx="0 " x="14.25" y="8">e</tspan>
            <tspan dx="0 " x="18.5" y="8">r</tspan>
            <tspan dx="0 " x="21.5" y="8">l</tspan>
            <tspan dx="0 " x="23.5" y="8">a</tspan>
            <tspan dx="0 " x="27.75" y="8">u</tspan>
            <tspan dx="0 " x="32" y="8">f</tspan>
            <tspan dx="0 " x="34.5" y="8">c</tspan>
            <tspan dx="0 " x="38" y="8">h</tspan>
            <tspan dx="0 " x="42.25" y="8">a</tspan>
            <tspan dx="0 " x="46.25" y="8">r</tspan>
            <tspan dx="0 " x="49.25" y="8">a</tspan>
            <tspan dx="0 " x="53.25" y="8">k</tspan>
            <tspan dx="0 " x="57" y="8">t</tspan>
            <tspan dx="0 " x="60" y="8">e</tspan>
            <tspan dx="0 " x="64" y="8">r</tspan>
            <tspan dx="0 " x="67" y="8">i</tspan>
            <tspan dx="0 " x="69" y="8">s</tspan>
            <tspan dx="0 0 " x="72.25" y="8">ti</tspan>
            <tspan dx="0 " x="77.25" y="8">k</tspan>
          </text>

support
Posts: 3254
Joined: 30 Mar 2005, 11:36
Contact:

Re: SVG with wrong charcaters

Post by support » 07 Feb 2023, 12:40

Peter wrote:
03 Feb 2023, 12:19
The file is displayed correctly in MsEdge, Firefox and another SVGViewer. But I think I found the problem - I don't know if the wrong display is caused by the file or be the viewer.

There are text-definitions like this which are OK.

Code: Select all

          <text transform="matrix(1 0 0 1 337 604)" fill="#3C3C3C" font-weight="bold" stroke="none">
            <desc >
              <eadoc:guid>EAID_B046DD65_504D_4ac4_AAA9_955867BCCFB7</eadoc:guid>
              <eadoc:name>Absperr_Drosselorgan</eadoc:name>
              <eadoc:type>Class</eadoc:type>
              <eadoc:note></eadoc:note>
            </desc>
            <tspan dx="0 " x="0" y="8">Absperr_Drosselorgan</tspan>
          </text>
And there is this (weird?) package of single characters, and the only one which has two characters "ti" is displayed as "t".

Code: Select all

          <text transform="matrix(1 0 0 1 625 604)" fill="#3C3C3C" font-weight="bold" stroke="none">
            <desc >
              <eadoc:guid>EAID_B386827E_CF3E_495b_BA2F_9DAC26F6357E</eadoc:guid>
              <eadoc:name>Ueberlaufcharakteristik</eadoc:name>
              <eadoc:type>Class</eadoc:type>
              <eadoc:note></eadoc:note>
            </desc>
            <tspan dx="0 " x="0" y="8">U</tspan>
            <tspan dx="0 " x="5.5" y="8">e</tspan>
            <tspan dx="0 " x="9.75" y="8">b</tspan>
            <tspan dx="0 " x="14.25" y="8">e</tspan>
            <tspan dx="0 " x="18.5" y="8">r</tspan>
            <tspan dx="0 " x="21.5" y="8">l</tspan>
            <tspan dx="0 " x="23.5" y="8">a</tspan>
            <tspan dx="0 " x="27.75" y="8">u</tspan>
            <tspan dx="0 " x="32" y="8">f</tspan>
            <tspan dx="0 " x="34.5" y="8">c</tspan>
            <tspan dx="0 " x="38" y="8">h</tspan>
            <tspan dx="0 " x="42.25" y="8">a</tspan>
            <tspan dx="0 " x="46.25" y="8">r</tspan>
            <tspan dx="0 " x="49.25" y="8">a</tspan>
            <tspan dx="0 " x="53.25" y="8">k</tspan>
            <tspan dx="0 " x="57" y="8">t</tspan>
            <tspan dx="0 " x="60" y="8">e</tspan>
            <tspan dx="0 " x="64" y="8">r</tspan>
            <tspan dx="0 " x="67" y="8">i</tspan>
            <tspan dx="0 " x="69" y="8">s</tspan>
            <tspan dx="0 0 " x="72.25" y="8">ti</tspan>
            <tspan dx="0 " x="77.25" y="8">k</tspan>
          </text>
Hi Peter,
Unfortunately, it is hard to say without a file. So, could you send it to us at support@cadsofttools.com or put a link to the file here (using any file sharing service)?
Catherine.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply