fpvectorial: Fixes DXF DIMENSION support for places where the DimensionLeft position is provided

git-svn-id: trunk@39185 -
This commit is contained in:
sekelsenmat 2012-10-29 10:58:14 +00:00
parent a134c17799
commit 2c2ab8a509

View File

@ -1227,6 +1227,13 @@ begin
DimensionLeft.X := BaseLeft.X;
DimensionLeft.Y := DimensionRight.Y;
end
// Inverted horizontal where DL was provided
else if DimensionRight.X = BaseLeft.X then
begin
DimensionLeft.X := DimensionRight.X;
DimensionLeft.Y := DimensionRight.Y;
DimensionRight.X := BaseRight.X;
end
// vertical
//
// BL ----|DR