mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-19 23:53:20 +00:00
15 lines
311 B
HTML
15 lines
311 B
HTML
![]() |
<!DOCTYPE html>
|
||
|
<link rel="match" href="../expected/svg-with-css-transform.html" />
|
||
|
<style>
|
||
|
body {
|
||
|
margin: 0;
|
||
|
}
|
||
|
svg {
|
||
|
transform: translate(50px, 50px);
|
||
|
}
|
||
|
</style>
|
||
|
|
||
|
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" width="100" height="100">
|
||
|
<rect width="100" height="100" />
|
||
|
</svg>
|