Describe the bug
In the version 0.35.0 the boxed_zoom_rect gets painted behind the plot's items (shapes, images, etc...), instead of in front of them.
To Reproduce
Steps to reproduce the behavior:
cargo run -p demo
- Select "Items Demo"
- Click and drag with the right mouse button over the faded sample image
- The boxed rectangle gets shown behind the image, instead of in front of it
Expected behavior
The boxed_zoom_rect should be painted in front of the plot's items, like in the 0.34.0 version
Screenshots
0.35.0:

0.34.0:

Describe the bug
In the version 0.35.0 the
boxed_zoom_rectgets painted behind the plot's items (shapes, images, etc...), instead of in front of them.To Reproduce
Steps to reproduce the behavior:
cargo run -p demoExpected behavior
The
boxed_zoom_rectshould be painted in front of the plot's items, like in the 0.34.0 versionScreenshots
0.35.0:

0.34.0:
