alex2wong opened a new pull request #11893: fix-11739: apply continuity line trail for effectline URL: https://github.com/apache/incubator-echarts/pull/11893 <!-- Please fill in the following information to help us review your PR more efficiently. --> ## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do? <!-- USE ONCE SENTENCE TO DESCRIBE WHAT THIS PR DOES. --> Apply continuity line trail for effectline, currently enable for 'line', 'rect', 'roundRect' symbolType ### Fixed issues <!-- - #xxxx: ... --> ## Details ### Before: What was the problem? <!-- DESCRIBE THE BUG OR REQUIREMENT HERE. --> Effect line breaks when zooming in or at low-end device, since symbol is rendered at discrete position <!-- ADD SCREENSHOT HERE IF APPLICABLE. --> ### After: How is it fixed in this PR? <!-- THE RESULT AFTER FIXING AND A SIMPLE EXPLANATION ABOUT HOW IT IS FIXED. --> Applying scaled symbol to fill the gap between current position and last position. <!-- ADD SCREENSHOT HERE IF APPLICABLE. -->  ## Usage ### Are there any API changes? - [ ] The API has been changed. <!-- LIST THE API CHANGES HERE --> only enable continuity trail for 'line', 'rect', 'roundRect' symbolType ### Related test cases or examples to use the new APIs test/geo-lines.html ## Others ### Merging options - [ ] Please squash the commits into a single one when merge. ### Other information
---------------------------------------------------------------- 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. 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]
