فهرست منبع

* hopefully the final fix to #40288

(cherry picked from commit 0af25e1644b0a6a113bd96a5f5a78163feee8c42)
marcoonthegit 2 سال پیش
والد
کامیت
685a2e3477
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      packages/fcl-image/src/freetype.pp

+ 2 - 2
packages/fcl-image/src/freetype.pp

@@ -547,8 +547,8 @@ begin
   with Transformation do
     begin
       sincos(Angle,asin,acos);
-      yx:=round(asin)*$10000;
-      xx:=round(acos)*$10000;
+      yx:=round(asin*$10000);
+      xx:=round(acos*$10000);
       xy:=-yx; yy:=xx;
     end;
 end;