diff --git a/src/core/render/preset/graphics.ts b/src/core/render/preset/graphics.ts index d75c4ef..6e1a048 100644 --- a/src/core/render/preset/graphics.ts +++ b/src/core/render/preset/graphics.ts @@ -143,7 +143,7 @@ export abstract class GraphicItemBase this.propStroke = value; break; case GraphicModeProp.StrokeAndFill: - this.strokeAndFill = true; + this.strokeAndFill = value; break; } if (this.strokeAndFill) {