[Bug report] Backimage Center and Tile whith resize filter
Posted: Wed May 07, 2008 9:43 am
Hello,
I found a problem with the Backimage. I have TeeChart Pro v8.0.1.10787
1. Place a backimage on the chart
2. Add a TResizeFilter to the backimage, and change the size of the image (I double the size in my exemple)
3. If you choose to "center" or "tile" the backimage, the result is incorrect because the values used to center and tile are the Width and Height of the original image, and not the Width and Height modified by the ResizeFilter.
The problem doesn't look complicated to correct (test if a TResizeFilter is assigned to the backimage before applying the Tile and Center) and is quite prior to me, as I'm using many TResizeFilter.
Is it possible to correct this bug quickly or to give me a quick fix in the source code maybe ?
Thanks
I found a problem with the Backimage. I have TeeChart Pro v8.0.1.10787
1. Place a backimage on the chart
2. Add a TResizeFilter to the backimage, and change the size of the image (I double the size in my exemple)
3. If you choose to "center" or "tile" the backimage, the result is incorrect because the values used to center and tile are the Width and Height of the original image, and not the Width and Height modified by the ResizeFilter.
The problem doesn't look complicated to correct (test if a TResizeFilter is assigned to the backimage before applying the Tile and Center) and is quite prior to me, as I'm using many TResizeFilter.
Is it possible to correct this bug quickly or to give me a quick fix in the source code maybe ?
Thanks