Documenting the new feature, renaming file
parent
288a37231b
commit
c6414f138b
|
|
@ -1,5 +1,7 @@
|
||||||
# Squib CHANGELOG
|
# Squib CHANGELOG
|
||||||
|
|
||||||
|
## Samples show you can use text instead of symbols
|
||||||
|
|
||||||
## v0.0.5
|
## v0.0.5
|
||||||
* Image rotation for png and svg via `angle`
|
* Image rotation for png and svg via `angle`
|
||||||
* New sample for demonstrating direct cairo access
|
* New sample for demonstrating direct cairo access
|
||||||
|
|
|
||||||
|
|
@ -9,15 +9,15 @@ title:
|
||||||
y: 50
|
y: 50
|
||||||
width: 625
|
width: 625
|
||||||
height: 100
|
height: 100
|
||||||
align: !ruby/symbol center #see http://www.yaml.org/YAML_for_ruby.html#symbols
|
align: center #strings also work for most options
|
||||||
valign: !ruby/symbol middle
|
valign: !ruby/symbol middle #yaml also support symbols, see http://www.yaml.org/YAML_for_ruby.html#symbols
|
||||||
subtitle:
|
subtitle:
|
||||||
x: 150
|
x: 150
|
||||||
y: 150
|
y: 150
|
||||||
width: 575
|
width: 575
|
||||||
height: 60
|
height: 60
|
||||||
align: !ruby/symbol center
|
align: center
|
||||||
valign: !ruby/symbol middle
|
valign: middle
|
||||||
icon:
|
icon:
|
||||||
width: 125
|
width: 125
|
||||||
height: 125
|
height: 125
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue