helgasoft commented on issue #21207: URL: https://github.com/apache/echarts/issues/21207#issuecomment-3207601438
I can confirm the bug. This issue is related to your previous one #21192. When node symbols are defined as _itemStyle.color.image_, then they become _path_ elements in SVG renderer. As emphasis on those paths is changed, they are **redrawn** with different _fill-opacity_ and _stroke-opacity_. With just a few nodes the redraw is not noticeable, but with dozens of nodes they start to flicker and even change their image to a different one in the process - clearly a bug. All this is visible in your example graph. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
