Files
ladybird/Tests/LibWeb/Ref/input/svg-image-transform.html

14 lines
424 B
HTML

<!DOCTYPE html>
<link rel="match" href="../expected/svg-image-transform-ref.html" />
<style>
body { margin: 0 }
</style>
<!-- translate -->
<svg width="200" height="200">
<image href="../data/rectangle.png" width="150" height="100" transform="translate(25, 50)" />
</svg>
<!-- scale -->
<svg width="200" height="200">
<image href="../data/rectangle.png" width="150" height="100" transform="scale(0.5)" />
</svg>