ClemMakesApps commented on issue #9825: Add support for svg sprite symbols URL: https://github.com/apache/incubator-echarts/issues/9825#issuecomment-457768734 When I look at the generated code (for svg rendering), it looks like that symbol is repeated in the DOM multiple times (depending on how many times you want the symbol to be rendered). If we used an SVG sprite, we could cache the SVG symbol. You'd see a slight performance improvement if your chart contained a lot of symbols. I don't think there would be much performance changes for canvas rendering though.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
