mirror of https://github.com/patacrep/patacrep.git
Louis
9 years ago
8 changed files with 125 additions and 135 deletions
@ -1,32 +1,35 @@ |
|||
{image: image.png} |
|||
{image: "image with spaces.png"} |
|||
|
|||
{image: image.png scale=.2 } |
|||
{image: image.png scale=2 } |
|||
{image: "image with spaces.png" scale=.20} |
|||
{image: image.png scale=1.2} |
|||
|
|||
{image: image.png size=2cmx} |
|||
{image: "image with spaces.png" size=x2cm} |
|||
{image: image.png size=2cmx1cm} |
|||
{image: image.png width=2cm} |
|||
{image: "image with spaces.png" height=2cm} |
|||
{image: image.png width=2cm height=1cm} |
|||
|
|||
{image: image.png size=2emx} |
|||
{image: "image with spaces.png" size=x2em} |
|||
{image: image.png size=2emx1em} |
|||
{image: image.png width=2em} |
|||
{image: "image with spaces.png" height=2em} |
|||
{image: image.png width=2em height=1em} |
|||
|
|||
{image: image.png size=50ptx} |
|||
{image: "image with spaces.png" size=x50pt} |
|||
{image: image.png size=50ptx100pt} |
|||
{image: image.png width=50pt} |
|||
{image: "image with spaces.png" height=50pt} |
|||
{image: image.png width=50pt height=100pt} |
|||
|
|||
{image: image.png size=2.5cmx} |
|||
{image: "image with spaces.png" size=x2.5cm} |
|||
{image: image.png size=2.5cmx1.5cm} |
|||
{image: image.png width=2.5cm} |
|||
{image: "image with spaces.png" height=2.5cm} |
|||
{image: image.png width=2.5cm height=1.5cm} |
|||
|
|||
{image: image.png size=3cmx10pt} |
|||
{image: "image with spaces.png" size=10ptx3cm} |
|||
{image: image.png size=x} |
|||
{image: image.png width=3cm height=10pt} |
|||
{image: "image with spaces.png" width=10pt height=3cm} |
|||
|
|||
{image: image.png width= height=} |
|||
{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: image.png width=2ex height=3km} |
|||
{image: image.png width=2cm width=3cm} |
|||
{image: image.png width=2cm scale=3cm} |
|||
{image: image.png width=2cm scale=3} |
|||
{image: } |
|||
|
@ -1,32 +1,35 @@ |
|||
{image: image.png} |
|||
{image: "image with spaces.png"} |
|||
|
|||
{image: image.png scale=.2 } |
|||
{image: image.png scale=2 } |
|||
{image: "image with spaces.png" scale=.20} |
|||
{image: image.png scale=1.2} |
|||
|
|||
{image: image.png size=2cmx} |
|||
{image: "image with spaces.png" size=x2cm} |
|||
{image: image.png size=2cmx1cm} |
|||
{image: image.png width=2cm} |
|||
{image: "image with spaces.png" height=2cm} |
|||
{image: image.png width=2cm height=1cm} |
|||
|
|||
{image: image.png size=2emx} |
|||
{image: "image with spaces.png" size=x2em} |
|||
{image: image.png size=2emx1em} |
|||
{image: image.png width=2em} |
|||
{image: "image with spaces.png" height=2em} |
|||
{image: image.png width=2em height=1em} |
|||
|
|||
{image: image.png size=50ptx} |
|||
{image: "image with spaces.png" size=x50pt} |
|||
{image: image.png size=50ptx100pt} |
|||
{image: image.png width=50pt} |
|||
{image: "image with spaces.png" height=50pt} |
|||
{image: image.png width=50pt height=100pt} |
|||
|
|||
{image: image.png size=2.5cmx} |
|||
{image: "image with spaces.png" size=x2.5cm} |
|||
{image: image.png size=2.5cmx1.5cm} |
|||
{image: image.png width=2.5cm} |
|||
{image: "image with spaces.png" height=2.5cm} |
|||
{image: image.png width=2.5cm height=1.5cm} |
|||
|
|||
{image: image.png size=3cmx10pt} |
|||
{image: "image with spaces.png" size=10ptx3cm} |
|||
{image: image.png size=x} |
|||
{image: image.png width=3cm height=10pt} |
|||
{image: "image with spaces.png" width=10pt height=3cm} |
|||
|
|||
{image: image.png width= height=} |
|||
{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: image.png width=2ex height=3km} |
|||
{image: image.png width=2cm width=3cm} |
|||
{image: image.png width=2cm scale=3cm} |
|||
{image: image.png width=2cm scale=3} |
|||
{image: } |
|||
|
Loading…
Reference in new issue