We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c13ee8c commit 899ef71Copy full SHA for 899ef71
src/lib/Canvas.ts
@@ -688,7 +688,7 @@ export class Canvas {
688
/**
689
* Add a circle or semi circle.
690
* @param x The position x in the center of the circle.
691
- * @param y The position y in the center of the ircle.
+ * @param y The position y in the center of the circle.
692
* @param radius The radius for the clip.
693
*/
694
public printCircle(x: number, y: number, radius: number): this {
0 commit comments