mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-11 01:22:43 +02:00
14 lines
424 B
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>
|