mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-24 15:10:13 +01:00
fpvectorial: Fix rendering of elliptic arc segments (overwriting center x by y coordinate)
git-svn-id: trunk@52864 -
This commit is contained in:
parent
8c06636b4b
commit
b095038501
@ -2939,7 +2939,7 @@ begin
|
|||||||
E2.X := E2.Y + ADeltaY;
|
E2.X := E2.Y + ADeltaY;
|
||||||
|
|
||||||
CX := CX + ADeltaX;
|
CX := CX + ADeltaX;
|
||||||
CX := CY + ADeltaY;
|
CY := CY + ADeltaY;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user