0d5be76f15
It turns out the calculation of the bounding rect for canvas items has a nasty bug. When a transform is applied (especially in a custom draw), in the renderer this extra matrix is applied to all later commands in the canvas item. However in the calculation of the bound, the transform is only applied to the first command following the transform.
This PR fixes this inconsistency.
(cherry picked from commit
|
||
---|---|---|
.. | ||
rasterizer.cpp | ||
rasterizer.h | ||
SCsub | ||
shader_language.cpp | ||
shader_language.h | ||
shader_types.cpp | ||
shader_types.h | ||
visual_server_canvas.cpp | ||
visual_server_canvas.h | ||
visual_server_globals.cpp | ||
visual_server_globals.h | ||
visual_server_raster.cpp | ||
visual_server_raster.h | ||
visual_server_scene.cpp | ||
visual_server_scene.h | ||
visual_server_viewport.cpp | ||
visual_server_viewport.h | ||
visual_server_wrap_mt.cpp | ||
visual_server_wrap_mt.h |