fpvectorial: Fix rendering of elliptic arc segments (overwriting center x by y coordinate)

git-svn-id: trunk@52864 -
This commit is contained in:
wp 2016-08-22 16:05:22 +00:00
parent 8c06636b4b
commit b095038501

View File

@ -2939,7 +2939,7 @@ begin
E2.X := E2.Y + ADeltaY;
CX := CX + ADeltaX;
CX := CY + ADeltaY;
CY := CY + ADeltaY;
end;