Simplification

master
M66B 2 weeks ago
parent ede84109cc
commit e315adfd14

@ -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%");

Loading…
Cancel
Save