Ahsoka / beskar

🧪 Redesigning the SEAL kit software for compatibility with modern operating systems.
MIT License
0 stars 0 forks source link

Fix screenshots of the 3D bar chart that are cutoff #14

Open Ahsoka opened 2 years ago

Ahsoka commented 2 years ago

For some reason when using the renderToImage method to save screenshots (see here for reference) the screenshots are partially cutoff. See the images below for an example of this issue:

What it looks like when using the renderToImage method: Sample when using `renderToImage`

What it should look like (created by taking a screenshot myself and cropping as needed): Sample of the ideal behavior

Not sure what exactly could be done here, other than possibly taking a screenshot of whole app and automatically cropping the image as needed but this might prove to be difficult. It also might be worth asking on StackOverFlow for any possible help.