Skip to content

fix several render bugs.#788

Merged
pissang merged 2 commits into
masterfrom
fix-render-bug
Jul 20, 2021
Merged

fix several render bugs.#788
pissang merged 2 commits into
masterfrom
fix-render-bug

Conversation

@pissang
Copy link
Copy Markdown
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