From 305fd55da05b39e7765d4fc63f8498c07995c1b5 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Tue, 12 Apr 2016 00:23:21 -0400 Subject: [PATCH] Moving portrait-landscape over, but discovered #152 in the process :cry: --- samples/portrait-landscape.rb | 23 ----------------------- samples/saves | 2 +- 2 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 samples/portrait-landscape.rb diff --git a/samples/portrait-landscape.rb b/samples/portrait-landscape.rb deleted file mode 100644 index c8f85a6..0000000 --- a/samples/portrait-landscape.rb +++ /dev/null @@ -1,23 +0,0 @@ -require 'squib' - -# For decks with both landscape and portrait orientations, -# we recommend using two separate decks. -# For print-on-demand, we can rotate all of the images in the final step. - -# Normal cards -Squib::Deck.new(width: 825, height: 1125) do - background color: '#aaa' - - text str: 'This is portrait' - - save_png prefix: 'portrait_' -end - -# Money cards are landscape -Squib::Deck.new(width: 1125, height: 825) do - background color: '#aaa' - - text str: 'This is landscape' - - save_png prefix: 'landscape_', rotate: true -end diff --git a/samples/saves b/samples/saves index b657866..9bb3727 160000 --- a/samples/saves +++ b/samples/saves @@ -1 +1 @@ -Subproject commit b657866fccb82865697118c7ac6379928cbd6c8f +Subproject commit 9bb3727e13a806d33b0b321e9f6fff85c7d8a943