Closed GoogleCodeExporter closed 9 years ago
I think I see the problem. iOS doesn't yet support drawShape for mutable
images. There still may be a bug here as I thought it should have failed
gracefully if you call drawShape() on a mutable image.
Support is planned but not sure when I will have a chance to complete it.
Original comment by steve.ha...@codenameone.com
on 17 Mar 2015 at 11:23
in method paintBackground I'm not drawing on mutable image
(only in getImage() which I use for saving image later, you can ignore it for
this testcase)
Original comment by ivan.ila...@gmail.com
on 17 Mar 2015 at 11:44
Original comment by steve.ha...@codenameone.com
on 23 Mar 2015 at 5:30
Fixed. The problem was that it was choking on drawing an empty shape.
https://code.google.com/p/codenameone/source/detail?r=2221
Will be included in the next server update (probably within next couple of
days).
Original comment by steve.ha...@codenameone.com
on 23 Mar 2015 at 6:09
Original issue reported on code.google.com by
ivan.ila...@gmail.com
on 17 Mar 2015 at 11:16Attachments: