@jiaminghi/c-render
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -0,1 +1,7 @@ | ||
# 0.2.4-alpha (2019-05-12) | ||
### Bug Fixes | ||
- **prototype:** `delAllGraph` exception. | ||
# 0.2.3-alpha (2019-04-29) | ||
@@ -2,0 +8,0 @@ |
@@ -16,3 +16,3 @@ import color from '@jiaminghi/color' | ||
if (!canvas) { | ||
console.error('Missing parameters!') | ||
console.error('CRender Missing parameters!') | ||
@@ -155,3 +155,3 @@ return | ||
CRender.prototype.delAllGraph = function () { | ||
this.graphs.forEach(graph => graph.delProcessor()) | ||
this.graphs.forEach(graph => graph.delProcessor(this)) | ||
@@ -158,0 +158,0 @@ this.drawAllGraph() |
{ | ||
"name": "@jiaminghi/c-render", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"author": "JiaMing <743192023@qq.com>", | ||
@@ -5,0 +5,0 @@ "description": "Canvas-based vector graphics rendering plugin", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
132412