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/PolygonAction.h [41:52]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Stroke getStroke() const { return stroke; } Color getColor() const { return color; } Color getFill() const { return fill; } }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -