lib/phantom/parser/png_reader.rb in phantom_svg-1.2.2 vs lib/phantom/parser/png_reader.rb in phantom_svg-1.2.3

- old
+ new

@@ -62,10 +62,10 @@ end end # Create frame. def create_frame(path, duration = nil) - pixbuf = Gdk::Pixbuf.new(file: path) + pixbuf = GdkPixbuf::Pixbuf.new(file: path) frame = set_param(path, pixbuf, duration) frame end