-
Notifications
You must be signed in to change notification settings - Fork 19.6k
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
Bug with width of markline #9598
Bug with width of markline #9598
Comments
It's a common subpixel artifact in canvas when the pixel is not exactly on the x.5 position. We will add optimization in this case. |
Thank you, @pissang! Interesting to see how you will fix it in the code. |
@ezubarev I have fixed the problem, you can see it with the associated commit. |
Great! @deqingli, I have written some comments for your commit. Waiting for your explanations. |
Bug has been reproduced in latest version. You should fix it again. |
This issue is not created using issue template so I'm going to close it. 🙊 这个 issue 未使用 issue 模板 创建,所以我将关闭此 issue。 |
Sometimes line width doesn't match provided settings.
Two lines have the same configuration but the upper one is wider than lower one.
http://gallery.echartsjs.com/editor.html?c=xCUWInr4gz&v=1
Probably, you have to resize a window to reproduce it.
The text was updated successfully, but these errors were encountered: