@antv/g-plugin-canvas-renderer
Advanced tools
Comparing version 1.0.0-alpha.15 to 1.0.0-alpha.16
import { RenderingService, RenderingPlugin } from '@antv/g'; | ||
export declare const RBushRoot: unique symbol; | ||
export declare const RBushRoot = "RBushRoot"; | ||
/** | ||
@@ -4,0 +4,0 @@ * support 2 modes in rendering: |
import { ParsedBaseStyleProps } from '@antv/g'; | ||
export declare const PathGeneratorFactory: unique symbol; | ||
export declare const PathGenerator: unique symbol; | ||
export declare const PathGeneratorFactory = "PathGeneratorFactory"; | ||
export declare const PathGenerator = "PathGenerator"; | ||
/** | ||
@@ -5,0 +5,0 @@ * generate path in local space |
@@ -1,2 +0,2 @@ | ||
import { LineStyleProps } from '@antv/g'; | ||
export declare function generatePath(context: CanvasRenderingContext2D, attributes: LineStyleProps): void; | ||
import { ParsedLineStyleProps } from '@antv/g'; | ||
export declare function generatePath(context: CanvasRenderingContext2D, parsedStyle: ParsedLineStyleProps): void; |
import type { ParsedBaseStyleProps } from '@antv/g'; | ||
export declare function generatePath(context: CanvasRenderingContext2D, attributes: ParsedBaseStyleProps): void; | ||
export declare function generatePath(context: CanvasRenderingContext2D, parsedStyle: ParsedBaseStyleProps): void; |
import { ParsedBaseStyleProps } from '@antv/g'; | ||
export declare function generatePath(context: CanvasRenderingContext2D, attributes: ParsedBaseStyleProps): void; | ||
export declare function generatePath(context: CanvasRenderingContext2D, parsedStyle: ParsedBaseStyleProps): void; |
import { ParsedBaseStyleProps } from '@antv/g'; | ||
export declare function generatePath(context: CanvasRenderingContext2D, attributes: ParsedBaseStyleProps): void; | ||
export declare function generatePath(context: CanvasRenderingContext2D, parsedStyle: ParsedBaseStyleProps): void; |
import { ParsedBaseStyleProps } from '@antv/g'; | ||
export declare const StyleRendererFactory: unique symbol; | ||
export declare const StyleRenderer: unique symbol; | ||
export declare const StyleRendererFactory = "StyleRendererFactory"; | ||
export declare const StyleRenderer = "StyleRenderer"; | ||
export interface StyleRenderer { | ||
@@ -5,0 +5,0 @@ render(context: CanvasRenderingContext2D, parsedStyle: ParsedBaseStyleProps): void; |
{ | ||
"name": "@antv/g-plugin-canvas-renderer", | ||
"version": "1.0.0-alpha.15", | ||
"version": "1.0.0-alpha.16", | ||
"description": "A G plugin of renderer implementation with Canvas2D API", | ||
@@ -35,6 +35,6 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@antv/g": "^1.0.0-alpha.14", | ||
"@antv/g-ecs": "^1.0.0-alpha.3", | ||
"@antv/g": "^1.0.0-alpha.15", | ||
"@antv/g-ecs": "^1.0.0-alpha.4", | ||
"@antv/g-math": "^1.0.0-alpha.2", | ||
"@antv/path-util": "^2.0.10", | ||
"@antv/path-util": "^2.0.11", | ||
"rbush": "^3.0.1" | ||
@@ -51,4 +51,3 @@ }, | ||
"@antv/g": "^1.0.0-alpha.4" | ||
}, | ||
"gitHead": "8da6bbf5cc70cc895453862f9cbffc38b93e0f1e" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
170583
4596
18
Updated@antv/g@^1.0.0-alpha.15
Updated@antv/g-ecs@^1.0.0-alpha.4
Updated@antv/path-util@^2.0.11