Merge pull request #1703 from davep/lowkey-tree-selection

Lowkey tree selection
This commit is contained in:
Dave Pearson
2023-01-31 16:27:15 +00:00
committed by GitHub
3 changed files with 64 additions and 58 deletions

View File

@@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- Breaking change: `TreeNode` can no longer be imported from `textual.widgets`; it is now available via `from textual.widgets.tree import TreeNode`. https://github.com/Textualize/textual/pull/1637
- `Tree` now shows a (subdued) cursor for a highlighted node when focus has moved elsewhere https://github.com/Textualize/textual/issues/1471
### Fixed

View File

@@ -341,11 +341,15 @@ class Tree(Generic[TreeDataType], ScrollView, can_focus=True):
}
Tree > .tree--cursor {
background: $secondary;
background: $secondary-darken-2;
color: $text;
text-style: bold;
}
Tree:focus > .tree--cursor {
background: $secondary;
}
Tree > .tree--highlight {
text-style: underline;
}
@@ -925,7 +929,7 @@ class Tree(Generic[TreeDataType], ScrollView, can_focus=True):
label_style += self.get_component_rich_style(
"tree--highlight", partial=True
)
if self.cursor_line == y and self.has_focus:
if self.cursor_line == y:
label_style += self.get_component_rich_style(
"tree--cursor", partial=False
)

View File

