We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e2bef3 commit 8c8a8adCopy full SHA for 8c8a8ad
1 file changed
lib/src/api/mixins.dart
@@ -64,7 +64,7 @@ abstract class DefaultShapeNode extends SceneNode
64
double strokeWeight = 0,
65
double strokeMiterLimit = 4.0,
66
StrokeAlignC strokeAlign = StrokeAlignC.inside,
67
- StrokeCapEnum strokeCap = StrokeCapEnum.square,
+ StrokeCapEnum strokeCap = StrokeCapEnum.butt,
68
List<double> dashPattern = const [],
69
StrokeSide strokeSide = StrokeSide.all,
70
}) {
@@ -576,7 +576,7 @@ mixin GeometryMixin on BaseNode {
576
late StrokeAlignC strokeAlign;
577
578
/// Type of line cap to use for the stroke.
579
- @JsonKey(unknownEnumValue: StrokeCapEnum.square)
+ @JsonKey(unknownEnumValue: StrokeCapEnum.butt)
580
late StrokeCapEnum strokeCap;
581
582
/// The pattern of dashes and gaps to apply to the stroke in case of dashed
0 commit comments