1
1
mirror of https://github.com/wader/fq.git synced 2024-11-27 14:14:58 +03:00
fq/doc/display_json.svg

25 lines
946 B
XML
Raw Normal View History

2024-01-08 15:27:10 +03:00
<svg width="21ch" height="5em" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve">
<style>
2024-01-08 15:27:10 +03:00
* {
font-family: Courier, monospace;
font-size: 14px;
}
tspan, text {
2024-01-08 15:27:10 +03:00
font-variant-ligatures: none;
dominant-baseline: central;
white-space: pre;
fill: #bbbbbb;
}
.bg {
stroke-width: "0.5px";
}
<!-- Foreground ANSI colors -->
.fa2 { fill: #00bb00; }
</style>
<rect width="100%" height="100%" x="0" y="0" style="fill: #000000"/>
<text x="0ch" y="0.5em"><tspan>$ fq -n &#39;&#34;hello&#34;&#39;</tspan></text>
<text x="0ch" y="1.5em"><tspan class="fa2">&#34;hello&#34;</tspan></text>
<text x="0ch" y="3.5em"><tspan>$ fq -n &#39;&#34;hello&#34; | d&#39;</tspan></text>
<text x="0ch" y="4.5em"><tspan class="fa2">&#34;hello&#34;</tspan></text>
</svg>