#pragma once #include #include #include #include namespace ZShell::internal { struct Stroke { QVector points; QCanvasPath path; QColor color; float width; int groupId = -1; bool isSinglePoint = false; }; };