This commit is contained in:
Wiesław Šoltés 2023-03-22 09:55:48 +01:00
Родитель 0f7e0ae774
Коммит 538ec7c3a8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -180,7 +180,7 @@ public class Lottie : Control, IAffectsRender
-sourceRect.Y + destRect.Y - bounds.Left);
using (context.PushClip(destRect))
using (context.PushPreTransform(translateMatrix * scaleMatrix))
using (context.PushTransform(translateMatrix * scaleMatrix))
{
context.Custom(new FuncCustomDrawOperation(new Rect(0, 0, bounds.Width, bounds.Height), Draw));
}