fix: strokeAndFill in checkMode

This commit is contained in:
unanmed 2024-12-24 19:57:44 +08:00
parent 2aa0ffe12a
commit d61beada0b

View File

@ -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) {