Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<meta charset="utf-8" />
<title>SVG Text Shadows</title>
<link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
<meta name="assert" content="Verify correct painting of SVG shadows with filled text">
<link rel="match" href="text-shadow-ref.html">
<meta name="fuzzy" content="0-200;0-400"/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
text {
font: 16px Ahem;
text-shadow: 0px 0px 5px green;
fill: darkgreen;
stroke: none;
}
</style>
<svg width="100" height="60">
<text x="20" y="20">A</text>
</svg>