Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@antv/g-plugin-canvas-renderer

Package Overview
Dependencies
Maintainers
47
Versions
256
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antv/g-plugin-canvas-renderer - npm Package Compare versions

Comparing version 1.0.0-alpha.15 to 1.0.0-alpha.16

2

dist/CanvasRendererPlugin.d.ts
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc