Sign in
webkit
/
WebKit
/
181639c090e6ee4514e2dbd903b6840f8f03c1de
/
.
/
LayoutTests
/
svg
/
custom
/
fill-opacity-hsl.svg
blob: e5d1f09389090c7253700825ef829f63abd283f4 [
file
] [
log
] [
blame
]
<svg
width
=
"100px"
height
=
"200px"
version
=
"1.1"
xmlns
=
"http://www.w3.org/2000/svg"
>
<rect
x
=
"20"
y
=
"20"
width
=
"60"
height
=
"60"
fill
=
"hsl(120,100%,50%)"
/>
<rect
x
=
"20"
y
=
"120"
width
=
"60"
height
=
"60"
fill
=
"hsla(120, 100%, 50%, 0.25)"
/>
</svg>