<!doctype html> | |
<script src="../../resources/ahem.js"></script> | |
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100"> | |
<desc>Test that 'outline' is painted.</desc> | |
<style> | |
* { margin: 0; padding: 0; } | |
text { | |
font: 32px Ahem; | |
outline: 2px solid blue; | |
} | |
</style> | |
<text x="8" y="2" dy="1em">ABC</text> | |
</svg> |