Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/settimeout-active-script
/
.
/
svg
/
layout
/
svg-use-symbol-opacity-print-ref.html
blob: d6b2f6bd9bb301ae7dbb41be8bdf5b244e31676d [
file
] [
edit
]
<!doctype html>
<html>
<style>
body
{
margin
:
0
}
</style>
<body>
<svg
width
=
200
height
=
200
viewBox
=
"0 0 200 200"
>
<rect
fill
=
"purple"
width
=
100
height
=
100
/>
<rect
fill
=
"blue"
fill-opacity
=
"0.5"
width
=
50
height
=
50
/>
</svg>
</body>
</html>