Width factor for DXF plotting text used an inverted aspect ratio.

This commit is contained in:
Baranovskiy Konstantin 2013-03-07 08:15:35 -06:00 committed by Dick Hollenbeck
parent 1ae31edb9a
commit 9a131706d7
1 changed files with 1 additions and 1 deletions

View File

@ -635,7 +635,7 @@ void DXF_PLOTTER::Text( const wxPoint& aPos,
TO_UTF8( cname ),
origin_dev.x, origin_dev.x,
origin_dev.y, origin_dev.y,
size_dev.y, fabs( size_dev.y / size_dev.x ),
size_dev.y, fabs( size_dev.x / size_dev.y ),
aOrient / 10.0,
aItalic ? DXF_OBLIQUE_ANGLE : 0,
size_dev.x < 0 ? 2 : 0, // X mirror flag