Browse Source

Removing hardcoded test data

dev
Andy Meneely 12 years ago
parent
commit
7ccce99e65
  1. 2
      lib/squib/graphics/image.rb

2
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

Loading…
Cancel
Save