arsenioo

Results 3 comments of arsenioo

Have the same problem. May it be related to androidx libraries migration?

Thank you very much for the prompt response, now it works! Although I still have some issues when I switch from 1.1.6 to 2.0.1 which disappear when switch back, I'm...

A quick follow up. In order to render SVG into destination bitmap dimensions I had to write the following code: ``` final ui.PictureRecorder recorder = ui.PictureRecorder(); final ui.Canvas canvas =...