mirror of
https://github.com/konvajs/konva.git
synced 2025-11-24 16:53:06 +08:00
Merge branch 'master' of github.com:konvajs/konva
This commit is contained in:
@@ -287,8 +287,8 @@ export class Context {
|
||||
* @method
|
||||
* @name Konva.Context#arcTo
|
||||
*/
|
||||
arcTo(a0, a1, a2, a3, a4, a5) {
|
||||
this._context.arc(a0, a1, a2, a3, a4, a5);
|
||||
arcTo(a0, a1, a2, a3, a4) {
|
||||
this._context.arcTo(a0, a1, a2, a3, a4);
|
||||
}
|
||||
/**
|
||||
* beginPath function.
|
||||
|
||||
Reference in New Issue
Block a user