Skip to content

@antv/g-canvas@0.2.0

Compare
Choose a tag to compare
@dengfuping dengfuping released this 14 Dec 04:05
· 340 commits to master since this release
  • 🌟 Add getTotalLength() and getPoint(ratio) method for Line、Polyline and Path. #295
  • 🐞 [g-canvas] Fix incorrect rendering for arc when start point and end point are same. #287 #292
  • 🐞 [g-canvas] Fix incorrect rendering for Text when stroke and fill coexist. #298

  • 🌟 Line、Polyline 和 Path 上新增 getTotalLength()getPoint(ratio) 成员方法。#295
  • 🐞 修复起点和终点相同时,弧形 绘制不正确的问题。#287 #292
  • 🐞 修复 Text 在描边和填充共存时,渲染不正确的问题。#298