-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: lineDash支持多位数组 #1867
fix: lineDash支持多位数组 #1867
Conversation
可以提供相关绘制效果截图吗 |
webgl 测试失败,dom 标准默认会将 |
7ac7d37
to
db6f50b
Compare
相当于这个特性是 webgl 不支持吗? |
canvas 2d 支持一些参数的简写方式,webgl 基本都是上层来实现的,所以要同时兼容的话得上层把参数简写要解析成最终的形式 |
* fix: lineDash支持多位数组 (#1867) * chore: add changeset * fix: rendering error when line break appears at the beginning of text (#1871) * docs: 修复异常示例 * refactor: reduce global redundant code (#1872) * refactor: reduce global redundant code * chore: add changeset * fix: svg path element A command drawing abnormality (#1874) * Version Packages (#1869) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: HuangLiangchen <31841883+HuangLiangchen@users.noreply.github.com> Co-authored-by: wang1212 <mrwang1212@126.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
修复path/line style lineDash不支持多位数组
#1866