We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 709aaec commit bbd68cdCopy full SHA for bbd68cd
1 file changed
third_party/packages/path_parsing/lib/src/path_parsing.dart
@@ -473,7 +473,7 @@ bool isQuadraticCommand(SvgPathSegType command) {
473
474
/// Data for a single SVG path segment command.
475
class PathSegmentData {
476
- /// Creates a [PathSegmentData] with [command] set to [SvgPathSegType.unknown].
+ /// Creates a [PathSegmentData] with default values.
477
PathSegmentData()
478
: command = SvgPathSegType.unknown,
479
arcSweep = false,
0 commit comments