mirror of https://github.com/patacrep/patacrep.git
Louis
9 years ago
11 changed files with 130 additions and 3 deletions
After Width: | Height: | Size: 178 KiB |
After Width: | Height: | Size: 178 KiB |
@ -0,0 +1,24 @@ |
|||
{title : Test of image sizes} |
|||
|
|||
{image: dices.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: dices.png size=2cmx} |
|||
{image: "image with spaces.png" size=x2cm} |
|||
{image: dices.png size=2cmx1cm} |
|||
|
|||
{image: dices.png size=2emx} |
|||
{image: "image with spaces.png" size=x2em} |
|||
{image: dices.png size=2emx1em} |
|||
|
|||
{image: dices.png size=50ptx} |
|||
{image: "image with spaces.png" size=x50pt} |
|||
{image: dices.png size=50ptx100pt} |
@ -0,0 +1,22 @@ |
|||
{image: dices.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: dices.png size=2cmx} |
|||
{image: "image with spaces.png" size=x2cm} |
|||
{image: dices.png size=2cmx1cm} |
|||
|
|||
{image: dices.png size=2emx} |
|||
{image: "image with spaces.png" size=x2em} |
|||
{image: dices.png size=2emx1em} |
|||
|
|||
{image: dices.png size=50ptx} |
|||
{image: "image with spaces.png" size=x50pt} |
|||
{image: dices.png size=50ptx100pt} |
@ -0,0 +1,18 @@ |
|||
{image: dices.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=2cmx} |
|||
{image: "image with spaces.png" size=x2cm} |
|||
{image: dices.png size=2cmx1cm} |
|||
|
|||
{image: dices.png size=2emx} |
|||
{image: "image with spaces.png" size=x2em} |
|||
{image: dices.png size=2emx1em} |
|||
|
|||
{image: dices.png size=50ptx} |
|||
{image: "image with spaces.png" size=x50pt} |
|||
{image: dices.png size=50ptx100pt} |
@ -0,0 +1 @@ |
|||
TODO |
Loading…
Reference in new issue