- addPath
void addPath(Path2D path, DOMMatrix2DInit transform)
Undocumented in source. Be warned that the author may not have intended to support it.
- addPath
void addPath(Path2D path)
Undocumented in source. Be warned that the author may not have intended to support it.
- arc
void arc(double x, double y, double radius, double startAngle, double endAngle)
Undocumented in source. Be warned that the author may not have intended to support it.
- arc
void arc(double x, double y, double radius, double startAngle, double endAngle, bool anticlockwise)
Undocumented in source. Be warned that the author may not have intended to support it.
- arcTo
void arcTo(double x1, double y1, double x2, double y2, double radius)
Undocumented in source. Be warned that the author may not have intended to support it.
- bezierCurveTo
void bezierCurveTo(double cp1x, double cp1y, double cp2x, double cp2y, double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
- closePath
void closePath()
Undocumented in source. Be warned that the author may not have intended to support it.
- ellipse
void ellipse(double x, double y, double radiusX, double radiusY, double rotation, double startAngle, double endAngle, bool anticlockwise)
Undocumented in source. Be warned that the author may not have intended to support it.
- ellipse
void ellipse(double x, double y, double radiusX, double radiusY, double rotation, double startAngle, double endAngle)
Undocumented in source. Be warned that the author may not have intended to support it.
- lineTo
void lineTo(double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
- moveTo
void moveTo(double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
- quadraticCurveTo
void quadraticCurveTo(double cpx, double cpy, double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
- rect
void rect(double x, double y, double w, double h)
Undocumented in source. Be warned that the author may not have intended to support it.