Hi,
I have been using your library intensively in the last days, i have noticed a problem that only happens in a case:
- node openvg-canvas app running
- some stuff already drawn on the context
- omxplayer video playing on top
omxplayer gets some strange flickerings, when i close node it stops, if vgSwapBuffer is called sometimes it happens more, if i only get the context and don't draw anything it does not happen.
I ve tried so many ways to delete the canvas object and the context but it still keeps happening.
It there a right way to release the openvg canvas?
Does anyone might know what may cause this?