tiny formatting fix
This commit is contained in:
parent
933f8150f8
commit
b686110496
@ -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.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user