@antv/g-plugin-canvas-picker
Advanced tools
Comparing version 2.0.17 to 2.1.0
/*! | ||
* @antv/g-plugin-canvas-picker | ||
* @description A G plugin for picking in canvas | ||
* @version 2.0.17 | ||
* @date 11/1/2024, 5:16:01 AM | ||
* @version 2.1.0 | ||
* @date 11/4/2024, 9:38:29 AM | ||
* @author AntVis | ||
@@ -126,4 +126,3 @@ * @docs https://g.antv.antgroup.com/ | ||
if (clipped) { | ||
var _ref2 = clipped.parsedStyle, | ||
clipPath = _ref2.clipPath; | ||
var clipPath = clipped.parsedStyle.clipPath; | ||
var isHitClipPath = this.isHit(clipPath, position, clipPath.getWorldTransform(), true); | ||
@@ -130,0 +129,0 @@ if (isHitClipPath) { |
/*! | ||
* @antv/g-plugin-canvas-picker | ||
* @description A G plugin for picking in canvas | ||
* @version 2.0.17 | ||
* @date 11/1/2024, 5:16:01 AM | ||
* @version 2.1.0 | ||
* @date 11/4/2024, 9:38:29 AM | ||
* @author AntVis | ||
@@ -128,4 +128,3 @@ * @docs https://g.antv.antgroup.com/ | ||
if (clipped) { | ||
var _ref2 = clipped.parsedStyle, | ||
clipPath = _ref2.clipPath; | ||
var clipPath = clipped.parsedStyle.clipPath; | ||
var isHitClipPath = this.isHit(clipPath, position, clipPath.getWorldTransform(), true); | ||
@@ -132,0 +131,0 @@ if (isHitClipPath) { |
/*! | ||
* @antv/g-plugin-canvas-picker | ||
* @description A G plugin for picking in canvas | ||
* @version 2.0.17 | ||
* @date 11/1/2024, 5:16:01 AM | ||
* @version 2.1.0 | ||
* @date 11/4/2024, 9:38:29 AM | ||
* @author AntVis | ||
@@ -14,3 +14,3 @@ * @docs https://g.antv.antgroup.com/ | ||
* @version 3.0.0 | ||
* @date 11/1/2024, 5:12:47 AM | ||
* @date 11/4/2024, 9:35:16 AM | ||
* @author AntVis | ||
@@ -17,0 +17,0 @@ * @docs https://g.antv.antgroup.com/ |
{ | ||
"name": "@antv/g-plugin-canvas-picker", | ||
"version": "2.0.17", | ||
"version": "2.1.0", | ||
"description": "A G plugin for picking in canvas", | ||
@@ -40,6 +40,6 @@ "keywords": [ | ||
"tslib": "^2.5.3", | ||
"@antv/g-lite": "2.2.0", | ||
"@antv/g-math": "3.0.0", | ||
"@antv/g-lite": "2.1.4", | ||
"@antv/g-plugin-canvas-path-generator": "2.0.15", | ||
"@antv/g-plugin-canvas-renderer": "2.1.4" | ||
"@antv/g-plugin-canvas-path-generator": "2.1.0", | ||
"@antv/g-plugin-canvas-renderer": "2.2.0" | ||
}, | ||
@@ -46,0 +46,0 @@ "publishConfig": { |
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
Sorry, the diff of this file is not supported yet
430707
1432
+ Added@antv/g-lite@2.2.0(transitive)
+ Added@antv/g-plugin-canvas-path-generator@2.1.0(transitive)
+ Added@antv/g-plugin-canvas-renderer@2.2.0(transitive)
+ Added@antv/g-plugin-image-loader@2.1.0(transitive)
- Removed@antv/g-lite@2.1.4(transitive)
- Removed@antv/g-plugin-canvas-path-generator@2.0.15(transitive)
- Removed@antv/g-plugin-canvas-renderer@2.1.4(transitive)
- Removed@antv/g-plugin-image-loader@2.0.15(transitive)
Updated@antv/g-lite@2.2.0