Skip to content

Commit bbd68cd

Browse files
Update third_party/packages/path_parsing/lib/src/path_parsing.dart
1 parent 709aaec commit bbd68cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

third_party/packages/path_parsing/lib/src/path_parsing.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ bool isQuadraticCommand(SvgPathSegType command) {
473473

474474
/// Data for a single SVG path segment command.
475475
class PathSegmentData {
476-
/// Creates a [PathSegmentData] with [command] set to [SvgPathSegType.unknown].
476+
/// Creates a [PathSegmentData] with default values.
477477
PathSegmentData()
478478
: command = SvgPathSegType.unknown,
479479
arcSweep = false,

0 commit comments

Comments
 (0)