mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-29 14:32:55 +00:00
14 lines
311 B
HTML
14 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>
|