237 lines
13 KiB
XML
237 lines
13 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
<!-- Generated by graphviz version 2.43.0 (0)
|
|
-->
|
|
<!-- Title: clutchlog::fmt Pages: 1 -->
|
|
<!--zoomable 142 -->
|
|
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
|
|
<style type="text/css"><![CDATA[
|
|
.edge:hover path { stroke: red; }
|
|
.edge:hover polygon { stroke: red; fill: red; }
|
|
]]></style>
|
|
<script type="text/javascript"><![CDATA[
|
|
var edges = document.getElementsByTagName('g');
|
|
if (edges && edges.length) {
|
|
for (var i=0;i<edges.length;i++) {
|
|
if (edges[i].id.substr(0,4)=='edge') {
|
|
edges[i].setAttribute('class','edge');
|
|
}
|
|
}
|
|
}
|
|
]]></script>
|
|
<defs>
|
|
<circle id="rim" cx="0" cy="0" r="7"/>
|
|
<circle id="rim2" cx="0" cy="0" r="3.5"/>
|
|
<g id="zoomPlus">
|
|
<use xlink:href="#rim" fill="#404040">
|
|
<set attributeName="fill" to="#808080" begin="zoomplus.mouseover" end="zoomplus.mouseout"/>
|
|
</use>
|
|
<path d="M-4,0h8M0,-4v8" fill="none" stroke="white" stroke-width="1.5" pointer-events="none"/>
|
|
</g>
|
|
<g id="zoomMin">
|
|
<use xlink:href="#rim" fill="#404040">
|
|
<set attributeName="fill" to="#808080" begin="zoomminus.mouseover" end="zoomminus.mouseout"/>
|
|
</use>
|
|
<path d="M-4,0h8" fill="none" stroke="white" stroke-width="1.5" pointer-events="none"/>
|
|
</g>
|
|
<g id="dirArrow">
|
|
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
|
|
</g>
|
|
<g id="resetDef">
|
|
<use xlink:href="#rim2" fill="#404040">
|
|
<set attributeName="fill" to="#808080" begin="reset.mouseover" end="reset.mouseout"/>
|
|
</use>
|
|
</g>
|
|
</defs>
|
|
|
|
<script type="text/javascript">
|
|
var viewWidth = 589;
|
|
var viewHeight = 142;
|
|
var sectionId = 'dynsection-0';
|
|
</script>
|
|
<script xlink:href="svgpan.js"/>
|
|
<svg id="graph" class="graph">
|
|
<g id="viewport">
|
|
<title>clutchlog::fmt</title>
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-138 585,-138 585,4 -4,4"/>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="Color and style formatter for ANSI terminal escape sequences.">
|
|
<polygon fill="#bfbfbf" stroke="black" points="505,-57.5 505,-76.5 581,-76.5 581,-57.5 505,-57.5"/>
|
|
<text text-anchor="middle" x="543" y="-64.5" font-family="Helvetica,sans-Serif" font-size="10.00">clutchlog::fmt</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a xlink:href="structclutchlog_1_1fmt_1_1fg__256.html" target="_top" xlink:title="Foreground in 256-colors mode.">
|
|
<polygon fill="white" stroke="black" points="306.5,-114.5 306.5,-133.5 417.5,-133.5 417.5,-114.5 306.5,-114.5"/>
|
|
<text text-anchor="middle" x="362" y="-121.5" font-family="Helvetica,sans-Serif" font-size="10.00">clutchlog::fmt::fg_256</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2->Node1 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node2->Node1</title>
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M417.53,-112.1C439.39,-106.77 464.64,-99.9 487,-92 499.36,-87.63 512.76,-81.57 523.24,-76.51"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="416.66,-108.71 407.75,-114.44 418.29,-115.52 416.66,-108.71"/>
|
|
<text text-anchor="middle" x="462.5" y="-109" font-family="Helvetica,sans-Serif" font-size="10.00"> fore_256</text>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:href="structclutchlog_1_1fmt_1_1color__256.html" target="_top" xlink:title="Abstract base class for 256 colors objects (8-bits ANSI).">
|
|
<polygon fill="white" stroke="black" points="141.5,-76.5 141.5,-95.5 265.5,-95.5 265.5,-76.5 141.5,-76.5"/>
|
|
<text text-anchor="middle" x="203.5" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">clutchlog::fmt::color_256</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node3->Node2 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node3->Node2</title>
|
|
<path fill="none" stroke="midnightblue" d="M253.79,-97.97C275.72,-103.29 301.18,-109.48 321.79,-114.48"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="254.54,-94.55 243.99,-95.59 252.88,-101.35 254.54,-94.55"/>
|
|
</g>
|
|
<!-- Node5 -->
|
|
<g id="node5" class="node">
|
|
<title>Node5</title>
|
|
<g id="a_node5"><a xlink:href="structclutchlog_1_1fmt_1_1bg__256.html" target="_top" xlink:title="Background in 256-colors mode.">
|
|
<polygon fill="white" stroke="black" points="305.5,-76.5 305.5,-95.5 418.5,-95.5 418.5,-76.5 305.5,-76.5"/>
|
|
<text text-anchor="middle" x="362" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">clutchlog::fmt::bg_256</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node3->Node5 -->
|
|
<g id="edge5" class="edge">
|
|
<title>Node3->Node5</title>
|
|
<path fill="none" stroke="midnightblue" d="M276.07,-86C285.91,-86 295.89,-86 305.38,-86"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="275.9,-82.5 265.9,-86 275.9,-89.5 275.9,-82.5"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a xlink:href="structclutchlog_1_1fmt_1_1color.html" target="_top" xlink:title="Interface class for colors representation.">
|
|
<polygon fill="white" stroke="black" points="0,-56.5 0,-75.5 103,-75.5 103,-56.5 0,-56.5"/>
|
|
<text text-anchor="middle" x="51.5" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">clutchlog::fmt::color</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node4->Node3 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node4->Node3</title>
|
|
<path fill="none" stroke="midnightblue" d="M113.21,-74.09C122.5,-75.33 132.09,-76.61 141.38,-77.85"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="113.66,-70.62 103.28,-72.77 112.73,-77.56 113.66,-70.62"/>
|
|
</g>
|
|
<!-- Node7 -->
|
|
<g id="node7" class="node">
|
|
<title>Node7</title>
|
|
<g id="a_node7"><a xlink:href="structclutchlog_1_1fmt_1_1color__16_m.html" target="_top" xlink:title="Abstract base class for 16M colors objects (24-bits ANSI).">
|
|
<polygon fill="white" stroke="black" points="140,-38.5 140,-57.5 267,-57.5 267,-38.5 140,-38.5"/>
|
|
<text text-anchor="middle" x="203.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">clutchlog::fmt::color_16M</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node4->Node7 -->
|
|
<g id="edge8" class="edge">
|
|
<title>Node4->Node7</title>
|
|
<path fill="none" stroke="midnightblue" d="M113.36,-58.7C122.07,-57.65 131.05,-56.57 139.8,-55.52"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="112.79,-55.24 103.28,-59.91 113.63,-62.19 112.79,-55.24"/>
|
|
</g>
|
|
<!-- Node5->Node1 -->
|
|
<g id="edge4" class="edge">
|
|
<title>Node5->Node1</title>
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M428.7,-79.03C454.34,-76.3 482.8,-73.28 504.78,-70.95"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="428.23,-75.56 418.66,-80.09 428.97,-82.52 428.23,-75.56"/>
|
|
<text text-anchor="middle" x="462.5" y="-80" font-family="Helvetica,sans-Serif" font-size="10.00"> back_256</text>
|
|
</g>
|
|
<!-- Node6 -->
|
|
<g id="node6" class="node">
|
|
<title>Node6</title>
|
|
<g id="a_node6"><a xlink:href="structclutchlog_1_1fmt_1_1fg__16_m.html" target="_top" xlink:title="Foreground in 256-colors mode.">
|
|
<polygon fill="white" stroke="black" points="305,-38.5 305,-57.5 419,-57.5 419,-38.5 305,-38.5"/>
|
|
<text text-anchor="middle" x="362" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">clutchlog::fmt::fg_16M</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node6->Node1 -->
|
|
<g id="edge6" class="edge">
|
|
<title>Node6->Node1</title>
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M429.44,-52.35C448.1,-53.85 468.37,-55.73 487,-58 492.76,-58.7 498.85,-59.57 504.78,-60.49"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="429.51,-48.85 419.27,-51.56 428.97,-55.83 429.51,-48.85"/>
|
|
<text text-anchor="middle" x="462.5" y="-61" font-family="Helvetica,sans-Serif" font-size="10.00"> fore_16M</text>
|
|
</g>
|
|
<!-- Node7->Node6 -->
|
|
<g id="edge7" class="edge">
|
|
<title>Node7->Node6</title>
|
|
<path fill="none" stroke="midnightblue" d="M277.53,-48C286.7,-48 295.96,-48 304.81,-48"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="277.25,-44.5 267.25,-48 277.25,-51.5 277.25,-44.5"/>
|
|
</g>
|
|
<!-- Node8 -->
|
|
<g id="node8" class="node">
|
|
<title>Node8</title>
|
|
<g id="a_node8"><a xlink:href="structclutchlog_1_1fmt_1_1bg__16_m.html" target="_top" xlink:title="background in 256-colors mode.">
|
|
<polygon fill="white" stroke="black" points="304,-0.5 304,-19.5 420,-19.5 420,-0.5 304,-0.5"/>
|
|
<text text-anchor="middle" x="362" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">clutchlog::fmt::bg_16M</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node7->Node8 -->
|
|
<g id="edge10" class="edge">
|
|
<title>Node7->Node8</title>
|
|
<path fill="none" stroke="midnightblue" d="M253.79,-36.03C275.72,-30.71 301.18,-24.52 321.79,-19.52"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="252.88,-32.65 243.99,-38.41 254.54,-39.45 252.88,-32.65"/>
|
|
</g>
|
|
<!-- Node8->Node1 -->
|
|
<g id="edge9" class="edge">
|
|
<title>Node8->Node1</title>
|
|
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M429.75,-21.7C448.56,-25.9 468.84,-31.29 487,-38 500.97,-43.16 515.87,-51.18 526.62,-57.48"/>
|
|
<polygon fill="#9a32cd" stroke="#9a32cd" points="430.28,-18.23 419.77,-19.55 428.81,-25.08 430.28,-18.23"/>
|
|
<text text-anchor="middle" x="462.5" y="-41" font-family="Helvetica,sans-Serif" font-size="10.00"> back_16M</text>
|
|
</g>
|
|
</g>
|
|
</svg>
|
|
<g id="navigator" transform="translate(0 0)" fill="#404254">
|
|
<rect fill="#f2f5e9" fill-opacity="0.5" stroke="#606060" stroke-width=".5" x="0" y="0" width="60" height="60"/>
|
|
<use id="zoomplus" xlink:href="#zoomPlus" x="17" y="9" onmousedown="handleZoom(evt,'in')"/>
|
|
<use id="zoomminus" xlink:href="#zoomMin" x="42" y="9" onmousedown="handleZoom(evt,'out')"/>
|
|
<use id="reset" xlink:href="#resetDef" x="30" y="36" onmousedown="handleReset()"/>
|
|
<g id="arrowUp" xlink:href="#dirArrow" transform="translate(30 24)" onmousedown="handlePan(0,-1)">
|
|
<use xlink:href="#rim" fill="#404040">
|
|
<set attributeName="fill" to="#808080" begin="arrowUp.mouseover" end="arrowUp.mouseout"/>
|
|
</use>
|
|
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
|
|
</g>
|
|
<g id="arrowRight" xlink:href="#dirArrow" transform="rotate(90) translate(36 -43)" onmousedown="handlePan(1,0)">
|
|
<use xlink:href="#rim" fill="#404040">
|
|
<set attributeName="fill" to="#808080" begin="arrowRight.mouseover" end="arrowRight.mouseout"/>
|
|
</use>
|
|
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
|
|
</g>
|
|
<g id="arrowDown" xlink:href="#dirArrow" transform="rotate(180) translate(-30 -48)" onmousedown="handlePan(0,1)">
|
|
<use xlink:href="#rim" fill="#404040">
|
|
<set attributeName="fill" to="#808080" begin="arrowDown.mouseover" end="arrowDown.mouseout"/>
|
|
</use>
|
|
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
|
|
</g>
|
|
<g id="arrowLeft" xlink:href="#dirArrow" transform="rotate(270) translate(-36 17)" onmousedown="handlePan(-1,0)">
|
|
<use xlink:href="#rim" fill="#404040">
|
|
<set attributeName="fill" to="#808080" begin="arrowLeft.mouseover" end="arrowLeft.mouseout"/>
|
|
</use>
|
|
<path fill="none" stroke="white" stroke-width="1.5" d="M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5"/>
|
|
</g>
|
|
</g>
|
|
<svg viewBox="0 0 15 15" width="100%" height="30px" preserveAspectRatio="xMaxYMin meet">
|
|
<g id="arrow_out" transform="scale(0.3 0.3)">
|
|
<a xlink:href="classclutchlog_1_1fmt__coll__graph_org.svg" target="_base">
|
|
<rect id="button" ry="5" rx="5" y="6" x="6" height="38" width="38"
|
|
fill="#f2f5e9" fill-opacity="0.5" stroke="#606060" stroke-width="1.0"/>
|
|
<path id="arrow"
|
|
d="M 11.500037,31.436501 C 11.940474,20.09759 22.043105,11.32322 32.158766,21.979434 L 37.068811,17.246167 C 37.068811,17.246167 37.088388,32 37.088388,32 L 22.160133,31.978069 C 22.160133,31.978069 26.997745,27.140456 26.997745,27.140456 C 18.528582,18.264221 13.291696,25.230495 11.500037,31.436501 z"
|
|
style="fill:#404040;"/>
|
|
</a>
|
|
</g>
|
|
</svg>
|
|
</svg>
|