tiny formatting fix

This commit is contained in:
John Cupitt 2019-11-20 15:53:04 +00:00
parent 933f8150f8
commit b686110496
1 changed files with 2 additions and 1 deletions

View File

@ -282,7 +282,8 @@ vips_foreign_load_svg_parse( VipsForeignLoadSvg *svg, VipsImage *out )
svg->cairo_scale = scale;
width = VIPS_ROUND_UINT( width * scale );
height = VIPS_ROUND_UINT( height * scale );
} else {
}
else {
/* SVG with width and height reports correctly scaled
* dimensions.
*/