Skip to content

Commit

Permalink
Fix compatibility with resvg >= 0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Oct 5, 2023
1 parent 79de0d3 commit dd142ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libvips/foreign/svgload.c
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,6 @@ vips_foreign_load_svg_generate(VipsRegion *out_region,

resvg_render(
svg->tree,
(resvg_fit_to){ .type = RESVG_FIT_TO_TYPE_ORIGINAL },
(resvg_transform){
.a = svg->cairo_scale,
.d = svg->cairo_scale,
Expand Down

0 comments on commit dd142ac

Please sign in to comment.