2.0.5 • Published 1 day ago

@antv/g-plugin-zdog-svg-renderer v2.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 day ago

@antv/g-plugin-zdog-svg-renderer

Use Zdog(Canvas version) to render pseudo-3D shapes.

Getting started

Use g-svg and register this plugin.

The dirty-rectangle rendering won't work in this scenario, any change on display objects will cause fullscreen re-rendering.

import { Canvas } from '@antv/g';
import { Renderer } from '@antv/g-svg';
import { Plugin as PluginZdogSvgRenderer } from '@antv/g-plugin-zdog-svg-renderer';

// create a renderer
const renderer = new Renderer();
renderer.registerPlugin(new PluginZdogSvgRenderer());

// create a canvas & use `g-canvas`
const canvas = new Canvas({
    container: 'container',
    width: 600,
    height: 500,
    renderer,
});

Features

Basic shapes

2.0.5

1 day ago

2.0.4

4 days ago

2.0.3

16 days ago

2.0.2

1 month ago

2.0.1

1 month ago

2.0.0

2 months ago

1.2.29

2 months ago

1.2.28

2 months ago

1.2.27-next.20

2 months ago

1.2.27-next.19

2 months ago

1.2.27-next.18

2 months ago

1.2.27-next.17

2 months ago

1.2.27-next.15

2 months ago

1.2.27-next.16

2 months ago

1.2.27-next.14

2 months ago

1.2.27-next.13

3 months ago

1.2.27

3 months ago

1.2.27-next.11

3 months ago

1.2.27-next.12

3 months ago

1.2.27-next.10

3 months ago

1.2.27-next.9

3 months ago

1.2.27-next.8

3 months ago

1.2.27-next.7

4 months ago

1.2.27-next.6

4 months ago

1.2.27-next.4

4 months ago

1.2.27-next.3

4 months ago

1.2.27-next.2

4 months ago

1.2.27-next.1

4 months ago

1.2.27-next.0

4 months ago

1.2.26

4 months ago

1.2.25

5 months ago

1.2.23

6 months ago

1.2.24

6 months ago

1.2.22

6 months ago

1.2.19

6 months ago

1.2.20

6 months ago

1.2.21

6 months ago

1.2.18

7 months ago

1.2.8

9 months ago

1.2.7

10 months ago

1.2.6

10 months ago

1.2.5

10 months ago

1.2.4

10 months ago

1.2.3

10 months ago

1.2.2

10 months ago

1.2.9

9 months ago

1.2.12

9 months ago

1.2.13

9 months ago

1.2.11

9 months ago

1.2.16

8 months ago

1.2.17

7 months ago

1.2.14

9 months ago

1.2.15

9 months ago

1.2.0

11 months ago

1.1.0

11 months ago

1.2.1

11 months ago

1.0.18

11 months ago

1.0.17

11 months ago

1.1.0-alpha.1

11 months ago

1.1.0-beta.1

11 months ago

1.0.16

12 months ago

1.0.15

12 months ago

1.0.14

12 months ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.1-alpha.0

1 year ago