What is faster, scale, tile or clip image?
-
Hi I have some issues with performance.
I have > 60 bars(item/rectangle) in a graph that only contains an image that fills the whole bar.
When I animate the change in height it gets a bit slow.Therefore I'm wondering what's the most efficient way of rendering the image, an gradient thats 1px high.
Tile or scale the image or paint the image bigger than the bar from the beginning and let the bar clip the image?Beside this I also have a problem that the image gets 1px higher than the bar at some heights but without images it looks as it should, could this be a bug?
-
I can try to see what feels fastest, but it would have been good to know what is fastest.
And the problem that the image don't scale to the edges or too long is not only for images, also borders will behave the same. But an empty rectangle will behave exactly as I would expect, anyone got any idea what could be the problem?