I use a lot of clips to separate regions and especially for text because there is problem with fonts when in one sets you have different size of chars (it's drawn vertical background colour in no transparent mode).
You have to clip if data coming from user or the Internet and you don't know what will be displayed.
But it doesn't matter bug is bug. But this data are from profiler and I hope, maybe they are on real but proportional when on device.
In this case I can setClip(0,0,width,height) instead clearClip
I use a lot of clips to separate regions and especially for text because there is problem with fonts when in one sets you have different size of chars (it's drawn vertical background colour in no transparent mode).
You have to clip if data coming from user or the Internet and you don't know what will be displayed.
But it doesn't matter bug is bug. But this data are from profiler and I hope, maybe they are on real but proportional when on device.
In this case I can setClip(0,0,width,height) instead clearClip