antvis / G

💥 A flexible rendering engine for visualization.
https://g.antv.antgroup.com/
1.07k stars 198 forks source link

[g-webgl] Line 支持 lineCap #823

Open xiaoiver opened 2 years ago

xiaoiver commented 2 years ago

lineCap 支持以下三个值:

其中 'butt' 不需要做额外处理,'round' 'square' 需要延伸。

但最困难的点是当存在虚线时,lineCap 也需要生效。下图为 Canvas 原生渲染的效果:

Image

xiaoiver commented 1 year ago

G2 中 lineCap 设置为 'round',未生效:

截屏2023-08-16 上午10 54 40