100pah opened a new issue #14703:
URL: https://github.com/apache/echarts/issues/14703
### Version
5.1.0
### Steps to reproduce
In the new feature geoSVG, these transform is not the same as the original
SVG did.
+ The `scale x` and `scale y` have different sign (like one is 2 and the
other is -2), and `rotate` is a non-zero value.
+ When the `transform=method1() method2() ..."` the method order not follow
the order of `translate scale rotate`, the result might be different with the
original SVG.
+ But I guess in most cases user will not manually edit the SVG
transform with those method.
+ When skew is used.
+ But skew not supported in this version of geoSVG.
### Test case
https://github.com/ecomfe/zrender/blob/fix/skew/test/transform.html
<!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
<!-- This issue is in English. DO NOT REMOVE -->
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]