setPathContext function added

This commit is contained in:
bluetwelve
2021-09-03 11:25:22 -04:00
committed by GitHub
parent 6e7b3e4611
commit 314904b1f4

View File

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