setPathContext function added

master
bluetwelve 2021-09-03 11:25:22 -04:00 committed by GitHub
parent 6e7b3e4611
commit 314904b1f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -629,6 +629,10 @@ export class Path {
this.init();
}
setPathContext() {
pathMethodsContext_.setPathObj(this);
}
/**
* Reset path data.
* @returns {module:path.Path}