Skip to content

Commit 5a54fa2

Browse files
committed
Updated due to code review of engine code
1 parent 83c156c commit 5a54fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/layers/raw/line_styles.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ void beginFrame(Duration timeStamp) {
4848
..style = ui.PaintingStyle.stroke
4949
..strokeCap = ui.StrokeCap.butt // Other choices are round and square.
5050
..strokeJoin = ui.StrokeJoin.miter // Other choices are round and bevel.
51-
..strokeMiterLimit = 5.0 // Try smaller and larger values greater than zero.
51+
..strokeMiterLimit = 4.0 // Try smaller and larger values zero or above.
5252
..strokeWidth = 20.0;
5353
canvas.drawPoints(ui.PointMode.polygon, points, paint);
5454

0 commit comments

Comments
 (0)