lib/frameit/offsets.rb in frameit-2.0.1 vs lib/frameit/offsets.rb in frameit-2.1.0

- old
+ new

@@ -18,10 +18,15 @@ 'width' => 530 } when size::IOS_40 return { 'offset' => "+54+197", - 'width' => 543 + 'width' => 544 + } + when size::IOS_35 + return { + 'offset' => "+59+260", + 'width' => 647 } when size::IOS_IPAD return { 'offset' => '+50+134', 'width' => 792 \ No newline at end of file