mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 16:59:09 +02: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;
|
||||
|
||||
CX := CX + ADeltaX;
|
||||
CX := CY + ADeltaY;
|
||||
CY := CY + ADeltaY;
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user