-
Notifications
You must be signed in to change notification settings - Fork 19.7k
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
Grid border not closed at left-top corner (no z in SVG path) #15023
Comments
Hi! We've received your issue and please be patient to get responded. 🎉 In the meanwhile, please make sure that it contains a minimum reproducible demo and necessary images to illustrate. Otherwise, our committers will ask you to do so. A minimum reproducible demo should contain as little data and components as possible but can still illustrate your problem. This is the best way for us to reproduce it and solve the problem faster. You may also check out the API and chart option to get the answer. If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical question. If you are interested in the project, you may also subscribe our mailing list. Have a nice day! 🍵 |
I'm not sure why this commit ecomfe/zrender@da94b64 removed |
@plainheart I thought the first point and the last point has been connected in the Also, only the SVG renderer that drawing a rectangle without border-radius will have this issue. Because canvas renderer will use So I think what we need is adding an |
This issue is labeled with Please have a look at How to debug ECharts if you'd like to give a try. 🤓 |
@pissang Yes. I agree with you. That's right. |
1) fix apache/echarts#15023, rect path can't be closed. 2) fix apache/echarts#15029 normalize color when using SVG renderer to support more cases, for example, some tools/platforms can't recognize the alpha in color. 3) fix eslint error about `for-in`.
Version
v5.1.1
Reproduction link
https://qp9zl.csb.app/
Steps to reproduce
render with option
What is expected?
corner closed
What is actually happening?
corner not closed
The text was updated successfully, but these errors were encountered: