Sha256: 66b666511b0421c16ab59b7fc71b239927597602bd92f8d264d5c9a6ccfecfe6

Contents?: true

Size: 591 Bytes

Versions: 6

Compression:

Stored size: 591 Bytes

Contents

require 'squib'

# This sample uses a proof overlay from TheGameCrafter.com to check bleed
Squib::Deck.new(width: 825, height: 1125, cards: 1) do
  background color: :white
  rect x: 38, y: 38, width: 750, height: 1050, x_radius: 38, y_radius: 38
  rect x: 75, y: 75, width: 128, height: 128, x_radius: 25, y_radius: 25

  text str: 'Mastermind', x: 220, y: 78, font: 'Arial 18'
  text str: 3, x: 75, y: 85, width: 128, font: 'Arial 24', align: :center

  # TGC proof overlay (using alpha-transparency)
  png file: 'pokercard.png', x:0, y:0, alpha: 0.5

  save_png prefix: 'tgc_sample_'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
squib-0.19.0 samples/proofs/_tgc_proofs.rb
squib-0.19.0b samples/proofs/_tgc_proofs.rb
squib-0.19.0a samples/proofs/_tgc_proofs.rb
squib-0.15.2 samples/proofs/_tgc_proofs.rb
squib-0.15.1 samples/proofs/_tgc_proofs.rb
squib-0.14.2 samples/proofs/_tgc_proofs.rb