QtLottie: Ignore opacity in null layer transform.

This commit is contained in:
John Preston 2019-05-10 14:58:02 +03:00
parent 801580c46f
commit 1a2755f126
2 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit 5630703850784e58aad0a02394004e07b1cd3c8b
Subproject commit b5a2591af42a30bf075748096c86474d484313d4

View File

@ -65,6 +65,8 @@ public:
void updateProperties(int frame) override;
void render(LottieRenderer &renderer, int frame) const override;
void clearOpacity();
QPointF anchorPoint() const;
virtual QPointF position() const;
QPointF scale() const;