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