Source code
Revision control
Copy as Markdown
Other Tools
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<h:link rel="match" href="priority-ref.svg"/>
<h:meta name="assert" content="Property overrides attribute."/>
</metadata>
<style>
path {
stroke-width: 3;
stroke: blue;
}
#top {
d: path('M 20 10 h 70');
}
</style>
<path id="top" d="M 10 20 h 70" />
<path d="M 10 90 h 70" style="d: path('M 20 80 h 70')" />
</svg>