copy
fun copy(x1: Double = this.x1, y1: Double = this.y1, x2: Double = this.x2, y2: Double = this.y2, isRelative: Boolean = this.isRelative, minified: Boolean = this.minified, shouldClose: Boolean = this.shouldClose): PathNodes.QuadTo(source)
Creates a copy of the QuadTo command with the given parameters.
Return
a copy of the QuadTo command.
Parameters
x1
the x-coordinate of the first control point.
y1
the y-coordinate of the first control point.
x2
the x-coordinate of the end point.
y2
the y-coordinate of the end point.
isRelative
whether the command is relative.
minified
whether the output of materialize should be minified or not.
shouldClose
whether the command should be closed.