Browse Source

Documenting the new feature, renaming file

dev
Andy Meneely 11 years ago
parent
commit
c6414f138b
  1. 2
      CHANGELOG.md
  2. 8
      samples/custom-layout.yml
  3. 0
      samples/layouts.rb

2
CHANGELOG.md

@ -1,5 +1,7 @@
# Squib CHANGELOG
## Samples show you can use text instead of symbols
## v0.0.5
* Image rotation for png and svg via `angle`
* New sample for demonstrating direct cairo access

8
samples/custom-layout.yml

@ -9,15 +9,15 @@ title:
y: 50
width: 625
height: 100
align: !ruby/symbol center #see http://www.yaml.org/YAML_for_ruby.html#symbols
valign: !ruby/symbol middle
align: center #strings also work for most options
valign: !ruby/symbol middle #yaml also support symbols, see http://www.yaml.org/YAML_for_ruby.html#symbols
subtitle:
x: 150
y: 150
width: 575
height: 60
align: !ruby/symbol center
valign: !ruby/symbol middle
align: center
valign: middle
icon:
width: 125
height: 125

0
samples/use_layout.rb → samples/layouts.rb

Loading…
Cancel
Save