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 several render bugs. #788

Merged
merged 2 commits into from
Jul 20, 2021
Merged

fix several render bugs. #788

merged 2 commits into from
Jul 20, 2021

Conversation

pissang
Copy link
Contributor

@pissang pissang commented Jul 20, 2021

  1. Fix small line segment is drawn wrong when with other path primitives like bezierCurve brought in fix small subpath may be ignored when optimizing small line segments #760 . The pending line segment should be drawn before drawing other types of primitives. Fix Visual glitch in stacked line chart (bridges end and start points) apache/echarts#15380
  2. Fix normalizeColor throw error when using a gradient as color in SVG brought in fix(svg): fix rect path can't be closed bug & normalize color when using SVG renderer to support more cases. #767

@pissang pissang requested a review from plainheart July 20, 2021 05:04
@pissang pissang merged commit bb66667 into master Jul 20, 2021
@pissang pissang deleted the fix-render-bug branch July 20, 2021 07:07
@pissang pissang restored the fix-render-bug branch September 2, 2021 00:59
@plainheart plainheart deleted the fix-render-bug branch November 3, 2021 04:53
@plainheart plainheart restored the fix-render-bug branch November 3, 2021 04:53
@plainheart plainheart deleted the fix-render-bug branch January 23, 2022 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Visual glitch in stacked line chart (bridges end and start points)
2 participants