grawkit/tests/01-initial.svg

34 lines
496 B
XML
Raw Normal View History

<!--
# Test initial state, with no commands.
-->
<svg xmlns="http://www.w3.org/2000/svg" viewBox="40 -10 0 70">
<style type="text/css"><![CDATA[
.branch {
fill: none;
stroke-width: 10;
2016-12-31 18:19:50 +00:00
stroke-linecap: round;
}
.commit {
fill: #fff;
stroke-width: 5;
}
.label-tag {
fill: #333;
}
.label-rect {
stroke: none;
}
.label-text {
font-family: Inconsolata, Consolas, monospace;
2016-12-31 18:19:50 +00:00
font-size: 14px;
fill: #fff;
stroke: none;
}
.branch-master {stroke: #002b36; fill: #002b36}
]]></style>
</svg>