mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 06:07:45 +00:00
QtLottie: Support many geometry shapes in a group.
This commit is contained in:
parent
1a2755f126
commit
f2ef2fab4f
2
Telegram/ThirdParty/qtlottie
vendored
2
Telegram/ThirdParty/qtlottie
vendored
@ -1 +1 @@
|
||||
Subproject commit b5a2591af42a30bf075748096c86474d484313d4
|
||||
Subproject commit 2f299eed51619c3943fb22a7efb6dcd9727703d6
|
@ -78,6 +78,9 @@ public:
|
||||
virtual void setTrimmingState(TrimmingState state);
|
||||
virtual TrimmingState trimmingState() const;
|
||||
|
||||
virtual void startMergeGeometry() = 0;
|
||||
virtual void renderMergedGeometry() = 0;
|
||||
|
||||
virtual void render(const BMLayer &layer) = 0;
|
||||
virtual void render(const BMRect &rect) = 0;
|
||||
virtual void render(const BMEllipse &ellipse) = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user