| text-decoration-070.svg | |
| SVG Image | Inkscape Image |
|
|
Original test: text-decoration-070.xht.
CSS Section: http://www.w3.org/TR/CSS21/text.html#lining-striking-props.
<style type="text/css">
text {
fill: lime;
text-decoration: line-through;
}
tspan{ fill: blue; }
</style>