Sign in
webkit
/
WebKit
/
a36dd1c4bd8146169ac601fd378f4d14b5f88ac7
/
.
/
LayoutTests
/
svg
/
custom
/
rgba-color-outline.svg
blob: 199c64e1c8df5a10e808d5b3d3b7c631c6aca587 [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
width
=
"200"
height
=
"200"
>
<style>
rect
{
outline
:
50px
solid rgba
(
0
,
0
,
255
,
0.5
);
}
</style>
<rect
x
=
"50"
y
=
"50"
width
=
"1"
height
=
"1"
fill
=
"rgba(0,0,255,0.5)"
/>
</svg>