mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-30 08:41:30 +08:00
Documentation for fe692e8e01
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<map id="numerical_methods/qr_decomposition.cpp" name="numerical_methods/qr_decomposition.cpp">
|
||||
<area shape="rect" id="node1" title="Program to compute the QR decomposition of a given matrix." alt="" coords="95,5,248,47"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="5,95,57,121"/>
|
||||
<area shape="rect" id="node3" title=" " alt="" coords="21,169,79,196"/>
|
||||
<area shape="rect" id="node4" title=" " alt="" coords="104,169,164,196"/>
|
||||
<area shape="rect" id="node5" title=" " alt="" coords="389,95,442,121"/>
|
||||
<area shape="rect" id="node6" title=" " alt="" coords="188,169,261,196"/>
|
||||
<area shape="rect" id="node7" href="$d4/d68/qr__decompose_8h.html" title="Library functions to compute QR decomposition of a given matrix." alt="" coords="235,95,364,121"/>
|
||||
<area shape="rect" id="node8" title=" " alt="" coords="549,169,618,196"/>
|
||||
<area shape="rect" id="node9" title=" " alt="" coords="285,169,337,196"/>
|
||||
<area shape="rect" id="node10" title=" " alt="" coords="362,169,431,196"/>
|
||||
<area shape="rect" id="node11" title=" " alt="" coords="455,169,525,196"/>
|
||||
<area shape="rect" id="node1" title="Program to compute the QR decomposition of a given matrix." alt="" coords="94,5,245,47"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="5,95,56,121"/>
|
||||
<area shape="rect" id="node3" title=" " alt="" coords="17,169,76,196"/>
|
||||
<area shape="rect" id="node4" title=" " alt="" coords="101,169,161,196"/>
|
||||
<area shape="rect" id="node5" title=" " alt="" coords="383,95,438,121"/>
|
||||
<area shape="rect" id="node6" title=" " alt="" coords="185,169,257,196"/>
|
||||
<area shape="rect" id="node7" href="$d4/d68/qr__decompose_8h.html" title="Library functions to compute QR decomposition of a given matrix." alt="" coords="233,95,359,121"/>
|
||||
<area shape="rect" id="node8" title=" " alt="" coords="544,169,611,196"/>
|
||||
<area shape="rect" id="node9" title=" " alt="" coords="281,169,335,196"/>
|
||||
<area shape="rect" id="node10" title=" " alt="" coords="359,169,427,196"/>
|
||||
<area shape="rect" id="node11" title=" " alt="" coords="451,169,519,196"/>
|
||||
</map>
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
<?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.49.3 (20211023.0002)
|
||||
<!-- Generated by graphviz version 2.50.0 (20211204.2007)
|
||||
-->
|
||||
<!-- Title: numerical_methods/qr_decomposition.cpp Pages: 1 -->
|
||||
<svg width="468pt" height="151pt"
|
||||
viewBox="0.00 0.00 467.50 151.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<svg width="462pt" height="151pt"
|
||||
viewBox="0.00 0.00 462.00 151.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 147)">
|
||||
<title>numerical_methods/qr_decomposition.cpp</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-147 463.5,-147 463.5,4 -4,4"/>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-147 458,-147 458,4 -4,4"/>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="Program to compute the QR decomposition of a given matrix.">
|
||||
<polygon fill="#bfbfbf" stroke="black" points="67,-112.5 67,-142.5 182,-142.5 182,-112.5 67,-112.5"/>
|
||||
<text text-anchor="start" x="75" y="-130.5" font-family="Helvetica,sans-Serif" font-size="10.00">numerical_methods/qr</text>
|
||||
<text text-anchor="middle" x="124.5" y="-119.5" font-family="Helvetica,sans-Serif" font-size="10.00">_decomposition.cpp</text>
|
||||
<polygon fill="#bfbfbf" stroke="black" points="66.5,-112.5 66.5,-142.5 179.5,-142.5 179.5,-112.5 66.5,-112.5"/>
|
||||
<text text-anchor="start" x="74.5" y="-130.5" font-family="Helvetica,sans-Serif" font-size="10.00">numerical_methods/qr</text>
|
||||
<text text-anchor="middle" x="123" y="-119.5" font-family="Helvetica,sans-Serif" font-size="10.00">_decomposition.cpp</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -23,169 +23,169 @@
|
||||
<g id="node2" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="0,-56.5 0,-75.5 39,-75.5 39,-56.5 0,-56.5"/>
|
||||
<text text-anchor="middle" x="19.5" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">array</text>
|
||||
<polygon fill="white" stroke="#bfbfbf" points="0,-56.5 0,-75.5 38,-75.5 38,-56.5 0,-56.5"/>
|
||||
<text text-anchor="middle" x="19" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">array</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<path fill="none" stroke="midnightblue" d="M99.62,-112.4C82.79,-102.86 60.66,-90.32 43.93,-80.84"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="45.2,-77.54 34.78,-75.66 41.75,-83.63 45.2,-77.54"/>
|
||||
<path fill="none" stroke="midnightblue" d="M98.35,-112.4C81.68,-102.86 59.77,-90.32 43.19,-80.84"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="44.55,-77.59 34.13,-75.66 41.07,-83.66 44.55,-77.59"/>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="node3" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="11.5,-0.5 11.5,-19.5 55.5,-19.5 55.5,-0.5 11.5,-0.5"/>
|
||||
<text text-anchor="middle" x="33.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cmath</text>
|
||||
<polygon fill="white" stroke="#bfbfbf" points="9,-0.5 9,-19.5 53,-19.5 53,-0.5 9,-0.5"/>
|
||||
<text text-anchor="middle" x="31" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cmath</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<path fill="none" stroke="midnightblue" d="M113.34,-112.34C96.5,-90.96 64.64,-50.53 46.68,-27.73"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="49.27,-25.36 40.33,-19.67 43.77,-29.69 49.27,-25.36"/>
|
||||
<path fill="none" stroke="midnightblue" d="M111.72,-112.34C94.69,-90.96 62.49,-50.53 44.33,-27.73"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="46.87,-25.31 37.91,-19.67 41.4,-29.67 46.87,-25.31"/>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="node4" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_node4"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="74,-0.5 74,-19.5 119,-19.5 119,-0.5 74,-0.5"/>
|
||||
<text text-anchor="middle" x="96.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cstdlib</text>
|
||||
<polygon fill="white" stroke="#bfbfbf" points="71.5,-0.5 71.5,-19.5 116.5,-19.5 116.5,-0.5 71.5,-0.5"/>
|
||||
<text text-anchor="middle" x="94" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">cstdlib</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node4 -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<path fill="none" stroke="midnightblue" d="M121.07,-112.34C116.02,-91.53 106.6,-52.66 101.01,-29.58"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="104.36,-28.56 98.6,-19.67 97.56,-30.21 104.36,-28.56"/>
|
||||
<path fill="none" stroke="midnightblue" d="M119.44,-112.34C114.22,-91.53 104.46,-52.66 98.67,-29.58"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="102.01,-28.52 96.18,-19.67 95.22,-30.22 102.01,-28.52"/>
|
||||
</g>
|
||||
<!-- Node5 -->
|
||||
<g id="node5" class="node">
|
||||
<title>Node5</title>
|
||||
<g id="a_node5"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="287.5,-56.5 287.5,-75.5 327.5,-75.5 327.5,-56.5 287.5,-56.5"/>
|
||||
<text text-anchor="middle" x="307.5" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">ctime</text>
|
||||
<polygon fill="white" stroke="#bfbfbf" points="283.5,-56.5 283.5,-75.5 324.5,-75.5 324.5,-56.5 283.5,-56.5"/>
|
||||
<text text-anchor="middle" x="304" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">ctime</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node5 -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>Node1->Node5</title>
|
||||
<path fill="none" stroke="midnightblue" d="M167.87,-112.4C201.72,-101.39 247.85,-86.39 277.66,-76.7"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="279.04,-79.93 287.47,-73.51 276.88,-73.28 279.04,-79.93"/>
|
||||
<path fill="none" stroke="midnightblue" d="M165.89,-112.4C199,-101.52 243.98,-86.73 273.49,-77.03"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="274.83,-80.27 283.23,-73.83 272.64,-73.62 274.83,-80.27"/>
|
||||
</g>
|
||||
<!-- Node6 -->
|
||||
<g id="node6" class="node">
|
||||
<title>Node6</title>
|
||||
<g id="a_node6"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="137,-0.5 137,-19.5 192,-19.5 192,-0.5 137,-0.5"/>
|
||||
<text text-anchor="middle" x="164.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
<polygon fill="white" stroke="#bfbfbf" points="135,-0.5 135,-19.5 189,-19.5 189,-0.5 135,-0.5"/>
|
||||
<text text-anchor="middle" x="162" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node6 -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>Node1->Node6</title>
|
||||
<path fill="none" stroke="midnightblue" d="M129.4,-112.34C136.64,-91.43 150.19,-52.31 158.17,-29.27"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="161.53,-30.26 161.5,-19.67 154.92,-27.97 161.53,-30.26"/>
|
||||
<path fill="none" stroke="midnightblue" d="M127.78,-112.34C134.84,-91.43 148.05,-52.31 155.83,-29.27"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="159.19,-30.26 159.07,-19.67 152.56,-28.02 159.19,-30.26"/>
|
||||
</g>
|
||||
<!-- Node7 -->
|
||||
<g id="node7" class="node">
|
||||
<title>Node7</title>
|
||||
<g id="a_node7"><a xlink:href="../../d4/d68/qr__decompose_8h.html" target="_top" xlink:title="Library functions to compute QR decomposition of a given matrix.">
|
||||
<polygon fill="white" stroke="black" points="172,-56.5 172,-75.5 269,-75.5 269,-56.5 172,-56.5"/>
|
||||
<text text-anchor="middle" x="220.5" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">./qr_decompose.h</text>
|
||||
<polygon fill="white" stroke="black" points="170.5,-56.5 170.5,-75.5 265.5,-75.5 265.5,-56.5 170.5,-56.5"/>
|
||||
<text text-anchor="middle" x="218" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">./qr_decompose.h</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node7 -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>Node1->Node7</title>
|
||||
<path fill="none" stroke="midnightblue" d="M147.25,-112.4C162.49,-102.95 182.49,-90.56 197.74,-81.11"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="199.88,-83.9 206.53,-75.66 196.19,-77.95 199.88,-83.9"/>
|
||||
<path fill="none" stroke="midnightblue" d="M145.51,-112.4C160.6,-102.95 180.39,-90.56 195.47,-81.11"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="197.56,-83.93 204.18,-75.66 193.84,-78 197.56,-83.93"/>
|
||||
</g>
|
||||
<!-- Node7->Node3 -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>Node7->Node3</title>
|
||||
<path fill="none" stroke="midnightblue" d="M190.88,-56.47C161.46,-48 114.8,-34.55 65.42,-20.26"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="66.09,-16.81 55.51,-17.4 64.15,-23.54 66.09,-16.81"/>
|
||||
<path fill="none" stroke="midnightblue" d="M188.38,-56.47C158.96,-48 112.3,-34.55 62.92,-20.26"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="63.59,-16.81 53.01,-17.4 61.65,-23.54 63.59,-16.81"/>
|
||||
</g>
|
||||
<!-- Node7->Node4 -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>Node7->Node4</title>
|
||||
<path fill="none" stroke="midnightblue" d="M200.85,-56.44C180.54,-47.6 148.6,-33.69 125.4,-23.59"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="126.62,-20.3 116.06,-19.52 123.83,-26.72 126.62,-20.3"/>
|
||||
<path fill="none" stroke="midnightblue" d="M198.35,-56.44C178.04,-47.6 146.1,-33.69 122.9,-23.59"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="124.12,-20.3 113.56,-19.52 121.33,-26.72 124.12,-20.3"/>
|
||||
</g>
|
||||
<!-- Node7->Node6 -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>Node7->Node6</title>
|
||||
<path fill="none" stroke="midnightblue" d="M211.5,-56.32C203.31,-48.42 190.99,-36.55 181.03,-26.94"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="183.29,-24.26 173.66,-19.83 178.43,-29.29 183.29,-24.26"/>
|
||||
<path fill="none" stroke="midnightblue" d="M209,-56.32C200.81,-48.42 188.49,-36.55 178.53,-26.94"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="180.79,-24.26 171.16,-19.83 175.93,-29.29 180.79,-24.26"/>
|
||||
</g>
|
||||
<!-- Node8 -->
|
||||
<g id="node8" class="node">
|
||||
<title>Node8</title>
|
||||
<g id="a_node8"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="407.5,-0.5 407.5,-19.5 459.5,-19.5 459.5,-0.5 407.5,-0.5"/>
|
||||
<text text-anchor="middle" x="433.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iomanip</text>
|
||||
<polygon fill="white" stroke="#bfbfbf" points="404,-0.5 404,-19.5 454,-19.5 454,-0.5 404,-0.5"/>
|
||||
<text text-anchor="middle" x="429" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">iomanip</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node7->Node8 -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>Node7->Node8</title>
|
||||
<path fill="none" stroke="midnightblue" d="M254.3,-56.5C288.09,-47.99 341.79,-34.44 397.14,-20.34"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="398.3,-23.66 407.13,-17.79 396.57,-16.87 398.3,-23.66"/>
|
||||
<path fill="none" stroke="midnightblue" d="M251.96,-56.47C285.59,-48 338.82,-34.54 393.83,-20.29"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="394.96,-23.61 403.76,-17.71 393.2,-16.83 394.96,-23.61"/>
|
||||
</g>
|
||||
<!-- Node9 -->
|
||||
<g id="node9" class="node">
|
||||
<title>Node9</title>
|
||||
<g id="a_node9"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="210,-0.5 210,-19.5 249,-19.5 249,-0.5 210,-0.5"/>
|
||||
<text text-anchor="middle" x="229.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">limits</text>
|
||||
<polygon fill="white" stroke="#bfbfbf" points="207,-0.5 207,-19.5 247,-19.5 247,-0.5 207,-0.5"/>
|
||||
<text text-anchor="middle" x="227" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">limits</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node7->Node9 -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>Node7->Node9</title>
|
||||
<path fill="none" stroke="midnightblue" d="M221.99,-56.08C223.18,-48.93 224.89,-38.64 226.38,-29.69"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="229.85,-30.19 228.04,-19.75 222.95,-29.04 229.85,-30.19"/>
|
||||
<path fill="none" stroke="midnightblue" d="M219.49,-56.08C220.68,-48.93 222.39,-38.64 223.88,-29.69"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="227.35,-30.19 225.54,-19.75 220.45,-29.04 227.35,-30.19"/>
|
||||
</g>
|
||||
<!-- Node10 -->
|
||||
<g id="node10" class="node">
|
||||
<title>Node10</title>
|
||||
<g id="a_node10"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="267.5,-0.5 267.5,-19.5 319.5,-19.5 319.5,-0.5 267.5,-0.5"/>
|
||||
<text text-anchor="middle" x="293.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">numeric</text>
|
||||
<polygon fill="white" stroke="#bfbfbf" points="265.5,-0.5 265.5,-19.5 316.5,-19.5 316.5,-0.5 265.5,-0.5"/>
|
||||
<text text-anchor="middle" x="291" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">numeric</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node7->Node10 -->
|
||||
<g id="edge12" class="edge">
|
||||
<title>Node7->Node10</title>
|
||||
<path fill="none" stroke="midnightblue" d="M232.23,-56.32C243.34,-48.11 260.24,-35.6 273.48,-25.81"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="275.6,-28.59 281.56,-19.83 271.44,-22.97 275.6,-28.59"/>
|
||||
<path fill="none" stroke="midnightblue" d="M229.73,-56.32C240.84,-48.11 257.74,-35.6 270.98,-25.81"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="273.1,-28.59 279.06,-19.83 268.94,-22.97 273.1,-28.59"/>
|
||||
</g>
|
||||
<!-- Node11 -->
|
||||
<g id="node11" class="node">
|
||||
<title>Node11</title>
|
||||
<g id="a_node11"><a xlink:title=" ">
|
||||
<polygon fill="white" stroke="#bfbfbf" points="337.5,-0.5 337.5,-19.5 389.5,-19.5 389.5,-0.5 337.5,-0.5"/>
|
||||
<text text-anchor="middle" x="363.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">valarray</text>
|
||||
<polygon fill="white" stroke="#bfbfbf" points="334.5,-0.5 334.5,-19.5 385.5,-19.5 385.5,-0.5 334.5,-0.5"/>
|
||||
<text text-anchor="middle" x="360" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">valarray</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node7->Node11 -->
|
||||
<g id="edge13" class="edge">
|
||||
<title>Node7->Node11</title>
|
||||
<path fill="none" stroke="midnightblue" d="M243.16,-56.44C266.9,-47.48 304.41,-33.31 331.24,-23.18"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="332.83,-26.32 340.95,-19.52 330.36,-19.77 332.83,-26.32"/>
|
||||
<path fill="none" stroke="midnightblue" d="M240.5,-56.44C264.08,-47.48 301.32,-33.31 327.96,-23.18"/>
|
||||
<polygon fill="midnightblue" stroke="midnightblue" points="329.5,-26.34 337.6,-19.52 327.01,-19.8 329.5,-26.34"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 8.5 KiB |
Reference in New Issue
Block a user