frameit/lib/frameit/mac_editor.rb in fastlane-2.74.1 vs frameit/lib/frameit/mac_editor.rb in fastlane-2.75.0.beta.20180109010003
- old
+ new
@@ -11,11 +11,11 @@
def put_device_into_background(background)
self.top_space_above_device = offset['titleHeight'] # needed for centering the title
@image = background.composite(image, "png") do |c|
- c.compose "Over"
- c.geometry offset['offset']
+ c.compose("Over")
+ c.geometry(offset['offset'])
end
return image
end