Releases: antvis/G
Releases · antvis/G
@antv/[email protected]
@antv/[email protected]
@antv/[email protected]
@antv/[email protected]
@antv/[email protected]
@antv/[email protected]
@antv/[email protected]
@antv/[email protected]
What's Changed
const text = new Text({
style: {
text: '',
fill: 'linear-gradient(90deg, red 0%, green 100%)',
},
});
Full Changelog: https://github.com/antvis/G/compare/@antv/[email protected]...@antv/[email protected]
@antv/[email protected]
What's Changed
Full Changelog: https://github.com/antvis/G/compare/@antv/[email protected]...@antv/[email protected]
@antv/[email protected]
What's Changed
canvas.x/y
in event object won't return NaN under SVG renderer.
shape.addEventListener('click', (e) => {
e.canvas.x; // NaN
})
Full Changelog: https://github.com/antvis/G/compare/@antv/[email protected]...@antv/[email protected]