This commit is contained in:
Jeremy Soller 2024-03-14 20:41:59 -06:00
parent 2bfcfdf8b8
commit afb71f61fb
No known key found for this signature in database
GPG key ID: D02FD439211AF56F

View file

@ -630,7 +630,9 @@ where
let scaled_size = Size::new(scaled_w as f32, scaled_h as f32); let scaled_size = Size::new(scaled_w as f32, scaled_h as f32);
log::debug!( log::debug!(
"text_box image {:?} scaled {:?} position {:?}", "text_box image {:?} scaled {:?} position {:?}",
image_size, scaled_size, image_position image_size,
scaled_size,
image_position
); );
image::Renderer::draw( image::Renderer::draw(
renderer, renderer,