Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
svg
/
compositing
/
rect-in-nested-transformed-container-2.svg
blob: 2255ce72c2ba5c9544dc4de82f42022a7317545f [
file
] [
edit
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<g
style
=
"
will-change
:
transform
"
transform
=
"scale(2)"
>
<g
style
=
"
will-change
:
transform
"
transform
=
"scale(2)"
>
<rect
x
=
"25"
y
=
"25"
width
=
"50"
height
=
"50"
fill
=
"green"
fill-opacity
=
"0.3"
/>
</g>
</g>
</svg>