diff --git a/lib/squib/graphics/image.rb b/lib/squib/graphics/image.rb index a00e52e..7efaf98 100644 --- a/lib/squib/graphics/image.rb +++ b/lib/squib/graphics/image.rb @@ -13,7 +13,7 @@ module Squib svg = RSVG::Handle.new_from_file(file) tmp = Cairo::ImageSurface.new(svg.width, svg.height) tmp_cc = Cairo::Context.new(tmp) - tmp_cc.render_rsvg_handle(svg, width: 400, height: 400) + tmp_cc.render_rsvg_handle(svg) cairo_context.set_source(tmp, x, y) cairo_context.paint end