@antv/g-canvas
Advanced tools
Comparing version 0.1.0-beta.4 to 0.1.0-beta.5
@@ -60,2 +60,3 @@ import { __extends } from "tslib"; | ||
context.clip(); | ||
clip._afterDraw(); // clip 绘制完成后,需要缓存包围盒以及清除标记 | ||
} | ||
@@ -62,0 +63,0 @@ }; |
@@ -62,2 +62,3 @@ "use strict"; | ||
context.clip(); | ||
clip._afterDraw(); // clip 绘制完成后,需要缓存包围盒以及清除标记 | ||
} | ||
@@ -64,0 +65,0 @@ }; |
{ | ||
"name": "@antv/g-canvas", | ||
"version": "0.1.0-beta.4", | ||
"version": "0.1.0-beta.5", | ||
"description": "A canvas library which providing 2d", | ||
@@ -58,4 +58,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@antv/g-base": "^0.1.0-beta.4", | ||
"@antv/g-math": "^0.1.0-beta.3", | ||
"@antv/g-base": "^0.1.0-beta.5", | ||
"@antv/g-math": "^0.1.0-beta.4", | ||
"@antv/gl-matrix": "~2.7.1", | ||
@@ -66,3 +66,3 @@ "@antv/path-util": "~2.0.3-beta.1", | ||
"__npminstall_done": false, | ||
"gitHead": "688057a7b8a05b32b3a5286523648c9e8a2067c8" | ||
"gitHead": "dfe406eabeb080b0200809ee347c03a555f4af91" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1316752
6162
Updated@antv/g-base@^0.1.0-beta.5
Updated@antv/g-math@^0.1.0-beta.4