Hi... now, if I set width or height in image, it's all ok. If I set both, I would expect to have the image stretched to width x height.
image("/uni/pollenzo/slides/04.organization/img/whiteRabbit.jpg", 0, 0, 100) translate(0, 200) image("/uni/pollenzo/slides/04.organization/img/whiteRabbit.jpg", 0, 0, 100, 50) translate(0, 100) image("/uni/pollenzo/slides/04.organization/img/whiteRabbit.jpg", 0, 0, 100, 650)
The width and height parameters are the maximum size, so if you want to perform uneven scaling, use the scale() command.
image scaling?
Posted by andrea on Apr 21, 2008Hi...
But the result seems a bit strange...now, if I set width or height in image, it's all ok.
If I set both, I would expect to have the image stretched to width x height.
?
Thanks for the help
Best
-a-