Skip to content
Compare
Choose a tag to compare
@xiaoiver xiaoiver released this 23 May 08:10
· 28 commits to next since this release
0d2b174

What's Changed

  • Release by @xiaoiver in #1696
  • Support gradient fill & stroke in text.
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]