@@ -14302,132 +14302,133 @@
font-weight: 700;
}
.terminal-2744759648-matrix {
.terminal-1336653930-matrix {
font-family: Fira Code, monospace;
font-size: 20px;
line-height: 24.4px;
font-variant-east-asian: full-width;
}
.terminal-2744759648-title {
.terminal-1336653930-title {
font-size: 18px;
font-weight: bold;
font-family: arial;
}
.terminal-2744759648-r1 { fill: #e2e3e3 }
.terminal-2744759648-r2 { fill: #c5c8c6 }
.terminal-2744759648-r3 { fill: #008139 }
.terminal-1336653930-r1 { fill: #e2e3e3 }
.terminal-1336653930-r2 { fill: #1a1000;font-weight: bold }
.terminal-1336653930-r3 { fill: #c5c8c6 }
.terminal-1336653930-r4 { fill: #008139 }
</style>
<defs>
<clipPath id="terminal-2744759648-clip-terminal">
<clipPath id="terminal-1336653930-clip-terminal">
<rect x="0" y="0" width="975.0" height="584.5999999999999" />
</clipPath>
<clipPath id="terminal-2744759648-line-0">
<clipPath id="terminal-1336653930-line-0">
<rect x="0" y="1.5" width="976" height="24.65"/>
</clipPath>
<clipPath id="terminal-2744759648-line-1">
<clipPath id="terminal-1336653930-line-1">
<rect x="0" y="25.9" width="976" height="24.65"/>
</clipPath>
<clipPath id="terminal-2744759648-line-2">
<clipPath id="terminal-1336653930-line-2">
<rect x="0" y="50.3" width="976" height="24.65"/>
</clipPath>
<clipPath id="terminal-2744759648-line-3">
<clipPath id="terminal-1336653930-line-3">
<rect x="0" y="74.7" width="976" height="24.65"/>
</clipPath>
<clipPath id="terminal-2744759648-line-4">
<clipPath id="terminal-1336653930-line-4">
<rect x="0" y="99.1" width="976" height="24.65"/>
</clipPath>
<clipPath id="terminal-2744759648-line-5">
<clipPath id="terminal-1336653930-line-5">
<rect x="0" y="123.5" width="976" height="24.65"/>
</clipPath>
<clipPath id="terminal-2744759648-line-6">
<clipPath id="terminal-1336653930-line-6">
<rect x="0" y="147.9" width="976" height="24.65"/>
</clipPath>
<clipPath id="terminal-2744759648-line-7">
<clipPath id="terminal-1336653930-line-7">
<rect x="0" y="172.3" width="976" height="24.65"/>
</clipPath>
<clipPath id="terminal-2744759648-line-8">
<clipPath id="terminal-1336653930-line-8">
<rect x="0" y="196.7" width="976" height="24.65"/>
</clipPath>
<clipPath id="terminal-2744759648-line-9">
<clipPath id="terminal-1336653930-line-9">
<rect x="0" y="221.1" width="976" height="24.65"/>
</clipPath>
<clipPath id="terminal-2744759648-line-10">
<clipPath id="terminal-1336653930-line-10">
<rect x="0" y="245.5" width="976" height="24.65"/>
</clipPath>
<clipPath id="terminal-2744759648-line-11">
<clipPath id="terminal-1336653930-line-11">
<rect x="0" y="269.9" width="976" height="24.65"/>
</clipPath>
<clipPath id="terminal-2744759648-line-12">
<clipPath id="terminal-1336653930-line-12">
<rect x="0" y="294.3" width="976" height="24.65"/>
</clipPath>
<clipPath id="terminal-2744759648-line-13">
<clipPath id="terminal-1336653930-line-13">
<rect x="0" y="318.7" width="976" height="24.65"/>
</clipPath>
<clipPath id="terminal-2744759648-line-14">
<clipPath id="terminal-1336653930-line-14">
<rect x="0" y="343.1" width="976" height="24.65"/>
</clipPath>
<clipPath id="terminal-2744759648-line-15">
<clipPath id="terminal-1336653930-line-15">
<rect x="0" y="367.5" width="976" height="24.65"/>
</clipPath>
<clipPath id="terminal-2744759648-line-16">
<clipPath id="terminal-1336653930-line-16">
<rect x="0" y="391.9" width="976" height="24.65"/>
</clipPath>
<clipPath id="terminal-2744759648-line-17">
<clipPath id="terminal-1336653930-line-17">
<rect x="0" y="416.3" width="976" height="24.65"/>
</clipPath>
<clipPath id="terminal-2744759648-line-18">
<clipPath id="terminal-1336653930-line-18">
<rect x="0" y="440.7" width="976" height="24.65"/>
</clipPath>
<clipPath id="terminal-2744759648-line-19">
<clipPath id="terminal-1336653930-line-19">
<rect x="0" y="465.1" width="976" height="24.65"/>
</clipPath>
<clipPath id="terminal-2744759648-line-20">
<clipPath id="terminal-1336653930-line-20">
<rect x="0" y="489.5" width="976" height="24.65"/>
</clipPath>
<clipPath id="terminal-2744759648-line-21">
<clipPath id="terminal-1336653930-line-21">
<rect x="0" y="513.9" width="976" height="24.65"/>
</clipPath>
<clipPath id="terminal-2744759648-line-22">
<clipPath id="terminal-1336653930-line-22">
<rect x="0" y="538.3" width="976" height="24.65"/>
</clipPath>
</defs>
<rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="1" y="1" width="992" height="633.6" rx="8"/><text class="terminal-2744759648-title" fill="#c5c8c6" text-anchor="middle" x="496" y="27">TreeApp</text>
<rect fill="#292929" stroke="rgba(255,255,255,0.35)" stroke-width="1" x="1" y="1" width="992" height="633.6" rx="8"/><text class="terminal-1336653930-title" fill="#c5c8c6" text-anchor="middle" x="496" y="27">TreeApp</text>
<g transform="translate(26,22)">
<circle cx="0" cy="0" r="7" fill="#ff5f57"/>
<circle cx="22" cy="0" r="7" fill="#febc2e"/>
<circle cx="44" cy="0" r="7" fill="#28c840"/>
</g>
<g transform="translate(9, 41)" clip-path="url(#terminal-2744759648-clip-terminal)">
<rect fill="#24292f" x="0" y="1.5" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="24.4" y="1.5" width="48.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="73.2" y="1.5" width="902.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="25.9" width="48.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="48.8" y="25.9" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="73.2" y="25.9" width="122" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="195.2" y="25.9" width="780.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="50.3" width="48.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="48.8" y="50.3" width="48.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="97.6" y="50.3" width="48.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="146.4" y="50.3" width="829.6" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="74.7" width="48.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="48.8" y="74.7" width="48.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="97.6" y="74.7" width="85.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="183" y="74.7" width="793" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="99.1" width="48.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="48.8" y="99.1" width="48.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="97.6" y="99.1" width="61" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="158.6" y="99.1" width="817.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="123.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="147.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="172.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="196.7" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="221.1" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="245.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="269.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="294.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="318.7" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="343.1" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="367.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="391.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="416.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="440.7" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="465.1" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="489.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="513.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="538.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="562.7" width="976" height="24.65" shape-rendering="crispEdges"/>
<g class="terminal-2744759648-matrix">
<text class="terminal-2744759648-r1" x="0" y="20" textLength="24.4" clip-path="url(#terminal-2744759648-line-0)">▼&#160;</text><text class="terminal-2744759648-r1" x="24.4" y="20" textLength="48.8" clip-path="url(#terminal-2744759648-line-0)">Dune</text><text class="terminal-2744759648-r2" x="976" y="20" textLength="12.2" clip-path="url(#terminal-2744759648-line-0)">
</text><text class="terminal-2744759648-r3" x="0" y="44.4" textLength="48.8" clip-path="url(#terminal-2744759648-line-1)">└──&#160;</text><text class="terminal-2744759648-r1" x="48.8" y="44.4" textLength="24.4" clip-path="url(#terminal-2744759648-line-1)">▼&#160;</text><text class="terminal-2744759648-r1" x="73.2" y="44.4" textLength="122" clip-path="url(#terminal-2744759648-line-1)">Characters</text><text class="terminal-2744759648-r2" x="976" y="44.4" textLength="12.2" clip-path="url(#terminal-2744759648-line-1)">
</text><text class="terminal-2744759648-r3" x="48.8" y="68.8" textLength="48.8" clip-path="url(#terminal-2744759648-line-2)">├──&#160;</text><text class="terminal-2744759648-r1" x="97.6" y="68.8" textLength="48.8" clip-path="url(#terminal-2744759648-line-2)">Paul</text><text class="terminal-2744759648-r2" x="976" y="68.8" textLength="12.2" clip-path="url(#terminal-2744759648-line-2)">
</text><text class="terminal-2744759648-r3" x="48.8" y="93.2" textLength="48.8" clip-path="url(#terminal-2744759648-line-3)">├──&#160;</text><text class="terminal-2744759648-r1" x="97.6" y="93.2" textLength="85.4" clip-path="url(#terminal-2744759648-line-3)">Jessica</text><text class="terminal-2744759648-r2" x="976" y="93.2" textLength="12.2" clip-path="url(#terminal-2744759648-line-3)">
</text><text class="terminal-2744759648-r3" x="48.8" y="117.6" textLength="48.8" clip-path="url(#terminal-2744759648-line-4)">└──&#160;</text><text class="terminal-2744759648-r1" x="97.6" y="117.6" textLength="61" clip-path="url(#terminal-2744759648-line-4)">Chani</text><text class="terminal-2744759648-r2" x="976" y="117.6" textLength="12.2" clip-path="url(#terminal-2744759648-line-4)">
</text><text class="terminal-2744759648-r2" x="976" y="142" textLength="12.2" clip-path="url(#terminal-2744759648-line-5)">
</text><text class="terminal-2744759648-r2" x="976" y="166.4" textLength="12.2" clip-path="url(#terminal-2744759648-line-6)">
</text><text class="terminal-2744759648-r2" x="976" y="190.8" textLength="12.2" clip-path="url(#terminal-2744759648-line-7)">
</text><text class="terminal-2744759648-r2" x="976" y="215.2" textLength="12.2" clip-path="url(#terminal-2744759648-line-8)">
</text><text class="terminal-2744759648-r2" x="976" y="239.6" textLength="12.2" clip-path="url(#terminal-2744759648-line-9)">
</text><text class="terminal-2744759648-r2" x="976" y="264" textLength="12.2" clip-path="url(#terminal-2744759648-line-10)">
</text><text class="terminal-2744759648-r2" x="976" y="288.4" textLength="12.2" clip-path="url(#terminal-2744759648-line-11)">
</text><text class="terminal-2744759648-r2" x="976" y="312.8" textLength="12.2" clip-path="url(#terminal-2744759648-line-12)">
</text><text class="terminal-2744759648-r2" x="976" y="337.2" textLength="12.2" clip-path="url(#terminal-2744759648-line-13)">
</text><text class="terminal-2744759648-r2" x="976" y="361.6" textLength="12.2" clip-path="url(#terminal-2744759648-line-14)">
</text><text class="terminal-2744759648-r2" x="976" y="386" textLength="12.2" clip-path="url(#terminal-2744759648-line-15)">
</text><text class="terminal-2744759648-r2" x="976" y="410.4" textLength="12.2" clip-path="url(#terminal-2744759648-line-16)">
</text><text class="terminal-2744759648-r2" x="976" y="434.8" textLength="12.2" clip-path="url(#terminal-2744759648-line-17)">
</text><text class="terminal-2744759648-r2" x="976" y="459.2" textLength="12.2" clip-path="url(#terminal-2744759648-line-18)">
</text><text class="terminal-2744759648-r2" x="976" y="483.6" textLength="12.2" clip-path="url(#terminal-2744759648-line-19)">
</text><text class="terminal-2744759648-r2" x="976" y="508" textLength="12.2" clip-path="url(#terminal-2744759648-line-20)">
</text><text class="terminal-2744759648-r2" x="976" y="532.4" textLength="12.2" clip-path="url(#terminal-2744759648-line-21)">
</text><text class="terminal-2744759648-r2" x="976" y="556.8" textLength="12.2" clip-path="url(#terminal-2744759648-line-22)">
<g transform="translate(9, 41)" clip-path="url(#terminal-1336653930-clip-terminal)">
<rect fill="#24292f" x="0" y="1.5" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#cf7e00" x="24.4" y="1.5" width="48.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="73.2" y="1.5" width="902.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="25.9" width="48.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="48.8" y="25.9" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="73.2" y="25.9" width="122" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="195.2" y="25.9" width="780.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="50.3" width="48.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="48.8" y="50.3" width="48.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="97.6" y="50.3" width="48.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="146.4" y="50.3" width="829.6" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="74.7" width="48.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="48.8" y="74.7" width="48.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="97.6" y="74.7" width="85.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="183" y="74.7" width="793" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="99.1" width="48.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="48.8" y="99.1" width="48.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="97.6" y="99.1" width="61" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="158.6" y="99.1" width="817.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="123.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="147.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="172.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="196.7" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="221.1" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="245.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="269.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="294.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="318.7" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="343.1" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="367.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="391.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="416.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="440.7" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="465.1" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="489.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="513.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="538.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#24292f" x="0" y="562.7" width="976" height="24.65" shape-rendering="crispEdges"/>
<g class="terminal-1336653930-matrix">
<text class="terminal-1336653930-r1" x="0" y="20" textLength="24.4" clip-path="url(#terminal-1336653930-line-0)">▼&#160;</text><text class="terminal-1336653930-r2" x="24.4" y="20" textLength="48.8" clip-path="url(#terminal-1336653930-line-0)">Dune</text><text class="terminal-1336653930-r3" x="976" y="20" textLength="12.2" clip-path="url(#terminal-1336653930-line-0)">
</text><text class="terminal-1336653930-r4" x="0" y="44.4" textLength="48.8" clip-path="url(#terminal-1336653930-line-1)">└──&#160;</text><text class="terminal-1336653930-r1" x="48.8" y="44.4" textLength="24.4" clip-path="url(#terminal-1336653930-line-1)">▼&#160;</text><text class="terminal-1336653930-r1" x="73.2" y="44.4" textLength="122" clip-path="url(#terminal-1336653930-line-1)">Characters</text><text class="terminal-1336653930-r3" x="976" y="44.4" textLength="12.2" clip-path="url(#terminal-1336653930-line-1)">
</text><text class="terminal-1336653930-r4" x="48.8" y="68.8" textLength="48.8" clip-path="url(#terminal-1336653930-line-2)">├──&#160;</text><text class="terminal-1336653930-r1" x="97.6" y="68.8" textLength="48.8" clip-path="url(#terminal-1336653930-line-2)">Paul</text><text class="terminal-1336653930-r3" x="976" y="68.8" textLength="12.2" clip-path="url(#terminal-1336653930-line-2)">
</text><text class="terminal-1336653930-r4" x="48.8" y="93.2" textLength="48.8" clip-path="url(#terminal-1336653930-line-3)">├──&#160;</text><text class="terminal-1336653930-r1" x="97.6" y="93.2" textLength="85.4" clip-path="url(#terminal-1336653930-line-3)">Jessica</text><text class="terminal-1336653930-r3" x="976" y="93.2" textLength="12.2" clip-path="url(#terminal-1336653930-line-3)">
</text><text class="terminal-1336653930-r4" x="48.8" y="117.6" textLength="48.8" clip-path="url(#terminal-1336653930-line-4)">└──&#160;</text><text class="terminal-1336653930-r1" x="97.6" y="117.6" textLength="61" clip-path="url(#terminal-1336653930-line-4)">Chani</text><text class="terminal-1336653930-r3" x="976" y="117.6" textLength="12.2" clip-path="url(#terminal-1336653930-line-4)">
</text><text class="terminal-1336653930-r3" x="976" y="142" textLength="12.2" clip-path="url(#terminal-1336653930-line-5)">
</text><text class="terminal-1336653930-r3" x="976" y="166.4" textLength="12.2" clip-path="url(#terminal-1336653930-line-6)">
</text><text class="terminal-1336653930-r3" x="976" y="190.8" textLength="12.2" clip-path="url(#terminal-1336653930-line-7)">
</text><text class="terminal-1336653930-r3" x="976" y="215.2" textLength="12.2" clip-path="url(#terminal-1336653930-line-8)">
</text><text class="terminal-1336653930-r3" x="976" y="239.6" textLength="12.2" clip-path="url(#terminal-1336653930-line-9)">
</text><text class="terminal-1336653930-r3" x="976" y="264" textLength="12.2" clip-path="url(#terminal-1336653930-line-10)">
</text><text class="terminal-1336653930-r3" x="976" y="288.4" textLength="12.2" clip-path="url(#terminal-1336653930-line-11)">
</text><text class="terminal-1336653930-r3" x="976" y="312.8" textLength="12.2" clip-path="url(#terminal-1336653930-line-12)">
</text><text class="terminal-1336653930-r3" x="976" y="337.2" textLength="12.2" clip-path="url(#terminal-1336653930-line-13)">
</text><text class="terminal-1336653930-r3" x="976" y="361.6" textLength="12.2" clip-path="url(#terminal-1336653930-line-14)">
</text><text class="terminal-1336653930-r3" x="976" y="386" textLength="12.2" clip-path="url(#terminal-1336653930-line-15)">
</text><text class="terminal-1336653930-r3" x="976" y="410.4" textLength="12.2" clip-path="url(#terminal-1336653930-line-16)">
</text><text class="terminal-1336653930-r3" x="976" y="434.8" textLength="12.2" clip-path="url(#terminal-1336653930-line-17)">
</text><text class="terminal-1336653930-r3" x="976" y="459.2" textLength="12.2" clip-path="url(#terminal-1336653930-line-18)">
</text><text class="terminal-1336653930-r3" x="976" y="483.6" textLength="12.2" clip-path="url(#terminal-1336653930-line-19)">
</text><text class="terminal-1336653930-r3" x="976" y="508" textLength="12.2" clip-path="url(#terminal-1336653930-line-20)">
</text><text class="terminal-1336653930-r3" x="976" y="532.4" textLength="12.2" clip-path="url(#terminal-1336653930-line-21)">
</text><text class="terminal-1336653930-r3" x="976" y="556.8" textLength="12.2" clip-path="url(#terminal-1336653930-line-22)">
</text>
</g>
</g>