blob: 491e18f7f673cee8b64c33a774197e2a5ea07f5a [file] [log] [blame]
<svg width="800" height="600" xmlns="http://www.w3.org/2000/svg">
<style>
#t {
fill: blue;
d: path("M 100 100 H 700 V 500 Z");
}
</style>
<path id="t" d="M 300 200 H 500 V 400 H 300 Z"/>
</svg>