GPU caching for better performance after many strokes
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 12s
Python / lint-format (pull_request) Successful in 17s
Python / test (pull_request) Successful in 31s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m6s

This commit is contained in:
2026-06-20 20:55:15 +02:00
parent 8a87f86758
commit 7be81e584e
5 changed files with 81 additions and 20 deletions
@@ -71,6 +71,7 @@ QPointF m_hoverPoint;
QColor m_penColor = Qt::white;
float m_penWidth = 4.f;
int m_nextGroupId = 0;
QVector<Stroke> m_strokes;
Stroke m_currentStroke;
};