src/graphics/actions/PathAction.h [49:60]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Stroke getStroke() const { return stroke; } Color getColor() const { return color; } Color getFill() const { return fill; } }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/graphics/actions/RectangleAction.h [39:50]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Stroke getStroke() const { return stroke; } Color getColor() const { return color; } Color getFill() const { return fill; } }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -