swipecontainer slow due to rerendering of SVG images
I'm currently developing a touchpanel on a H7a3 in which i use a swipecontainer on the main page.
In this swipecontainer are multiple buttons with each time a svg image on it.
On scrolling this, the srolling is very shaky and slow. Measuring reveals that the rendertime is more then 75ms.
Replacing the svg images with regular bitmaps solved the issue.
Now is my question, why are apparently the svg images rendered every time the swipecontainer moves?
One would expect that this is only a shift of a memory zone so should only be a copy action?
many thanks in advance
