mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
QtLottie: Support many geometry shapes in a group.
This commit is contained in:
2
Telegram/ThirdParty/qtlottie
vendored
2
Telegram/ThirdParty/qtlottie
vendored
Submodule Telegram/ThirdParty/qtlottie updated: b5a2591af4...2f299eed51
@@ -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;
|
||||
|
Reference in New Issue
Block a user