Steve K. Chiu
Steve K. Chiu
First thanks for your great work. I notice rvg does not support different line cap style, it seems it is a common feature for vector drawing library. It would be...
The disable method of various shapes don's not work correctly. 1. the first time to call shape->disable(true) does work correctly to hide the shape 2. however, if we try to...
If I assign an url (not string) to the source property, the LottieAnimation fail to play, for example: ```` LottieAnimation { source: Qt.resolvedUrl("aaa/a.json") } ```` It seems the source can...