1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-09-27 08:39:00 +02:00

code comments

This commit is contained in:
Pomax
2020-09-19 14:16:00 -07:00
parent 7c530fee56
commit ad872f83c5
39 changed files with 306 additions and 117 deletions

View File

@@ -605,7 +605,7 @@ class GraphicsAPI extends BaseAPI {
/**
* Yield a snapshot of the current shape.
*/
save() {
saveShape() {
return this.currentShape;
}