Megatron King
Megatron King
5.x版本不知道是否还有此问题?
@greenrobot Thanks for your reply. Unfortunately I cannot reproduce the issue, I got this report by a user. According to him, historical versions of the app are working(objectbox v1.7.2), but...
Attached [crash.log](https://github.com/objectbox/objectbox-dart/files/15146655/crash.log)
还不支持
看样子确实是transform导致的bug
应该是这里的PathDataNode的transform算法有问题。 https://github.com/MegatronKing/SVG-Android/blob/master/svg-generator/src/main/java/com/github/megatronking/svg/generator/utils/PathDataNode.java
transform的bug已经修复,见 42ebca873351df7cc4abd92bc4aca0626c6a0c57
transform修复在1.3.9版本,已更新
@XuQK 1. 这个库不支持所有的SVG规范标签,支持的部分请参考:https://github.com/MegatronKing/SVG-Android/blob/master/support_doc.md 2. 如果需要vector2Java可以使用gradle-plugin,未直接提供此命令或API(当然可以阅读plugin源码自己写),plugin请参考:https://github.com/MegatronKing/SVG-Android/tree/master/svg-plugin
bug,待修复