@antv/g-plugin-canvas-renderer
Advanced tools
Comparing version 1.0.0-alpha.12 to 1.0.0-alpha.13
@@ -1,5 +0,5 @@ | ||
import { BaseStyleProps } from '@antv/g'; | ||
import { ParsedBaseStyleProps } from '@antv/g'; | ||
import { StyleRenderer } from '.'; | ||
export declare class DefaultRenderer implements StyleRenderer { | ||
render(context: CanvasRenderingContext2D, attributes: BaseStyleProps): void; | ||
render(context: CanvasRenderingContext2D, parsedStyle: ParsedBaseStyleProps): void; | ||
} |
@@ -1,6 +0,6 @@ | ||
import { BaseStyleProps } from '@antv/g'; | ||
import { ParsedBaseStyleProps } from '@antv/g'; | ||
export declare const StyleRendererFactory: unique symbol; | ||
export declare const StyleRenderer: unique symbol; | ||
export interface StyleRenderer { | ||
render(context: CanvasRenderingContext2D, attributes: BaseStyleProps): void; | ||
render(context: CanvasRenderingContext2D, parsedStyle: ParsedBaseStyleProps): void; | ||
} | ||
@@ -7,0 +7,0 @@ export * from './Default'; |
{ | ||
"name": "@antv/g-plugin-canvas-renderer", | ||
"version": "1.0.0-alpha.12", | ||
"version": "1.0.0-alpha.13", | ||
"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.11", | ||
"@antv/g": "^1.0.0-alpha.12", | ||
"@antv/g-ecs": "^1.0.0-alpha.3", | ||
"@antv/g-math": "^1.0.0-alpha.2", | ||
"@antv/path-util": "~2.0.5", | ||
"@antv/path-util": "^2.0.10", | ||
"rbush": "^3.0.1" | ||
@@ -52,3 +52,3 @@ }, | ||
}, | ||
"gitHead": "0124647906ca17d8d395b902a50f1d067594d896" | ||
"gitHead": "7d8d52de88566907378b38a94d01b05d93691b25" | ||
} |
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
4766
21
176091
Updated@antv/g@^1.0.0-alpha.12
Updated@antv/path-util@^2.0.10