You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2021/04/18 15:50:52 UTC

[GitHub] [echarts] 100pah opened a new issue #14703: geo SVG parser have incorrect behavior in some transform cases.

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [echarts] pissang closed issue #14703: geo SVG parser have incorrect behavior in some transform cases.

Posted by GitBox <gi...@apache.org>.
pissang closed issue #14703:
URL: https://github.com/apache/echarts/issues/14703


   


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [echarts] pissang closed issue #14703: geo SVG parser have incorrect behavior in some transform cases.

Posted by GitBox <gi...@apache.org>.
pissang closed issue #14703:
URL: https://github.com/apache/echarts/issues/14703


   


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [echarts] echarts-bot[bot] commented on issue #14703: geo SVG parser have incorrect behavior in some transform cases.

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #14703:
URL: https://github.com/apache/echarts/issues/14703#issuecomment-823209609


   This issue is labeled with `priority: high`, which means it's a frequently asked problem and we will fix it ASAP.


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [echarts] 100pah commented on issue #14703: geo SVG parser have incorrect behavior in some transform cases.

Posted by GitBox <gi...@apache.org>.
100pah commented on issue #14703:
URL: https://github.com/apache/echarts/issues/14703#issuecomment-822014020


   We can fix it and support `skew` in SVG parser in zrender meanwhile.


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org