mirror of https://github.com/procxx/kepka.git
QtLottie: Ignore opacity in null layer transform.
This commit is contained in:
parent
801580c46f
commit
1a2755f126
|
@ -1 +1 @@
|
||||||
Subproject commit 5630703850784e58aad0a02394004e07b1cd3c8b
|
Subproject commit b5a2591af42a30bf075748096c86474d484313d4
|
|
@ -65,6 +65,8 @@ public:
|
||||||
void updateProperties(int frame) override;
|
void updateProperties(int frame) override;
|
||||||
void render(LottieRenderer &renderer, int frame) const override;
|
void render(LottieRenderer &renderer, int frame) const override;
|
||||||
|
|
||||||
|
void clearOpacity();
|
||||||
|
|
||||||
QPointF anchorPoint() const;
|
QPointF anchorPoint() const;
|
||||||
virtual QPointF position() const;
|
virtual QPointF position() const;
|
||||||
QPointF scale() const;
|
QPointF scale() const;
|
||||||
|
|
Loading…
Reference in New Issue