Simplification

This commit is contained in:
M66B
2024-06-18 22:17:32 +02:00
parent ede84109cc
commit e315adfd14

View File

@@ -291,7 +291,7 @@ class ImageHelper {
dh = scaleToPixels;
}
int w = Math.round(scaleToPixels);
int w = scaleToPixels;
int h = Math.round(scaleToPixels * dh / dw);
svg.setDocumentWidth("100%");