@leafer/path
Advanced tools
+4
-4
| { | ||
| "name": "@leafer/path", | ||
| "version": "1.0.7", | ||
| "version": "1.0.8", | ||
| "description": "@leafer/path", | ||
@@ -25,8 +25,8 @@ "author": "Chao (Leafer) Wan", | ||
| "dependencies": { | ||
| "@leafer/math": "1.0.7", | ||
| "@leafer/debug": "1.0.7" | ||
| "@leafer/math": "1.0.8", | ||
| "@leafer/debug": "1.0.8" | ||
| }, | ||
| "devDependencies": { | ||
| "@leafer/interface": "1.0.7" | ||
| "@leafer/interface": "1.0.8" | ||
| } | ||
| } |
@@ -118,3 +118,5 @@ import { IPathCommandData, IPathCreator, IPathString } from '@leafer/interface' | ||
| public clearPath = this.beginPath | ||
| public clearPath(): PathCreator { | ||
| return this.beginPath() | ||
| } | ||
@@ -121,0 +123,0 @@ public paint(): void { } |
+1
-1
@@ -45,3 +45,3 @@ import { IPathCreator, IPathCommandData, IPathCommandObject, IPathString, IPointData, IPathDrawer, IBoundsData, ITwoPointBoundsData, INumberMap, IStringMap } from '@leafer/interface'; | ||
| drawPoints(points: number[], curve?: boolean | number, close?: boolean): PathCreator; | ||
| clearPath: () => PathCreator; | ||
| clearPath(): PathCreator; | ||
| paint(): void; | ||
@@ -48,0 +48,0 @@ } |
60756
0.06%1198
0.17%+ Added
+ Added
- Removed
- Removed
Updated
Updated