@antv/g-plugin-device-renderer
Advanced tools
Comparing version 1.9.29 to 1.9.30
@@ -18,3 +18,3 @@ import type { DisplayObject } from '@antv/g-lite'; | ||
PACKED_STYLE = 2, | ||
PICKING_COLOR = 3, | ||
PICKING_COLOR = 3,// built-in | ||
POSITION = 4, | ||
@@ -34,5 +34,5 @@ NORMAL = 5, | ||
MODEL_MATRIX3 = 3, | ||
PACKED_COLOR = 4, | ||
PACKED_STYLE1 = 5, | ||
PACKED_STYLE2 = 6, | ||
PACKED_COLOR = 4,// fill & stroke | ||
PACKED_STYLE1 = 5,// opacity fillOpacity strokeOpacity lineWidth | ||
PACKED_STYLE2 = 6,// visibility anchorX anchorY increasedLineWidthForHitTesting | ||
PICKING_COLOR = 7, | ||
@@ -39,0 +39,0 @@ POSITION = 8, |
{ | ||
"name": "@antv/g-plugin-device-renderer", | ||
"version": "1.9.29", | ||
"version": "1.9.30", | ||
"description": "A G plugin of renderer implementation with GPUDevice", | ||
@@ -45,3 +45,3 @@ "keywords": [ | ||
"@antv/g-plugin-image-loader": "1.3.19", | ||
"@antv/g-shader-components": "1.8.5" | ||
"@antv/g-shader-components": "1.8.6" | ||
}, | ||
@@ -48,0 +48,0 @@ "devDependencies": { |
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 too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
18594
2608640
+ Added@antv/g-shader-components@1.8.6(transitive)
- Removed@antv/g-shader-components@1.8.5(transitive)