File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ abstract class DefaultShapeNode extends SceneNode
6464 double strokeWeight = 0 ,
6565 double strokeMiterLimit = 4.0 ,
6666 StrokeAlignC strokeAlign = StrokeAlignC .inside,
67- StrokeCapEnum strokeCap = StrokeCapEnum .square ,
67+ StrokeCapEnum strokeCap = StrokeCapEnum .butt ,
6868 List <double > dashPattern = const [],
6969 StrokeSide strokeSide = StrokeSide .all,
7070 }) {
@@ -576,7 +576,7 @@ mixin GeometryMixin on BaseNode {
576576 late StrokeAlignC strokeAlign;
577577
578578 /// Type of line cap to use for the stroke.
579- @JsonKey (unknownEnumValue: StrokeCapEnum .square )
579+ @JsonKey (unknownEnumValue: StrokeCapEnum .butt )
580580 late StrokeCapEnum strokeCap;
581581
582582 /// The pattern of dashes and gaps to apply to the stroke in case of dashed
You can’t perform that action at this time.
0 commit comments