mirror of https://github.com/patacrep/patacrep.git
Louis
9 years ago
5 changed files with 89 additions and 28 deletions
Before Width: | Height: | Size: 178 KiB After Width: | Height: | Size: 178 KiB |
@ -1,25 +1,32 @@ |
|||
TODO Update with test file from test_song |
|||
{title : Test of image sizes} |
|||
|
|||
{image: dices.png} |
|||
{image: image.png} |
|||
{image: "image with spaces.png"} |
|||
|
|||
{image: dices.png size=20%x} |
|||
{image: "image with spaces.png" size=x20%} |
|||
{image: dices.png size=20%x10%} |
|||
|
|||
{image: dices.png size=20%x} |
|||
{image: "image with spaces.png" size=x20%} |
|||
{image: dices.png size=20%x10%} |
|||
{image: image.png scale=.2 } |
|||
{image: "image with spaces.png" scale=.20} |
|||
{image: image.png scale=1.2} |
|||
|
|||
{image: dices.png size=2cmx} |
|||
{image: image.png size=2cmx} |
|||
{image: "image with spaces.png" size=x2cm} |
|||
{image: dices.png size=2cmx1cm} |
|||
{image: image.png size=2cmx1cm} |
|||
|
|||
{image: dices.png size=2emx} |
|||
{image: image.png size=2emx} |
|||
{image: "image with spaces.png" size=x2em} |
|||
{image: dices.png size=2emx1em} |
|||
{image: image.png size=2emx1em} |
|||
|
|||
{image: dices.png size=50ptx} |
|||
{image: image.png size=50ptx} |
|||
{image: "image with spaces.png" size=x50pt} |
|||
{image: dices.png size=50ptx100pt} |
|||
{image: image.png size=50ptx100pt} |
|||
|
|||
{image: image.png size=2.5cmx} |
|||
{image: "image with spaces.png" size=x2.5cm} |
|||
{image: image.png size=2.5cmx1.5cm} |
|||
|
|||
{image: image.png size=3cmx10pt} |
|||
{image: "image with spaces.png" size=10ptx3cm} |
|||
{image: image.png size=x} |
|||
|
|||
{image: image.png error=foo} |
|||
{image: "image with spaces.png" not_a_size} |
|||
{image: "image with spaces.png" too many arguments} |
|||
{image: image.png size=2exx3km} |
|||
{image: } |
|||
|
Loading…
Reference in new issue