Custom linetype displays smaller double "echo" AutoCAD 2025

Custom linetype displays smaller double "echo" AutoCAD 2025

remi.boltze
Community Visitor Community Visitor
369 Views
3 Replies
Message 1 of 4

Custom linetype displays smaller double "echo" AutoCAD 2025

remi.boltze
Community Visitor
Community Visitor

I'm using this custom linetype in a multiline, but just drawing a line has the same problem. As a picture tells more then a thousand words I've added an attachment displaying the issue and I'm looking for what causes the smaller "echo".

 

my custom linetype in acadiso.lin:

<code>

*VLUCHTWEG,Vluchtweg --> - --> --> - -->
A,0.0,-50,["--> - -->",BOLD,S=15.0,R=0.0,X=-27.5,Y=-7.5],-50

</code>

 

I've also attached my multiline style, but as mentioned also occurs with a single line.

 

The issue is visible with both BOLD and STANDARD font.

 

What I already tried:

  • VISRETAIN to 0.
  • MSLTSCALE, PSLTSCALE, and LTSCALE to 1. 
  • replacing the .lin file and purging the linetypes
  • style set to BOLD and 0 height
  • graphix acceleration off and on
  • checked support file path

 

Can someone please point me in the right direction, as I'm baffled?

 

0 Likes
370 Views
3 Replies
Replies (3)
Message 2 of 4

pendean
Community Legend
Community Legend
Any chance you can also add a DWG file with the issue present?
0 Likes
Message 3 of 4

Kent1Cooper
Consultant
Consultant

That kind of looks like the kind of thing that could be helped by turning Hardware Acceleration off [GRAPHICSCONFIG command], but that's only a guess.

Kent Cooper, AIA
0 Likes
Message 4 of 4

Sea-Haven
Mentor
Mentor

I changed the line type to this, seemed to improve. 

*VLUCHTWEG,Vluchtweg --> - --> --> - -->
A,0.0,-25,["-->  ",Standard,S=15.0,R=0.0,X=-27.5,Y=-7.5],-25

Try in your dwg.

 

0 Likes