Skip to content
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(svg): fix rect path can't be closed bug & normalize color when using SVG renderer to support more cases. #767

Merged
merged 2 commits into from
Jul 15, 2021

Conversation

plainheart
Copy link
Collaborator

@plainheart plainheart commented May 28, 2021

  1. fix Grid border not closed at left-top corner (no z in SVG path) apache/echarts#15023, rect path can't be closed.
  2. fix fix(svg): invalid transparent and rgba colors in exported SVG file 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. See the screenshot below.
  3. fix eslint error about for-in.

PPT

Others

There is another related issue apache/echarts#15064, I have no good and easy idea about it currently.

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`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants