@leafer/path 1.0.0-rc.7 → 1.0.0-rc.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leafer/path",
3
- "version": "1.0.0-rc.7",
3
+ "version": "1.0.0-rc.8",
4
4
  "description": "@leafer/path",
5
5
  "author": "Chao (Leafer) Wan",
6
6
  "license": "MIT",
@@ -22,10 +22,10 @@
22
22
  "leaferjs"
23
23
  ],
24
24
  "dependencies": {
25
- "@leafer/math": "1.0.0-rc.7",
26
- "@leafer/debug": "1.0.0-rc.7"
25
+ "@leafer/math": "1.0.0-rc.8",
26
+ "@leafer/debug": "1.0.0-rc.8"
27
27
  },
28
28
  "devDependencies": {
29
- "@leafer/interface": "1.0.0-rc.7"
29
+ "@leafer/interface": "1.0.0-rc.8"
30
30
  }
31
31
  }
package/src/PathScaler.ts CHANGED
@@ -52,7 +52,6 @@ export const PathScaler = {
52
52
  break
53
53
  case G: // ellipse(x, y, radiusX, radiusY, rotation, startAngle, endAngle, anticlockwise)
54
54
  scalePoints(data, scaleX, scaleY, i, 2)
55
- console.log('G')
56
55
  i += 9
57
56
  break
58
57
  case F: // simple ellipse(x, y, radiusX, radiusY)