mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 11:19:23 +02:00
fpvectorial: Fixes DXF DIMENSION support for places where the DimensionLeft position is provided
git-svn-id: trunk@39185 -
This commit is contained in:
parent
a134c17799
commit
2c2ab8a509
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user