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 Sep 27, 2023
1 parent c93f1a1 commit 08e9907
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 08e9907

Please sign in to comment.