Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit e273a81

Browse files
committed
update
1 parent 8e4f30d commit e273a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impeller/entity/geometry/stroke_path_geometry.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ StrokePathGeometry::JoinProc StrokePathGeometry::GetJoinProc(Join stroke_join) {
9999

100100
if (miter_point.GetDistanceSquared({0, 0}) >
101101
miter_limit * miter_limit) {
102-
// Convert to bevel when mit point exceeds the miter limit.
102+
// Fallback to bevel when miter point exceeds the miter limit.
103103
CreateBevel(vtx_builder, position, start_offset, end_offset);
104104
return;
105105
}

0 commit comments

Comments
 (0)