fix tests and snapshots
@@ -19,13 +19,13 @@ class CommandPaletteApp(App[None]):
|
||||
|
||||
|
||||
async def test_initial_list_no_highlight() -> None:
|
||||
"""When the list initially appears, nothing will be highlighted."""
|
||||
"""When the list initially appears, the first item is highlghted."""
|
||||
async with CommandPaletteApp().run_test() as pilot:
|
||||
assert CommandPalette.is_open(pilot.app)
|
||||
assert pilot.app.screen.query_one(CommandList).visible is False
|
||||
await pilot.press("a")
|
||||
assert pilot.app.screen.query_one(CommandList).visible is True
|
||||
assert pilot.app.screen.query_one(CommandList).highlighted is None
|
||||
assert pilot.app.screen.query_one(CommandList).highlighted == 0
|
||||
|
||||
|
||||
async def test_down_arrow_selects_an_item() -> None:
|
||||
@@ -35,32 +35,19 @@ async def test_down_arrow_selects_an_item() -> None:
|
||||
assert pilot.app.screen.query_one(CommandList).visible is False
|
||||
await pilot.press("a")
|
||||
assert pilot.app.screen.query_one(CommandList).visible is True
|
||||
assert pilot.app.screen.query_one(CommandList).highlighted is None
|
||||
assert pilot.app.screen.query_one(CommandList).highlighted == 0
|
||||
await pilot.press("down")
|
||||
assert pilot.app.screen.query_one(CommandList).highlighted is not None
|
||||
assert pilot.app.screen.query_one(CommandList).highlighted == 1
|
||||
|
||||
|
||||
async def test_enter_selects_an_item() -> None:
|
||||
"""Typing in a search value then pressing enter should select a command."""
|
||||
"""Typing in a search value then pressing enter should dismiss the command palette."""
|
||||
async with CommandPaletteApp().run_test() as pilot:
|
||||
assert CommandPalette.is_open(pilot.app)
|
||||
assert pilot.app.screen.query_one(CommandList).visible is False
|
||||
await pilot.press("a")
|
||||
assert pilot.app.screen.query_one(CommandList).visible is True
|
||||
assert pilot.app.screen.query_one(CommandList).highlighted is None
|
||||
await pilot.press("enter")
|
||||
assert pilot.app.screen.query_one(CommandList).highlighted is not None
|
||||
|
||||
|
||||
async def test_selection_of_command_closes_command_palette() -> None:
|
||||
"""Selecting a command from the list should close the list."""
|
||||
async with CommandPaletteApp().run_test() as pilot:
|
||||
assert CommandPalette.is_open(pilot.app)
|
||||
assert pilot.app.screen.query_one(CommandList).visible is False
|
||||
await pilot.press("a")
|
||||
assert pilot.app.screen.query_one(CommandList).visible is True
|
||||
assert pilot.app.screen.query_one(CommandList).highlighted is None
|
||||
await pilot.press("enter")
|
||||
assert pilot.app.screen.query_one(CommandList).highlighted is not None
|
||||
assert pilot.app.screen.query_one(CommandList).highlighted == 0
|
||||
await pilot.press("enter")
|
||||
assert not CommandPalette.is_open(pilot.app)
|
||||
assert not pilot.app.screen.query(CommandList)
|
||||
|
||||
@@ -19,143 +19,144 @@
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.terminal-1724038555-matrix {
|
||||
.terminal-2040446711-matrix {
|
||||
font-family: Fira Code, monospace;
|
||||
font-size: 20px;
|
||||
line-height: 24.4px;
|
||||
font-variant-east-asian: full-width;
|
||||
}
|
||||
|
||||
.terminal-1724038555-title {
|
||||
.terminal-2040446711-title {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
font-family: arial;
|
||||
}
|
||||
|
||||
.terminal-1724038555-r1 { fill: #8a4346 }
|
||||
.terminal-1724038555-r2 { fill: #868887 }
|
||||
.terminal-1724038555-r3 { fill: #6b546f }
|
||||
.terminal-1724038555-r4 { fill: #e0e0e0 }
|
||||
.terminal-1724038555-r5 { fill: #292929 }
|
||||
.terminal-1724038555-r6 { fill: #c5c8c6 }
|
||||
.terminal-1724038555-r7 { fill: #0178d4 }
|
||||
.terminal-1724038555-r8 { fill: #00ff00 }
|
||||
.terminal-1724038555-r9 { fill: #000000 }
|
||||
.terminal-1724038555-r10 { fill: #8d8d8d }
|
||||
.terminal-1724038555-r11 { fill: #7e8486 }
|
||||
.terminal-1724038555-r12 { fill: #e0e0e0;font-weight: bold }
|
||||
.terminal-1724038555-r13 { fill: #a1a5a8 }
|
||||
.terminal-2040446711-r1 { fill: #8a4346 }
|
||||
.terminal-2040446711-r2 { fill: #868887 }
|
||||
.terminal-2040446711-r3 { fill: #6b546f }
|
||||
.terminal-2040446711-r4 { fill: #e0e0e0 }
|
||||
.terminal-2040446711-r5 { fill: #292929 }
|
||||
.terminal-2040446711-r6 { fill: #c5c8c6 }
|
||||
.terminal-2040446711-r7 { fill: #0178d4 }
|
||||
.terminal-2040446711-r8 { fill: #00ff00 }
|
||||
.terminal-2040446711-r9 { fill: #000000 }
|
||||
.terminal-2040446711-r10 { fill: #8d8d8d }
|
||||
.terminal-2040446711-r11 { fill: #7e8486 }
|
||||
.terminal-2040446711-r12 { fill: #e0e0e0;font-weight: bold }
|
||||
.terminal-2040446711-r13 { fill: #9eafbd }
|
||||
.terminal-2040446711-r14 { fill: #a1a5a8 }
|
||||
</style>
|
||||
|
||||
<defs>
|
||||
<clipPath id="terminal-1724038555-clip-terminal">
|
||||
<clipPath id="terminal-2040446711-clip-terminal">
|
||||
<rect x="0" y="0" width="975.0" height="584.5999999999999" />
|
||||
</clipPath>
|
||||
<clipPath id="terminal-1724038555-line-0">
|
||||
<clipPath id="terminal-2040446711-line-0">
|
||||
<rect x="0" y="1.5" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-1724038555-line-1">
|
||||
<clipPath id="terminal-2040446711-line-1">
|
||||
<rect x="0" y="25.9" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-1724038555-line-2">
|
||||
<clipPath id="terminal-2040446711-line-2">
|
||||
<rect x="0" y="50.3" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-1724038555-line-3">
|
||||
<clipPath id="terminal-2040446711-line-3">
|
||||
<rect x="0" y="74.7" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-1724038555-line-4">
|
||||
<clipPath id="terminal-2040446711-line-4">
|
||||
<rect x="0" y="99.1" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-1724038555-line-5">
|
||||
<clipPath id="terminal-2040446711-line-5">
|
||||
<rect x="0" y="123.5" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-1724038555-line-6">
|
||||
<clipPath id="terminal-2040446711-line-6">
|
||||
<rect x="0" y="147.9" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-1724038555-line-7">
|
||||
<clipPath id="terminal-2040446711-line-7">
|
||||
<rect x="0" y="172.3" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-1724038555-line-8">
|
||||
<clipPath id="terminal-2040446711-line-8">
|
||||
<rect x="0" y="196.7" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-1724038555-line-9">
|
||||
<clipPath id="terminal-2040446711-line-9">
|
||||
<rect x="0" y="221.1" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-1724038555-line-10">
|
||||
<clipPath id="terminal-2040446711-line-10">
|
||||
<rect x="0" y="245.5" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-1724038555-line-11">
|
||||
<clipPath id="terminal-2040446711-line-11">
|
||||
<rect x="0" y="269.9" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-1724038555-line-12">
|
||||
<clipPath id="terminal-2040446711-line-12">
|
||||
<rect x="0" y="294.3" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-1724038555-line-13">
|
||||
<clipPath id="terminal-2040446711-line-13">
|
||||
<rect x="0" y="318.7" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-1724038555-line-14">
|
||||
<clipPath id="terminal-2040446711-line-14">
|
||||
<rect x="0" y="343.1" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-1724038555-line-15">
|
||||
<clipPath id="terminal-2040446711-line-15">
|
||||
<rect x="0" y="367.5" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-1724038555-line-16">
|
||||
<clipPath id="terminal-2040446711-line-16">
|
||||
<rect x="0" y="391.9" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-1724038555-line-17">
|
||||
<clipPath id="terminal-2040446711-line-17">
|
||||
<rect x="0" y="416.3" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-1724038555-line-18">
|
||||
<clipPath id="terminal-2040446711-line-18">
|
||||
<rect x="0" y="440.7" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-1724038555-line-19">
|
||||
<clipPath id="terminal-2040446711-line-19">
|
||||
<rect x="0" y="465.1" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-1724038555-line-20">
|
||||
<clipPath id="terminal-2040446711-line-20">
|
||||
<rect x="0" y="489.5" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-1724038555-line-21">
|
||||
<clipPath id="terminal-2040446711-line-21">
|
||||
<rect x="0" y="513.9" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-1724038555-line-22">
|
||||
<clipPath id="terminal-2040446711-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-1724038555-title" fill="#c5c8c6" text-anchor="middle" x="496" y="27">CommandPaletteApp</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-2040446711-title" fill="#c5c8c6" text-anchor="middle" x="496" y="27">CommandPaletteApp</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-1724038555-clip-terminal)">
|
||||
<rect fill="#003054" x="951.6" y="1.5" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#003054" x="951.6" y="25.9" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#003054" x="951.6" y="50.3" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="74.7" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="99.1" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="12.2" y="99.1" width="36.6" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="48.8" y="99.1" width="915" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="963.8" y="99.1" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="12.2" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="24.4" y="123.5" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="48.8" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="61" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="73.2" y="123.5" width="231.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="305" y="123.5" width="646.6" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="951.6" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="963.8" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="147.9" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="12.2" y="147.9" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="24.4" y="147.9" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="48.8" y="147.9" width="915" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="963.8" y="147.9" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="172.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="196.7" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="221.1" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="24.4" y="221.1" width="488" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="512.4" y="221.1" width="463.6" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="245.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="269.9" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="24.4" y="269.9" width="561.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="585.6" y="269.9" width="390.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="294.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="318.7" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="24.4" y="318.7" width="780.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="805.2" y="318.7" width="170.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="343.1" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#003054" x="951.6" y="367.5" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#003054" x="951.6" y="391.9" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#000000" x="951.6" y="416.3" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#000000" x="951.6" y="440.7" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#000000" x="951.6" y="465.1" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#000000" x="951.6" y="489.5" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#000000" x="951.6" y="513.9" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#000000" x="951.6" y="538.3" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#000000" x="951.6" y="562.7" width="24.4" height="24.65" shape-rendering="crispEdges"/>
|
||||
<g class="terminal-1724038555-matrix">
|
||||
<text class="terminal-1724038555-r1" x="0" y="20" textLength="36.6" clip-path="url(#terminal-1724038555-line-0)">Red</text><text class="terminal-1724038555-r3" x="48.8" y="20" textLength="85.4" clip-path="url(#terminal-1724038555-line-0)">Magenta</text><text class="terminal-1724038555-r1" x="146.4" y="20" textLength="36.6" clip-path="url(#terminal-1724038555-line-0)">Red</text><text class="terminal-1724038555-r3" x="195.2" y="20" textLength="85.4" clip-path="url(#terminal-1724038555-line-0)">Magenta</text><text class="terminal-1724038555-r1" x="292.8" y="20" textLength="36.6" clip-path="url(#terminal-1724038555-line-0)">Red</text><text class="terminal-1724038555-r3" x="341.6" y="20" textLength="85.4" clip-path="url(#terminal-1724038555-line-0)">Magenta</text><text class="terminal-1724038555-r1" x="439.2" y="20" textLength="36.6" clip-path="url(#terminal-1724038555-line-0)">Red</text><text class="terminal-1724038555-r3" x="488" y="20" textLength="85.4" clip-path="url(#terminal-1724038555-line-0)">Magenta</text><text class="terminal-1724038555-r1" x="585.6" y="20" textLength="36.6" clip-path="url(#terminal-1724038555-line-0)">Red</text><text class="terminal-1724038555-r3" x="634.4" y="20" textLength="85.4" clip-path="url(#terminal-1724038555-line-0)">Magenta</text><text class="terminal-1724038555-r1" x="732" y="20" textLength="36.6" clip-path="url(#terminal-1724038555-line-0)">Red</text><text class="terminal-1724038555-r3" x="780.8" y="20" textLength="85.4" clip-path="url(#terminal-1724038555-line-0)">Magenta</text><text class="terminal-1724038555-r1" x="878.4" y="20" textLength="36.6" clip-path="url(#terminal-1724038555-line-0)">Red</text><text class="terminal-1724038555-r6" x="976" y="20" textLength="12.2" clip-path="url(#terminal-1724038555-line-0)">
|
||||
</text><text class="terminal-1724038555-r3" x="0" y="44.4" textLength="85.4" clip-path="url(#terminal-1724038555-line-1)">Magenta</text><text class="terminal-1724038555-r1" x="97.6" y="44.4" textLength="36.6" clip-path="url(#terminal-1724038555-line-1)">Red</text><text class="terminal-1724038555-r3" x="146.4" y="44.4" textLength="85.4" clip-path="url(#terminal-1724038555-line-1)">Magenta</text><text class="terminal-1724038555-r1" x="244" y="44.4" textLength="36.6" clip-path="url(#terminal-1724038555-line-1)">Red</text><text class="terminal-1724038555-r3" x="292.8" y="44.4" textLength="85.4" clip-path="url(#terminal-1724038555-line-1)">Magenta</text><text class="terminal-1724038555-r1" x="390.4" y="44.4" textLength="36.6" clip-path="url(#terminal-1724038555-line-1)">Red</text><text class="terminal-1724038555-r3" x="439.2" y="44.4" textLength="85.4" clip-path="url(#terminal-1724038555-line-1)">Magenta</text><text class="terminal-1724038555-r1" x="536.8" y="44.4" textLength="36.6" clip-path="url(#terminal-1724038555-line-1)">Red</text><text class="terminal-1724038555-r3" x="585.6" y="44.4" textLength="85.4" clip-path="url(#terminal-1724038555-line-1)">Magenta</text><text class="terminal-1724038555-r1" x="683.2" y="44.4" textLength="36.6" clip-path="url(#terminal-1724038555-line-1)">Red</text><text class="terminal-1724038555-r3" x="732" y="44.4" textLength="85.4" clip-path="url(#terminal-1724038555-line-1)">Magenta</text><text class="terminal-1724038555-r1" x="829.6" y="44.4" textLength="36.6" clip-path="url(#terminal-1724038555-line-1)">Red</text><text class="terminal-1724038555-r6" x="976" y="44.4" textLength="12.2" clip-path="url(#terminal-1724038555-line-1)">
|
||||
</text><text class="terminal-1724038555-r3" x="0" y="68.8" textLength="85.4" clip-path="url(#terminal-1724038555-line-2)">Magenta</text><text class="terminal-1724038555-r1" x="97.6" y="68.8" textLength="36.6" clip-path="url(#terminal-1724038555-line-2)">Red</text><text class="terminal-1724038555-r3" x="146.4" y="68.8" textLength="85.4" clip-path="url(#terminal-1724038555-line-2)">Magenta</text><text class="terminal-1724038555-r1" x="244" y="68.8" textLength="36.6" clip-path="url(#terminal-1724038555-line-2)">Red</text><text class="terminal-1724038555-r3" x="292.8" y="68.8" textLength="85.4" clip-path="url(#terminal-1724038555-line-2)">Magenta</text><text class="terminal-1724038555-r1" x="390.4" y="68.8" textLength="36.6" clip-path="url(#terminal-1724038555-line-2)">Red</text><text class="terminal-1724038555-r3" x="439.2" y="68.8" textLength="85.4" clip-path="url(#terminal-1724038555-line-2)">Magenta</text><text class="terminal-1724038555-r1" x="536.8" y="68.8" textLength="36.6" clip-path="url(#terminal-1724038555-line-2)">Red</text><text class="terminal-1724038555-r3" x="585.6" y="68.8" textLength="85.4" clip-path="url(#terminal-1724038555-line-2)">Magenta</text><text class="terminal-1724038555-r1" x="683.2" y="68.8" textLength="36.6" clip-path="url(#terminal-1724038555-line-2)">Red</text><text class="terminal-1724038555-r3" x="732" y="68.8" textLength="85.4" clip-path="url(#terminal-1724038555-line-2)">Magenta</text><text class="terminal-1724038555-r1" x="829.6" y="68.8" textLength="36.6" clip-path="url(#terminal-1724038555-line-2)">Red</text><text class="terminal-1724038555-r6" x="976" y="68.8" textLength="12.2" clip-path="url(#terminal-1724038555-line-2)">
|
||||
</text><text class="terminal-1724038555-r7" x="0" y="93.2" textLength="976" clip-path="url(#terminal-1724038555-line-3)">▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔</text><text class="terminal-1724038555-r6" x="976" y="93.2" textLength="12.2" clip-path="url(#terminal-1724038555-line-3)">
|
||||
</text><text class="terminal-1724038555-r6" x="976" y="117.6" textLength="12.2" clip-path="url(#terminal-1724038555-line-4)">
|
||||
</text><text class="terminal-1724038555-r9" x="24.4" y="142" textLength="12.2" clip-path="url(#terminal-1724038555-line-5)">🔎</text><text class="terminal-1724038555-r10" x="61" y="142" textLength="12.2" clip-path="url(#terminal-1724038555-line-5)">S</text><text class="terminal-1724038555-r11" x="73.2" y="142" textLength="231.8" clip-path="url(#terminal-1724038555-line-5)">earch for commands…</text><text class="terminal-1724038555-r6" x="976" y="142" textLength="12.2" clip-path="url(#terminal-1724038555-line-5)">
|
||||
</text><text class="terminal-1724038555-r6" x="976" y="166.4" textLength="12.2" clip-path="url(#terminal-1724038555-line-6)">
|
||||
</text><text class="terminal-1724038555-r6" x="976" y="190.8" textLength="12.2" clip-path="url(#terminal-1724038555-line-7)">
|
||||
</text><text class="terminal-1724038555-r12" x="0" y="215.2" textLength="976" clip-path="url(#terminal-1724038555-line-8)">  Quit the application                                                          </text><text class="terminal-1724038555-r6" x="976" y="215.2" textLength="12.2" clip-path="url(#terminal-1724038555-line-8)">
|
||||
</text><text class="terminal-1724038555-r13" x="24.4" y="239.6" textLength="488" clip-path="url(#terminal-1724038555-line-9)">Quit the application as soon as possible</text><text class="terminal-1724038555-r6" x="976" y="239.6" textLength="12.2" clip-path="url(#terminal-1724038555-line-9)">
|
||||
</text><text class="terminal-1724038555-r12" x="0" y="264" textLength="976" clip-path="url(#terminal-1724038555-line-10)">  Save screenshot                                                               </text><text class="terminal-1724038555-r6" x="976" y="264" textLength="12.2" clip-path="url(#terminal-1724038555-line-10)">
|
||||
</text><text class="terminal-1724038555-r13" x="24.4" y="288.4" textLength="561.2" clip-path="url(#terminal-1724038555-line-11)">Save an SVG 'screenshot' of the current screen</text><text class="terminal-1724038555-r6" x="976" y="288.4" textLength="12.2" clip-path="url(#terminal-1724038555-line-11)">
|
||||
</text><text class="terminal-1724038555-r12" x="0" y="312.8" textLength="976" clip-path="url(#terminal-1724038555-line-12)">  Show keys and help panel                                                      </text><text class="terminal-1724038555-r6" x="976" y="312.8" textLength="12.2" clip-path="url(#terminal-1724038555-line-12)">
|
||||
</text><text class="terminal-1724038555-r13" x="24.4" y="337.2" textLength="780.8" clip-path="url(#terminal-1724038555-line-13)">Show help for the focused widget and a summary of available keys</text><text class="terminal-1724038555-r6" x="976" y="337.2" textLength="12.2" clip-path="url(#terminal-1724038555-line-13)">
|
||||
</text><text class="terminal-1724038555-r7" x="0" y="361.6" textLength="976" clip-path="url(#terminal-1724038555-line-14)">▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁</text><text class="terminal-1724038555-r6" x="976" y="361.6" textLength="12.2" clip-path="url(#terminal-1724038555-line-14)">
|
||||
</text><text class="terminal-1724038555-r3" x="0" y="386" textLength="85.4" clip-path="url(#terminal-1724038555-line-15)">Magenta</text><text class="terminal-1724038555-r1" x="97.6" y="386" textLength="36.6" clip-path="url(#terminal-1724038555-line-15)">Red</text><text class="terminal-1724038555-r3" x="146.4" y="386" textLength="85.4" clip-path="url(#terminal-1724038555-line-15)">Magenta</text><text class="terminal-1724038555-r1" x="244" y="386" textLength="36.6" clip-path="url(#terminal-1724038555-line-15)">Red</text><text class="terminal-1724038555-r3" x="292.8" y="386" textLength="85.4" clip-path="url(#terminal-1724038555-line-15)">Magenta</text><text class="terminal-1724038555-r1" x="390.4" y="386" textLength="36.6" clip-path="url(#terminal-1724038555-line-15)">Red</text><text class="terminal-1724038555-r3" x="439.2" y="386" textLength="85.4" clip-path="url(#terminal-1724038555-line-15)">Magenta</text><text class="terminal-1724038555-r1" x="536.8" y="386" textLength="36.6" clip-path="url(#terminal-1724038555-line-15)">Red</text><text class="terminal-1724038555-r3" x="585.6" y="386" textLength="85.4" clip-path="url(#terminal-1724038555-line-15)">Magenta</text><text class="terminal-1724038555-r1" x="683.2" y="386" textLength="36.6" clip-path="url(#terminal-1724038555-line-15)">Red</text><text class="terminal-1724038555-r3" x="732" y="386" textLength="85.4" clip-path="url(#terminal-1724038555-line-15)">Magenta</text><text class="terminal-1724038555-r1" x="829.6" y="386" textLength="36.6" clip-path="url(#terminal-1724038555-line-15)">Red</text><text class="terminal-1724038555-r6" x="976" y="386" textLength="12.2" clip-path="url(#terminal-1724038555-line-15)">
|
||||
</text><text class="terminal-1724038555-r3" x="0" y="410.4" textLength="85.4" clip-path="url(#terminal-1724038555-line-16)">Magenta</text><text class="terminal-1724038555-r1" x="97.6" y="410.4" textLength="36.6" clip-path="url(#terminal-1724038555-line-16)">Red</text><text class="terminal-1724038555-r3" x="146.4" y="410.4" textLength="85.4" clip-path="url(#terminal-1724038555-line-16)">Magenta</text><text class="terminal-1724038555-r1" x="244" y="410.4" textLength="36.6" clip-path="url(#terminal-1724038555-line-16)">Red</text><text class="terminal-1724038555-r3" x="292.8" y="410.4" textLength="85.4" clip-path="url(#terminal-1724038555-line-16)">Magenta</text><text class="terminal-1724038555-r1" x="390.4" y="410.4" textLength="36.6" clip-path="url(#terminal-1724038555-line-16)">Red</text><text class="terminal-1724038555-r3" x="439.2" y="410.4" textLength="85.4" clip-path="url(#terminal-1724038555-line-16)">Magenta</text><text class="terminal-1724038555-r1" x="536.8" y="410.4" textLength="36.6" clip-path="url(#terminal-1724038555-line-16)">Red</text><text class="terminal-1724038555-r3" x="585.6" y="410.4" textLength="85.4" clip-path="url(#terminal-1724038555-line-16)">Magenta</text><text class="terminal-1724038555-r1" x="683.2" y="410.4" textLength="36.6" clip-path="url(#terminal-1724038555-line-16)">Red</text><text class="terminal-1724038555-r3" x="732" y="410.4" textLength="85.4" clip-path="url(#terminal-1724038555-line-16)">Magenta</text><text class="terminal-1724038555-r1" x="829.6" y="410.4" textLength="36.6" clip-path="url(#terminal-1724038555-line-16)">Red</text><text class="terminal-1724038555-r6" x="976" y="410.4" textLength="12.2" clip-path="url(#terminal-1724038555-line-16)">
|
||||
</text><text class="terminal-1724038555-r3" x="0" y="434.8" textLength="85.4" clip-path="url(#terminal-1724038555-line-17)">Magenta</text><text class="terminal-1724038555-r1" x="97.6" y="434.8" textLength="36.6" clip-path="url(#terminal-1724038555-line-17)">Red</text><text class="terminal-1724038555-r3" x="146.4" y="434.8" textLength="85.4" clip-path="url(#terminal-1724038555-line-17)">Magenta</text><text class="terminal-1724038555-r1" x="244" y="434.8" textLength="36.6" clip-path="url(#terminal-1724038555-line-17)">Red</text><text class="terminal-1724038555-r3" x="292.8" y="434.8" textLength="85.4" clip-path="url(#terminal-1724038555-line-17)">Magenta</text><text class="terminal-1724038555-r1" x="390.4" y="434.8" textLength="36.6" clip-path="url(#terminal-1724038555-line-17)">Red</text><text class="terminal-1724038555-r3" x="439.2" y="434.8" textLength="85.4" clip-path="url(#terminal-1724038555-line-17)">Magenta</text><text class="terminal-1724038555-r1" x="536.8" y="434.8" textLength="36.6" clip-path="url(#terminal-1724038555-line-17)">Red</text><text class="terminal-1724038555-r3" x="585.6" y="434.8" textLength="85.4" clip-path="url(#terminal-1724038555-line-17)">Magenta</text><text class="terminal-1724038555-r1" x="683.2" y="434.8" textLength="36.6" clip-path="url(#terminal-1724038555-line-17)">Red</text><text class="terminal-1724038555-r3" x="732" y="434.8" textLength="85.4" clip-path="url(#terminal-1724038555-line-17)">Magenta</text><text class="terminal-1724038555-r1" x="829.6" y="434.8" textLength="36.6" clip-path="url(#terminal-1724038555-line-17)">Red</text><text class="terminal-1724038555-r6" x="976" y="434.8" textLength="12.2" clip-path="url(#terminal-1724038555-line-17)">
|
||||
</text><text class="terminal-1724038555-r3" x="0" y="459.2" textLength="85.4" clip-path="url(#terminal-1724038555-line-18)">Magenta</text><text class="terminal-1724038555-r1" x="97.6" y="459.2" textLength="36.6" clip-path="url(#terminal-1724038555-line-18)">Red</text><text class="terminal-1724038555-r3" x="146.4" y="459.2" textLength="85.4" clip-path="url(#terminal-1724038555-line-18)">Magenta</text><text class="terminal-1724038555-r1" x="244" y="459.2" textLength="36.6" clip-path="url(#terminal-1724038555-line-18)">Red</text><text class="terminal-1724038555-r3" x="292.8" y="459.2" textLength="85.4" clip-path="url(#terminal-1724038555-line-18)">Magenta</text><text class="terminal-1724038555-r1" x="390.4" y="459.2" textLength="36.6" clip-path="url(#terminal-1724038555-line-18)">Red</text><text class="terminal-1724038555-r3" x="439.2" y="459.2" textLength="85.4" clip-path="url(#terminal-1724038555-line-18)">Magenta</text><text class="terminal-1724038555-r1" x="536.8" y="459.2" textLength="36.6" clip-path="url(#terminal-1724038555-line-18)">Red</text><text class="terminal-1724038555-r3" x="585.6" y="459.2" textLength="85.4" clip-path="url(#terminal-1724038555-line-18)">Magenta</text><text class="terminal-1724038555-r1" x="683.2" y="459.2" textLength="36.6" clip-path="url(#terminal-1724038555-line-18)">Red</text><text class="terminal-1724038555-r3" x="732" y="459.2" textLength="85.4" clip-path="url(#terminal-1724038555-line-18)">Magenta</text><text class="terminal-1724038555-r1" x="829.6" y="459.2" textLength="36.6" clip-path="url(#terminal-1724038555-line-18)">Red</text><text class="terminal-1724038555-r6" x="976" y="459.2" textLength="12.2" clip-path="url(#terminal-1724038555-line-18)">
|
||||
</text><text class="terminal-1724038555-r3" x="0" y="483.6" textLength="85.4" clip-path="url(#terminal-1724038555-line-19)">Magenta</text><text class="terminal-1724038555-r1" x="97.6" y="483.6" textLength="36.6" clip-path="url(#terminal-1724038555-line-19)">Red</text><text class="terminal-1724038555-r3" x="146.4" y="483.6" textLength="85.4" clip-path="url(#terminal-1724038555-line-19)">Magenta</text><text class="terminal-1724038555-r1" x="244" y="483.6" textLength="36.6" clip-path="url(#terminal-1724038555-line-19)">Red</text><text class="terminal-1724038555-r3" x="292.8" y="483.6" textLength="85.4" clip-path="url(#terminal-1724038555-line-19)">Magenta</text><text class="terminal-1724038555-r1" x="390.4" y="483.6" textLength="36.6" clip-path="url(#terminal-1724038555-line-19)">Red</text><text class="terminal-1724038555-r3" x="439.2" y="483.6" textLength="85.4" clip-path="url(#terminal-1724038555-line-19)">Magenta</text><text class="terminal-1724038555-r1" x="536.8" y="483.6" textLength="36.6" clip-path="url(#terminal-1724038555-line-19)">Red</text><text class="terminal-1724038555-r3" x="585.6" y="483.6" textLength="85.4" clip-path="url(#terminal-1724038555-line-19)">Magenta</text><text class="terminal-1724038555-r1" x="683.2" y="483.6" textLength="36.6" clip-path="url(#terminal-1724038555-line-19)">Red</text><text class="terminal-1724038555-r3" x="732" y="483.6" textLength="85.4" clip-path="url(#terminal-1724038555-line-19)">Magenta</text><text class="terminal-1724038555-r1" x="829.6" y="483.6" textLength="36.6" clip-path="url(#terminal-1724038555-line-19)">Red</text><text class="terminal-1724038555-r6" x="976" y="483.6" textLength="12.2" clip-path="url(#terminal-1724038555-line-19)">
|
||||
</text><text class="terminal-1724038555-r3" x="0" y="508" textLength="85.4" clip-path="url(#terminal-1724038555-line-20)">Magenta</text><text class="terminal-1724038555-r1" x="97.6" y="508" textLength="36.6" clip-path="url(#terminal-1724038555-line-20)">Red</text><text class="terminal-1724038555-r3" x="146.4" y="508" textLength="85.4" clip-path="url(#terminal-1724038555-line-20)">Magenta</text><text class="terminal-1724038555-r1" x="244" y="508" textLength="36.6" clip-path="url(#terminal-1724038555-line-20)">Red</text><text class="terminal-1724038555-r3" x="292.8" y="508" textLength="85.4" clip-path="url(#terminal-1724038555-line-20)">Magenta</text><text class="terminal-1724038555-r1" x="390.4" y="508" textLength="36.6" clip-path="url(#terminal-1724038555-line-20)">Red</text><text class="terminal-1724038555-r3" x="439.2" y="508" textLength="85.4" clip-path="url(#terminal-1724038555-line-20)">Magenta</text><text class="terminal-1724038555-r1" x="536.8" y="508" textLength="36.6" clip-path="url(#terminal-1724038555-line-20)">Red</text><text class="terminal-1724038555-r3" x="585.6" y="508" textLength="85.4" clip-path="url(#terminal-1724038555-line-20)">Magenta</text><text class="terminal-1724038555-r1" x="683.2" y="508" textLength="36.6" clip-path="url(#terminal-1724038555-line-20)">Red</text><text class="terminal-1724038555-r3" x="732" y="508" textLength="85.4" clip-path="url(#terminal-1724038555-line-20)">Magenta</text><text class="terminal-1724038555-r1" x="829.6" y="508" textLength="36.6" clip-path="url(#terminal-1724038555-line-20)">Red</text><text class="terminal-1724038555-r6" x="976" y="508" textLength="12.2" clip-path="url(#terminal-1724038555-line-20)">
|
||||
</text><text class="terminal-1724038555-r3" x="0" y="532.4" textLength="85.4" clip-path="url(#terminal-1724038555-line-21)">Magenta</text><text class="terminal-1724038555-r1" x="97.6" y="532.4" textLength="36.6" clip-path="url(#terminal-1724038555-line-21)">Red</text><text class="terminal-1724038555-r3" x="146.4" y="532.4" textLength="85.4" clip-path="url(#terminal-1724038555-line-21)">Magenta</text><text class="terminal-1724038555-r1" x="244" y="532.4" textLength="36.6" clip-path="url(#terminal-1724038555-line-21)">Red</text><text class="terminal-1724038555-r3" x="292.8" y="532.4" textLength="85.4" clip-path="url(#terminal-1724038555-line-21)">Magenta</text><text class="terminal-1724038555-r1" x="390.4" y="532.4" textLength="36.6" clip-path="url(#terminal-1724038555-line-21)">Red</text><text class="terminal-1724038555-r3" x="439.2" y="532.4" textLength="85.4" clip-path="url(#terminal-1724038555-line-21)">Magenta</text><text class="terminal-1724038555-r1" x="536.8" y="532.4" textLength="36.6" clip-path="url(#terminal-1724038555-line-21)">Red</text><text class="terminal-1724038555-r3" x="585.6" y="532.4" textLength="85.4" clip-path="url(#terminal-1724038555-line-21)">Magenta</text><text class="terminal-1724038555-r1" x="683.2" y="532.4" textLength="36.6" clip-path="url(#terminal-1724038555-line-21)">Red</text><text class="terminal-1724038555-r3" x="732" y="532.4" textLength="85.4" clip-path="url(#terminal-1724038555-line-21)">Magenta</text><text class="terminal-1724038555-r1" x="829.6" y="532.4" textLength="36.6" clip-path="url(#terminal-1724038555-line-21)">Red</text><text class="terminal-1724038555-r6" x="976" y="532.4" textLength="12.2" clip-path="url(#terminal-1724038555-line-21)">
|
||||
</text><text class="terminal-1724038555-r3" x="0" y="556.8" textLength="85.4" clip-path="url(#terminal-1724038555-line-22)">Magenta</text><text class="terminal-1724038555-r1" x="97.6" y="556.8" textLength="36.6" clip-path="url(#terminal-1724038555-line-22)">Red</text><text class="terminal-1724038555-r3" x="146.4" y="556.8" textLength="85.4" clip-path="url(#terminal-1724038555-line-22)">Magenta</text><text class="terminal-1724038555-r1" x="244" y="556.8" textLength="36.6" clip-path="url(#terminal-1724038555-line-22)">Red</text><text class="terminal-1724038555-r3" x="292.8" y="556.8" textLength="85.4" clip-path="url(#terminal-1724038555-line-22)">Magenta</text><text class="terminal-1724038555-r1" x="390.4" y="556.8" textLength="36.6" clip-path="url(#terminal-1724038555-line-22)">Red</text><text class="terminal-1724038555-r3" x="439.2" y="556.8" textLength="85.4" clip-path="url(#terminal-1724038555-line-22)">Magenta</text><text class="terminal-1724038555-r1" x="536.8" y="556.8" textLength="36.6" clip-path="url(#terminal-1724038555-line-22)">Red</text><text class="terminal-1724038555-r3" x="585.6" y="556.8" textLength="85.4" clip-path="url(#terminal-1724038555-line-22)">Magenta</text><text class="terminal-1724038555-r1" x="683.2" y="556.8" textLength="36.6" clip-path="url(#terminal-1724038555-line-22)">Red</text><text class="terminal-1724038555-r3" x="732" y="556.8" textLength="85.4" clip-path="url(#terminal-1724038555-line-22)">Magenta</text><text class="terminal-1724038555-r1" x="829.6" y="556.8" textLength="36.6" clip-path="url(#terminal-1724038555-line-22)">Red</text><text class="terminal-1724038555-r6" x="976" y="556.8" textLength="12.2" clip-path="url(#terminal-1724038555-line-22)">
|
||||
</text><text class="terminal-1724038555-r3" x="0" y="581.2" textLength="85.4" clip-path="url(#terminal-1724038555-line-23)">Magenta</text><text class="terminal-1724038555-r1" x="97.6" y="581.2" textLength="36.6" clip-path="url(#terminal-1724038555-line-23)">Red</text><text class="terminal-1724038555-r3" x="146.4" y="581.2" textLength="85.4" clip-path="url(#terminal-1724038555-line-23)">Magenta</text><text class="terminal-1724038555-r1" x="244" y="581.2" textLength="36.6" clip-path="url(#terminal-1724038555-line-23)">Red</text><text class="terminal-1724038555-r3" x="292.8" y="581.2" textLength="85.4" clip-path="url(#terminal-1724038555-line-23)">Magenta</text><text class="terminal-1724038555-r1" x="390.4" y="581.2" textLength="36.6" clip-path="url(#terminal-1724038555-line-23)">Red</text><text class="terminal-1724038555-r3" x="439.2" y="581.2" textLength="85.4" clip-path="url(#terminal-1724038555-line-23)">Magenta</text><text class="terminal-1724038555-r1" x="536.8" y="581.2" textLength="36.6" clip-path="url(#terminal-1724038555-line-23)">Red</text><text class="terminal-1724038555-r3" x="585.6" y="581.2" textLength="85.4" clip-path="url(#terminal-1724038555-line-23)">Magenta</text><text class="terminal-1724038555-r1" x="683.2" y="581.2" textLength="36.6" clip-path="url(#terminal-1724038555-line-23)">Red</text><text class="terminal-1724038555-r3" x="732" y="581.2" textLength="85.4" clip-path="url(#terminal-1724038555-line-23)">Magenta</text><text class="terminal-1724038555-r1" x="829.6" y="581.2" textLength="36.6" clip-path="url(#terminal-1724038555-line-23)">Red</text>
|
||||
<g transform="translate(9, 41)" clip-path="url(#terminal-2040446711-clip-terminal)">
|
||||
<rect fill="#003054" x="951.6" y="1.5" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#003054" x="951.6" y="25.9" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#003054" x="951.6" y="50.3" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="74.7" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="99.1" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="12.2" y="99.1" width="36.6" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="48.8" y="99.1" width="915" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="963.8" y="99.1" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="12.2" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="24.4" y="123.5" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="48.8" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="61" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="73.2" y="123.5" width="231.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="305" y="123.5" width="646.6" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="951.6" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="963.8" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="147.9" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="12.2" y="147.9" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="24.4" y="147.9" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="48.8" y="147.9" width="915" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="963.8" y="147.9" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="172.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#0e395a" x="0" y="196.7" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#0e395a" x="0" y="221.1" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#0e395a" x="24.4" y="221.1" width="488" height="24.65" shape-rendering="crispEdges"/><rect fill="#0e395a" x="512.4" y="221.1" width="463.6" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="245.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="269.9" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="24.4" y="269.9" width="561.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="585.6" y="269.9" width="390.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="294.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="318.7" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="24.4" y="318.7" width="780.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="805.2" y="318.7" width="170.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="343.1" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#003054" x="951.6" y="367.5" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#003054" x="951.6" y="391.9" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#000000" x="951.6" y="416.3" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#000000" x="951.6" y="440.7" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#000000" x="951.6" y="465.1" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#000000" x="951.6" y="489.5" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#000000" x="951.6" y="513.9" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#000000" x="951.6" y="538.3" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#000000" x="951.6" y="562.7" width="24.4" height="24.65" shape-rendering="crispEdges"/>
|
||||
<g class="terminal-2040446711-matrix">
|
||||
<text class="terminal-2040446711-r1" x="0" y="20" textLength="36.6" clip-path="url(#terminal-2040446711-line-0)">Red</text><text class="terminal-2040446711-r3" x="48.8" y="20" textLength="85.4" clip-path="url(#terminal-2040446711-line-0)">Magenta</text><text class="terminal-2040446711-r1" x="146.4" y="20" textLength="36.6" clip-path="url(#terminal-2040446711-line-0)">Red</text><text class="terminal-2040446711-r3" x="195.2" y="20" textLength="85.4" clip-path="url(#terminal-2040446711-line-0)">Magenta</text><text class="terminal-2040446711-r1" x="292.8" y="20" textLength="36.6" clip-path="url(#terminal-2040446711-line-0)">Red</text><text class="terminal-2040446711-r3" x="341.6" y="20" textLength="85.4" clip-path="url(#terminal-2040446711-line-0)">Magenta</text><text class="terminal-2040446711-r1" x="439.2" y="20" textLength="36.6" clip-path="url(#terminal-2040446711-line-0)">Red</text><text class="terminal-2040446711-r3" x="488" y="20" textLength="85.4" clip-path="url(#terminal-2040446711-line-0)">Magenta</text><text class="terminal-2040446711-r1" x="585.6" y="20" textLength="36.6" clip-path="url(#terminal-2040446711-line-0)">Red</text><text class="terminal-2040446711-r3" x="634.4" y="20" textLength="85.4" clip-path="url(#terminal-2040446711-line-0)">Magenta</text><text class="terminal-2040446711-r1" x="732" y="20" textLength="36.6" clip-path="url(#terminal-2040446711-line-0)">Red</text><text class="terminal-2040446711-r3" x="780.8" y="20" textLength="85.4" clip-path="url(#terminal-2040446711-line-0)">Magenta</text><text class="terminal-2040446711-r1" x="878.4" y="20" textLength="36.6" clip-path="url(#terminal-2040446711-line-0)">Red</text><text class="terminal-2040446711-r6" x="976" y="20" textLength="12.2" clip-path="url(#terminal-2040446711-line-0)">
|
||||
</text><text class="terminal-2040446711-r3" x="0" y="44.4" textLength="85.4" clip-path="url(#terminal-2040446711-line-1)">Magenta</text><text class="terminal-2040446711-r1" x="97.6" y="44.4" textLength="36.6" clip-path="url(#terminal-2040446711-line-1)">Red</text><text class="terminal-2040446711-r3" x="146.4" y="44.4" textLength="85.4" clip-path="url(#terminal-2040446711-line-1)">Magenta</text><text class="terminal-2040446711-r1" x="244" y="44.4" textLength="36.6" clip-path="url(#terminal-2040446711-line-1)">Red</text><text class="terminal-2040446711-r3" x="292.8" y="44.4" textLength="85.4" clip-path="url(#terminal-2040446711-line-1)">Magenta</text><text class="terminal-2040446711-r1" x="390.4" y="44.4" textLength="36.6" clip-path="url(#terminal-2040446711-line-1)">Red</text><text class="terminal-2040446711-r3" x="439.2" y="44.4" textLength="85.4" clip-path="url(#terminal-2040446711-line-1)">Magenta</text><text class="terminal-2040446711-r1" x="536.8" y="44.4" textLength="36.6" clip-path="url(#terminal-2040446711-line-1)">Red</text><text class="terminal-2040446711-r3" x="585.6" y="44.4" textLength="85.4" clip-path="url(#terminal-2040446711-line-1)">Magenta</text><text class="terminal-2040446711-r1" x="683.2" y="44.4" textLength="36.6" clip-path="url(#terminal-2040446711-line-1)">Red</text><text class="terminal-2040446711-r3" x="732" y="44.4" textLength="85.4" clip-path="url(#terminal-2040446711-line-1)">Magenta</text><text class="terminal-2040446711-r1" x="829.6" y="44.4" textLength="36.6" clip-path="url(#terminal-2040446711-line-1)">Red</text><text class="terminal-2040446711-r6" x="976" y="44.4" textLength="12.2" clip-path="url(#terminal-2040446711-line-1)">
|
||||
</text><text class="terminal-2040446711-r3" x="0" y="68.8" textLength="85.4" clip-path="url(#terminal-2040446711-line-2)">Magenta</text><text class="terminal-2040446711-r1" x="97.6" y="68.8" textLength="36.6" clip-path="url(#terminal-2040446711-line-2)">Red</text><text class="terminal-2040446711-r3" x="146.4" y="68.8" textLength="85.4" clip-path="url(#terminal-2040446711-line-2)">Magenta</text><text class="terminal-2040446711-r1" x="244" y="68.8" textLength="36.6" clip-path="url(#terminal-2040446711-line-2)">Red</text><text class="terminal-2040446711-r3" x="292.8" y="68.8" textLength="85.4" clip-path="url(#terminal-2040446711-line-2)">Magenta</text><text class="terminal-2040446711-r1" x="390.4" y="68.8" textLength="36.6" clip-path="url(#terminal-2040446711-line-2)">Red</text><text class="terminal-2040446711-r3" x="439.2" y="68.8" textLength="85.4" clip-path="url(#terminal-2040446711-line-2)">Magenta</text><text class="terminal-2040446711-r1" x="536.8" y="68.8" textLength="36.6" clip-path="url(#terminal-2040446711-line-2)">Red</text><text class="terminal-2040446711-r3" x="585.6" y="68.8" textLength="85.4" clip-path="url(#terminal-2040446711-line-2)">Magenta</text><text class="terminal-2040446711-r1" x="683.2" y="68.8" textLength="36.6" clip-path="url(#terminal-2040446711-line-2)">Red</text><text class="terminal-2040446711-r3" x="732" y="68.8" textLength="85.4" clip-path="url(#terminal-2040446711-line-2)">Magenta</text><text class="terminal-2040446711-r1" x="829.6" y="68.8" textLength="36.6" clip-path="url(#terminal-2040446711-line-2)">Red</text><text class="terminal-2040446711-r6" x="976" y="68.8" textLength="12.2" clip-path="url(#terminal-2040446711-line-2)">
|
||||
</text><text class="terminal-2040446711-r7" x="0" y="93.2" textLength="976" clip-path="url(#terminal-2040446711-line-3)">▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔</text><text class="terminal-2040446711-r6" x="976" y="93.2" textLength="12.2" clip-path="url(#terminal-2040446711-line-3)">
|
||||
</text><text class="terminal-2040446711-r6" x="976" y="117.6" textLength="12.2" clip-path="url(#terminal-2040446711-line-4)">
|
||||
</text><text class="terminal-2040446711-r9" x="24.4" y="142" textLength="12.2" clip-path="url(#terminal-2040446711-line-5)">🔎</text><text class="terminal-2040446711-r10" x="61" y="142" textLength="12.2" clip-path="url(#terminal-2040446711-line-5)">S</text><text class="terminal-2040446711-r11" x="73.2" y="142" textLength="231.8" clip-path="url(#terminal-2040446711-line-5)">earch for commands…</text><text class="terminal-2040446711-r6" x="976" y="142" textLength="12.2" clip-path="url(#terminal-2040446711-line-5)">
|
||||
</text><text class="terminal-2040446711-r6" x="976" y="166.4" textLength="12.2" clip-path="url(#terminal-2040446711-line-6)">
|
||||
</text><text class="terminal-2040446711-r6" x="976" y="190.8" textLength="12.2" clip-path="url(#terminal-2040446711-line-7)">
|
||||
</text><text class="terminal-2040446711-r12" x="0" y="215.2" textLength="976" clip-path="url(#terminal-2040446711-line-8)">  Quit the application                                                          </text><text class="terminal-2040446711-r6" x="976" y="215.2" textLength="12.2" clip-path="url(#terminal-2040446711-line-8)">
|
||||
</text><text class="terminal-2040446711-r13" x="24.4" y="239.6" textLength="488" clip-path="url(#terminal-2040446711-line-9)">Quit the application as soon as possible</text><text class="terminal-2040446711-r6" x="976" y="239.6" textLength="12.2" clip-path="url(#terminal-2040446711-line-9)">
|
||||
</text><text class="terminal-2040446711-r12" x="0" y="264" textLength="976" clip-path="url(#terminal-2040446711-line-10)">  Save screenshot                                                               </text><text class="terminal-2040446711-r6" x="976" y="264" textLength="12.2" clip-path="url(#terminal-2040446711-line-10)">
|
||||
</text><text class="terminal-2040446711-r14" x="24.4" y="288.4" textLength="561.2" clip-path="url(#terminal-2040446711-line-11)">Save an SVG 'screenshot' of the current screen</text><text class="terminal-2040446711-r6" x="976" y="288.4" textLength="12.2" clip-path="url(#terminal-2040446711-line-11)">
|
||||
</text><text class="terminal-2040446711-r12" x="0" y="312.8" textLength="976" clip-path="url(#terminal-2040446711-line-12)">  Show keys and help panel                                                      </text><text class="terminal-2040446711-r6" x="976" y="312.8" textLength="12.2" clip-path="url(#terminal-2040446711-line-12)">
|
||||
</text><text class="terminal-2040446711-r14" x="24.4" y="337.2" textLength="780.8" clip-path="url(#terminal-2040446711-line-13)">Show help for the focused widget and a summary of available keys</text><text class="terminal-2040446711-r6" x="976" y="337.2" textLength="12.2" clip-path="url(#terminal-2040446711-line-13)">
|
||||
</text><text class="terminal-2040446711-r7" x="0" y="361.6" textLength="976" clip-path="url(#terminal-2040446711-line-14)">▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁</text><text class="terminal-2040446711-r6" x="976" y="361.6" textLength="12.2" clip-path="url(#terminal-2040446711-line-14)">
|
||||
</text><text class="terminal-2040446711-r3" x="0" y="386" textLength="85.4" clip-path="url(#terminal-2040446711-line-15)">Magenta</text><text class="terminal-2040446711-r1" x="97.6" y="386" textLength="36.6" clip-path="url(#terminal-2040446711-line-15)">Red</text><text class="terminal-2040446711-r3" x="146.4" y="386" textLength="85.4" clip-path="url(#terminal-2040446711-line-15)">Magenta</text><text class="terminal-2040446711-r1" x="244" y="386" textLength="36.6" clip-path="url(#terminal-2040446711-line-15)">Red</text><text class="terminal-2040446711-r3" x="292.8" y="386" textLength="85.4" clip-path="url(#terminal-2040446711-line-15)">Magenta</text><text class="terminal-2040446711-r1" x="390.4" y="386" textLength="36.6" clip-path="url(#terminal-2040446711-line-15)">Red</text><text class="terminal-2040446711-r3" x="439.2" y="386" textLength="85.4" clip-path="url(#terminal-2040446711-line-15)">Magenta</text><text class="terminal-2040446711-r1" x="536.8" y="386" textLength="36.6" clip-path="url(#terminal-2040446711-line-15)">Red</text><text class="terminal-2040446711-r3" x="585.6" y="386" textLength="85.4" clip-path="url(#terminal-2040446711-line-15)">Magenta</text><text class="terminal-2040446711-r1" x="683.2" y="386" textLength="36.6" clip-path="url(#terminal-2040446711-line-15)">Red</text><text class="terminal-2040446711-r3" x="732" y="386" textLength="85.4" clip-path="url(#terminal-2040446711-line-15)">Magenta</text><text class="terminal-2040446711-r1" x="829.6" y="386" textLength="36.6" clip-path="url(#terminal-2040446711-line-15)">Red</text><text class="terminal-2040446711-r6" x="976" y="386" textLength="12.2" clip-path="url(#terminal-2040446711-line-15)">
|
||||
</text><text class="terminal-2040446711-r3" x="0" y="410.4" textLength="85.4" clip-path="url(#terminal-2040446711-line-16)">Magenta</text><text class="terminal-2040446711-r1" x="97.6" y="410.4" textLength="36.6" clip-path="url(#terminal-2040446711-line-16)">Red</text><text class="terminal-2040446711-r3" x="146.4" y="410.4" textLength="85.4" clip-path="url(#terminal-2040446711-line-16)">Magenta</text><text class="terminal-2040446711-r1" x="244" y="410.4" textLength="36.6" clip-path="url(#terminal-2040446711-line-16)">Red</text><text class="terminal-2040446711-r3" x="292.8" y="410.4" textLength="85.4" clip-path="url(#terminal-2040446711-line-16)">Magenta</text><text class="terminal-2040446711-r1" x="390.4" y="410.4" textLength="36.6" clip-path="url(#terminal-2040446711-line-16)">Red</text><text class="terminal-2040446711-r3" x="439.2" y="410.4" textLength="85.4" clip-path="url(#terminal-2040446711-line-16)">Magenta</text><text class="terminal-2040446711-r1" x="536.8" y="410.4" textLength="36.6" clip-path="url(#terminal-2040446711-line-16)">Red</text><text class="terminal-2040446711-r3" x="585.6" y="410.4" textLength="85.4" clip-path="url(#terminal-2040446711-line-16)">Magenta</text><text class="terminal-2040446711-r1" x="683.2" y="410.4" textLength="36.6" clip-path="url(#terminal-2040446711-line-16)">Red</text><text class="terminal-2040446711-r3" x="732" y="410.4" textLength="85.4" clip-path="url(#terminal-2040446711-line-16)">Magenta</text><text class="terminal-2040446711-r1" x="829.6" y="410.4" textLength="36.6" clip-path="url(#terminal-2040446711-line-16)">Red</text><text class="terminal-2040446711-r6" x="976" y="410.4" textLength="12.2" clip-path="url(#terminal-2040446711-line-16)">
|
||||
</text><text class="terminal-2040446711-r3" x="0" y="434.8" textLength="85.4" clip-path="url(#terminal-2040446711-line-17)">Magenta</text><text class="terminal-2040446711-r1" x="97.6" y="434.8" textLength="36.6" clip-path="url(#terminal-2040446711-line-17)">Red</text><text class="terminal-2040446711-r3" x="146.4" y="434.8" textLength="85.4" clip-path="url(#terminal-2040446711-line-17)">Magenta</text><text class="terminal-2040446711-r1" x="244" y="434.8" textLength="36.6" clip-path="url(#terminal-2040446711-line-17)">Red</text><text class="terminal-2040446711-r3" x="292.8" y="434.8" textLength="85.4" clip-path="url(#terminal-2040446711-line-17)">Magenta</text><text class="terminal-2040446711-r1" x="390.4" y="434.8" textLength="36.6" clip-path="url(#terminal-2040446711-line-17)">Red</text><text class="terminal-2040446711-r3" x="439.2" y="434.8" textLength="85.4" clip-path="url(#terminal-2040446711-line-17)">Magenta</text><text class="terminal-2040446711-r1" x="536.8" y="434.8" textLength="36.6" clip-path="url(#terminal-2040446711-line-17)">Red</text><text class="terminal-2040446711-r3" x="585.6" y="434.8" textLength="85.4" clip-path="url(#terminal-2040446711-line-17)">Magenta</text><text class="terminal-2040446711-r1" x="683.2" y="434.8" textLength="36.6" clip-path="url(#terminal-2040446711-line-17)">Red</text><text class="terminal-2040446711-r3" x="732" y="434.8" textLength="85.4" clip-path="url(#terminal-2040446711-line-17)">Magenta</text><text class="terminal-2040446711-r1" x="829.6" y="434.8" textLength="36.6" clip-path="url(#terminal-2040446711-line-17)">Red</text><text class="terminal-2040446711-r6" x="976" y="434.8" textLength="12.2" clip-path="url(#terminal-2040446711-line-17)">
|
||||
</text><text class="terminal-2040446711-r3" x="0" y="459.2" textLength="85.4" clip-path="url(#terminal-2040446711-line-18)">Magenta</text><text class="terminal-2040446711-r1" x="97.6" y="459.2" textLength="36.6" clip-path="url(#terminal-2040446711-line-18)">Red</text><text class="terminal-2040446711-r3" x="146.4" y="459.2" textLength="85.4" clip-path="url(#terminal-2040446711-line-18)">Magenta</text><text class="terminal-2040446711-r1" x="244" y="459.2" textLength="36.6" clip-path="url(#terminal-2040446711-line-18)">Red</text><text class="terminal-2040446711-r3" x="292.8" y="459.2" textLength="85.4" clip-path="url(#terminal-2040446711-line-18)">Magenta</text><text class="terminal-2040446711-r1" x="390.4" y="459.2" textLength="36.6" clip-path="url(#terminal-2040446711-line-18)">Red</text><text class="terminal-2040446711-r3" x="439.2" y="459.2" textLength="85.4" clip-path="url(#terminal-2040446711-line-18)">Magenta</text><text class="terminal-2040446711-r1" x="536.8" y="459.2" textLength="36.6" clip-path="url(#terminal-2040446711-line-18)">Red</text><text class="terminal-2040446711-r3" x="585.6" y="459.2" textLength="85.4" clip-path="url(#terminal-2040446711-line-18)">Magenta</text><text class="terminal-2040446711-r1" x="683.2" y="459.2" textLength="36.6" clip-path="url(#terminal-2040446711-line-18)">Red</text><text class="terminal-2040446711-r3" x="732" y="459.2" textLength="85.4" clip-path="url(#terminal-2040446711-line-18)">Magenta</text><text class="terminal-2040446711-r1" x="829.6" y="459.2" textLength="36.6" clip-path="url(#terminal-2040446711-line-18)">Red</text><text class="terminal-2040446711-r6" x="976" y="459.2" textLength="12.2" clip-path="url(#terminal-2040446711-line-18)">
|
||||
</text><text class="terminal-2040446711-r3" x="0" y="483.6" textLength="85.4" clip-path="url(#terminal-2040446711-line-19)">Magenta</text><text class="terminal-2040446711-r1" x="97.6" y="483.6" textLength="36.6" clip-path="url(#terminal-2040446711-line-19)">Red</text><text class="terminal-2040446711-r3" x="146.4" y="483.6" textLength="85.4" clip-path="url(#terminal-2040446711-line-19)">Magenta</text><text class="terminal-2040446711-r1" x="244" y="483.6" textLength="36.6" clip-path="url(#terminal-2040446711-line-19)">Red</text><text class="terminal-2040446711-r3" x="292.8" y="483.6" textLength="85.4" clip-path="url(#terminal-2040446711-line-19)">Magenta</text><text class="terminal-2040446711-r1" x="390.4" y="483.6" textLength="36.6" clip-path="url(#terminal-2040446711-line-19)">Red</text><text class="terminal-2040446711-r3" x="439.2" y="483.6" textLength="85.4" clip-path="url(#terminal-2040446711-line-19)">Magenta</text><text class="terminal-2040446711-r1" x="536.8" y="483.6" textLength="36.6" clip-path="url(#terminal-2040446711-line-19)">Red</text><text class="terminal-2040446711-r3" x="585.6" y="483.6" textLength="85.4" clip-path="url(#terminal-2040446711-line-19)">Magenta</text><text class="terminal-2040446711-r1" x="683.2" y="483.6" textLength="36.6" clip-path="url(#terminal-2040446711-line-19)">Red</text><text class="terminal-2040446711-r3" x="732" y="483.6" textLength="85.4" clip-path="url(#terminal-2040446711-line-19)">Magenta</text><text class="terminal-2040446711-r1" x="829.6" y="483.6" textLength="36.6" clip-path="url(#terminal-2040446711-line-19)">Red</text><text class="terminal-2040446711-r6" x="976" y="483.6" textLength="12.2" clip-path="url(#terminal-2040446711-line-19)">
|
||||
</text><text class="terminal-2040446711-r3" x="0" y="508" textLength="85.4" clip-path="url(#terminal-2040446711-line-20)">Magenta</text><text class="terminal-2040446711-r1" x="97.6" y="508" textLength="36.6" clip-path="url(#terminal-2040446711-line-20)">Red</text><text class="terminal-2040446711-r3" x="146.4" y="508" textLength="85.4" clip-path="url(#terminal-2040446711-line-20)">Magenta</text><text class="terminal-2040446711-r1" x="244" y="508" textLength="36.6" clip-path="url(#terminal-2040446711-line-20)">Red</text><text class="terminal-2040446711-r3" x="292.8" y="508" textLength="85.4" clip-path="url(#terminal-2040446711-line-20)">Magenta</text><text class="terminal-2040446711-r1" x="390.4" y="508" textLength="36.6" clip-path="url(#terminal-2040446711-line-20)">Red</text><text class="terminal-2040446711-r3" x="439.2" y="508" textLength="85.4" clip-path="url(#terminal-2040446711-line-20)">Magenta</text><text class="terminal-2040446711-r1" x="536.8" y="508" textLength="36.6" clip-path="url(#terminal-2040446711-line-20)">Red</text><text class="terminal-2040446711-r3" x="585.6" y="508" textLength="85.4" clip-path="url(#terminal-2040446711-line-20)">Magenta</text><text class="terminal-2040446711-r1" x="683.2" y="508" textLength="36.6" clip-path="url(#terminal-2040446711-line-20)">Red</text><text class="terminal-2040446711-r3" x="732" y="508" textLength="85.4" clip-path="url(#terminal-2040446711-line-20)">Magenta</text><text class="terminal-2040446711-r1" x="829.6" y="508" textLength="36.6" clip-path="url(#terminal-2040446711-line-20)">Red</text><text class="terminal-2040446711-r6" x="976" y="508" textLength="12.2" clip-path="url(#terminal-2040446711-line-20)">
|
||||
</text><text class="terminal-2040446711-r3" x="0" y="532.4" textLength="85.4" clip-path="url(#terminal-2040446711-line-21)">Magenta</text><text class="terminal-2040446711-r1" x="97.6" y="532.4" textLength="36.6" clip-path="url(#terminal-2040446711-line-21)">Red</text><text class="terminal-2040446711-r3" x="146.4" y="532.4" textLength="85.4" clip-path="url(#terminal-2040446711-line-21)">Magenta</text><text class="terminal-2040446711-r1" x="244" y="532.4" textLength="36.6" clip-path="url(#terminal-2040446711-line-21)">Red</text><text class="terminal-2040446711-r3" x="292.8" y="532.4" textLength="85.4" clip-path="url(#terminal-2040446711-line-21)">Magenta</text><text class="terminal-2040446711-r1" x="390.4" y="532.4" textLength="36.6" clip-path="url(#terminal-2040446711-line-21)">Red</text><text class="terminal-2040446711-r3" x="439.2" y="532.4" textLength="85.4" clip-path="url(#terminal-2040446711-line-21)">Magenta</text><text class="terminal-2040446711-r1" x="536.8" y="532.4" textLength="36.6" clip-path="url(#terminal-2040446711-line-21)">Red</text><text class="terminal-2040446711-r3" x="585.6" y="532.4" textLength="85.4" clip-path="url(#terminal-2040446711-line-21)">Magenta</text><text class="terminal-2040446711-r1" x="683.2" y="532.4" textLength="36.6" clip-path="url(#terminal-2040446711-line-21)">Red</text><text class="terminal-2040446711-r3" x="732" y="532.4" textLength="85.4" clip-path="url(#terminal-2040446711-line-21)">Magenta</text><text class="terminal-2040446711-r1" x="829.6" y="532.4" textLength="36.6" clip-path="url(#terminal-2040446711-line-21)">Red</text><text class="terminal-2040446711-r6" x="976" y="532.4" textLength="12.2" clip-path="url(#terminal-2040446711-line-21)">
|
||||
</text><text class="terminal-2040446711-r3" x="0" y="556.8" textLength="85.4" clip-path="url(#terminal-2040446711-line-22)">Magenta</text><text class="terminal-2040446711-r1" x="97.6" y="556.8" textLength="36.6" clip-path="url(#terminal-2040446711-line-22)">Red</text><text class="terminal-2040446711-r3" x="146.4" y="556.8" textLength="85.4" clip-path="url(#terminal-2040446711-line-22)">Magenta</text><text class="terminal-2040446711-r1" x="244" y="556.8" textLength="36.6" clip-path="url(#terminal-2040446711-line-22)">Red</text><text class="terminal-2040446711-r3" x="292.8" y="556.8" textLength="85.4" clip-path="url(#terminal-2040446711-line-22)">Magenta</text><text class="terminal-2040446711-r1" x="390.4" y="556.8" textLength="36.6" clip-path="url(#terminal-2040446711-line-22)">Red</text><text class="terminal-2040446711-r3" x="439.2" y="556.8" textLength="85.4" clip-path="url(#terminal-2040446711-line-22)">Magenta</text><text class="terminal-2040446711-r1" x="536.8" y="556.8" textLength="36.6" clip-path="url(#terminal-2040446711-line-22)">Red</text><text class="terminal-2040446711-r3" x="585.6" y="556.8" textLength="85.4" clip-path="url(#terminal-2040446711-line-22)">Magenta</text><text class="terminal-2040446711-r1" x="683.2" y="556.8" textLength="36.6" clip-path="url(#terminal-2040446711-line-22)">Red</text><text class="terminal-2040446711-r3" x="732" y="556.8" textLength="85.4" clip-path="url(#terminal-2040446711-line-22)">Magenta</text><text class="terminal-2040446711-r1" x="829.6" y="556.8" textLength="36.6" clip-path="url(#terminal-2040446711-line-22)">Red</text><text class="terminal-2040446711-r6" x="976" y="556.8" textLength="12.2" clip-path="url(#terminal-2040446711-line-22)">
|
||||
</text><text class="terminal-2040446711-r3" x="0" y="581.2" textLength="85.4" clip-path="url(#terminal-2040446711-line-23)">Magenta</text><text class="terminal-2040446711-r1" x="97.6" y="581.2" textLength="36.6" clip-path="url(#terminal-2040446711-line-23)">Red</text><text class="terminal-2040446711-r3" x="146.4" y="581.2" textLength="85.4" clip-path="url(#terminal-2040446711-line-23)">Magenta</text><text class="terminal-2040446711-r1" x="244" y="581.2" textLength="36.6" clip-path="url(#terminal-2040446711-line-23)">Red</text><text class="terminal-2040446711-r3" x="292.8" y="581.2" textLength="85.4" clip-path="url(#terminal-2040446711-line-23)">Magenta</text><text class="terminal-2040446711-r1" x="390.4" y="581.2" textLength="36.6" clip-path="url(#terminal-2040446711-line-23)">Red</text><text class="terminal-2040446711-r3" x="439.2" y="581.2" textLength="85.4" clip-path="url(#terminal-2040446711-line-23)">Magenta</text><text class="terminal-2040446711-r1" x="536.8" y="581.2" textLength="36.6" clip-path="url(#terminal-2040446711-line-23)">Red</text><text class="terminal-2040446711-r3" x="585.6" y="581.2" textLength="85.4" clip-path="url(#terminal-2040446711-line-23)">Magenta</text><text class="terminal-2040446711-r1" x="683.2" y="581.2" textLength="36.6" clip-path="url(#terminal-2040446711-line-23)">Red</text><text class="terminal-2040446711-r3" x="732" y="581.2" textLength="85.4" clip-path="url(#terminal-2040446711-line-23)">Magenta</text><text class="terminal-2040446711-r1" x="829.6" y="581.2" textLength="36.6" clip-path="url(#terminal-2040446711-line-23)">Red</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
@@ -19,138 +19,138 @@
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.terminal-2118731365-matrix {
|
||||
.terminal-3618916115-matrix {
|
||||
font-family: Fira Code, monospace;
|
||||
font-size: 20px;
|
||||
line-height: 24.4px;
|
||||
font-variant-east-asian: full-width;
|
||||
}
|
||||
|
||||
.terminal-2118731365-title {
|
||||
.terminal-3618916115-title {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
font-family: arial;
|
||||
}
|
||||
|
||||
.terminal-2118731365-r1 { fill: #646464 }
|
||||
.terminal-2118731365-r2 { fill: #c5c8c6 }
|
||||
.terminal-2118731365-r3 { fill: #0178d4 }
|
||||
.terminal-2118731365-r4 { fill: #e0e0e0 }
|
||||
.terminal-2118731365-r5 { fill: #00ff00 }
|
||||
.terminal-2118731365-r6 { fill: #000000 }
|
||||
.terminal-2118731365-r7 { fill: #121212 }
|
||||
.terminal-2118731365-r8 { fill: #e0e0e0;font-weight: bold }
|
||||
.terminal-2118731365-r9 { fill: #e0e0e0;font-weight: bold;text-decoration: underline; }
|
||||
.terminal-3618916115-r1 { fill: #646464 }
|
||||
.terminal-3618916115-r2 { fill: #c5c8c6 }
|
||||
.terminal-3618916115-r3 { fill: #0178d4 }
|
||||
.terminal-3618916115-r4 { fill: #e0e0e0 }
|
||||
.terminal-3618916115-r5 { fill: #00ff00 }
|
||||
.terminal-3618916115-r6 { fill: #000000 }
|
||||
.terminal-3618916115-r7 { fill: #121212 }
|
||||
.terminal-3618916115-r8 { fill: #e0e0e0;font-weight: bold }
|
||||
.terminal-3618916115-r9 { fill: #e0e0e0;font-weight: bold;text-decoration: underline; }
|
||||
</style>
|
||||
|
||||
<defs>
|
||||
<clipPath id="terminal-2118731365-clip-terminal">
|
||||
<clipPath id="terminal-3618916115-clip-terminal">
|
||||
<rect x="0" y="0" width="975.0" height="584.5999999999999" />
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2118731365-line-0">
|
||||
<clipPath id="terminal-3618916115-line-0">
|
||||
<rect x="0" y="1.5" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2118731365-line-1">
|
||||
<clipPath id="terminal-3618916115-line-1">
|
||||
<rect x="0" y="25.9" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2118731365-line-2">
|
||||
<clipPath id="terminal-3618916115-line-2">
|
||||
<rect x="0" y="50.3" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2118731365-line-3">
|
||||
<clipPath id="terminal-3618916115-line-3">
|
||||
<rect x="0" y="74.7" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2118731365-line-4">
|
||||
<clipPath id="terminal-3618916115-line-4">
|
||||
<rect x="0" y="99.1" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2118731365-line-5">
|
||||
<clipPath id="terminal-3618916115-line-5">
|
||||
<rect x="0" y="123.5" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2118731365-line-6">
|
||||
<clipPath id="terminal-3618916115-line-6">
|
||||
<rect x="0" y="147.9" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2118731365-line-7">
|
||||
<clipPath id="terminal-3618916115-line-7">
|
||||
<rect x="0" y="172.3" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2118731365-line-8">
|
||||
<clipPath id="terminal-3618916115-line-8">
|
||||
<rect x="0" y="196.7" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2118731365-line-9">
|
||||
<clipPath id="terminal-3618916115-line-9">
|
||||
<rect x="0" y="221.1" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2118731365-line-10">
|
||||
<clipPath id="terminal-3618916115-line-10">
|
||||
<rect x="0" y="245.5" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2118731365-line-11">
|
||||
<clipPath id="terminal-3618916115-line-11">
|
||||
<rect x="0" y="269.9" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2118731365-line-12">
|
||||
<clipPath id="terminal-3618916115-line-12">
|
||||
<rect x="0" y="294.3" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2118731365-line-13">
|
||||
<clipPath id="terminal-3618916115-line-13">
|
||||
<rect x="0" y="318.7" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2118731365-line-14">
|
||||
<clipPath id="terminal-3618916115-line-14">
|
||||
<rect x="0" y="343.1" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2118731365-line-15">
|
||||
<clipPath id="terminal-3618916115-line-15">
|
||||
<rect x="0" y="367.5" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2118731365-line-16">
|
||||
<clipPath id="terminal-3618916115-line-16">
|
||||
<rect x="0" y="391.9" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2118731365-line-17">
|
||||
<clipPath id="terminal-3618916115-line-17">
|
||||
<rect x="0" y="416.3" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2118731365-line-18">
|
||||
<clipPath id="terminal-3618916115-line-18">
|
||||
<rect x="0" y="440.7" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2118731365-line-19">
|
||||
<clipPath id="terminal-3618916115-line-19">
|
||||
<rect x="0" y="465.1" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2118731365-line-20">
|
||||
<clipPath id="terminal-3618916115-line-20">
|
||||
<rect x="0" y="489.5" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2118731365-line-21">
|
||||
<clipPath id="terminal-3618916115-line-21">
|
||||
<rect x="0" y="513.9" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2118731365-line-22">
|
||||
<clipPath id="terminal-3618916115-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-2118731365-title" fill="#c5c8c6" text-anchor="middle" x="496" y="27">SearchApp</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-3618916115-title" fill="#c5c8c6" text-anchor="middle" x="496" y="27">SearchApp</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-2118731365-clip-terminal)">
|
||||
<rect fill="#121212" x="0" y="1.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="25.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="50.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="74.7" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="99.1" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="12.2" y="99.1" width="36.6" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="48.8" y="99.1" width="915" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="963.8" y="99.1" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="12.2" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="24.4" y="123.5" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="48.8" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="61" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#e0e0e0" x="73.2" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="85.4" y="123.5" width="866.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="951.6" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="963.8" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="147.9" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="12.2" y="147.9" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="24.4" y="147.9" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="48.8" y="147.9" width="915" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="963.8" y="147.9" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="172.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="196.7" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="24.4" y="196.7" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="36.6" y="196.7" width="939.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="221.1" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="24.4" y="221.1" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="36.6" y="221.1" width="939.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="245.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="269.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="294.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="318.7" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="343.1" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="367.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="391.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="416.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="440.7" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="465.1" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="489.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="513.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="538.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="562.7" width="976" height="24.65" shape-rendering="crispEdges"/>
|
||||
<g class="terminal-2118731365-matrix">
|
||||
<text class="terminal-2118731365-r1" x="0" y="20" textLength="976" clip-path="url(#terminal-2118731365-line-0)">Search Commands                                                                 </text><text class="terminal-2118731365-r2" x="976" y="20" textLength="12.2" clip-path="url(#terminal-2118731365-line-0)">
|
||||
</text><text class="terminal-2118731365-r2" x="976" y="44.4" textLength="12.2" clip-path="url(#terminal-2118731365-line-1)">
|
||||
</text><text class="terminal-2118731365-r2" x="976" y="68.8" textLength="12.2" clip-path="url(#terminal-2118731365-line-2)">
|
||||
</text><text class="terminal-2118731365-r3" x="0" y="93.2" textLength="976" clip-path="url(#terminal-2118731365-line-3)">▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔</text><text class="terminal-2118731365-r2" x="976" y="93.2" textLength="12.2" clip-path="url(#terminal-2118731365-line-3)">
|
||||
</text><text class="terminal-2118731365-r2" x="976" y="117.6" textLength="12.2" clip-path="url(#terminal-2118731365-line-4)">
|
||||
</text><text class="terminal-2118731365-r6" x="24.4" y="142" textLength="12.2" clip-path="url(#terminal-2118731365-line-5)">🔎</text><text class="terminal-2118731365-r4" x="61" y="142" textLength="12.2" clip-path="url(#terminal-2118731365-line-5)">b</text><text class="terminal-2118731365-r2" x="976" y="142" textLength="12.2" clip-path="url(#terminal-2118731365-line-5)">
|
||||
</text><text class="terminal-2118731365-r2" x="976" y="166.4" textLength="12.2" clip-path="url(#terminal-2118731365-line-6)">
|
||||
</text><text class="terminal-2118731365-r2" x="976" y="190.8" textLength="12.2" clip-path="url(#terminal-2118731365-line-7)">
|
||||
</text><text class="terminal-2118731365-r9" x="24.4" y="215.2" textLength="12.2" clip-path="url(#terminal-2118731365-line-8)">b</text><text class="terminal-2118731365-r8" x="36.6" y="215.2" textLength="939.4" clip-path="url(#terminal-2118731365-line-8)">ar                                                                           </text><text class="terminal-2118731365-r2" x="976" y="215.2" textLength="12.2" clip-path="url(#terminal-2118731365-line-8)">
|
||||
</text><text class="terminal-2118731365-r9" x="24.4" y="239.6" textLength="12.2" clip-path="url(#terminal-2118731365-line-9)">b</text><text class="terminal-2118731365-r8" x="36.6" y="239.6" textLength="939.4" clip-path="url(#terminal-2118731365-line-9)">az                                                                           </text><text class="terminal-2118731365-r2" x="976" y="239.6" textLength="12.2" clip-path="url(#terminal-2118731365-line-9)">
|
||||
</text><text class="terminal-2118731365-r3" x="0" y="264" textLength="976" clip-path="url(#terminal-2118731365-line-10)">▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁</text><text class="terminal-2118731365-r2" x="976" y="264" textLength="12.2" clip-path="url(#terminal-2118731365-line-10)">
|
||||
</text><text class="terminal-2118731365-r2" x="976" y="288.4" textLength="12.2" clip-path="url(#terminal-2118731365-line-11)">
|
||||
</text><text class="terminal-2118731365-r2" x="976" y="312.8" textLength="12.2" clip-path="url(#terminal-2118731365-line-12)">
|
||||
</text><text class="terminal-2118731365-r2" x="976" y="337.2" textLength="12.2" clip-path="url(#terminal-2118731365-line-13)">
|
||||
</text><text class="terminal-2118731365-r2" x="976" y="361.6" textLength="12.2" clip-path="url(#terminal-2118731365-line-14)">
|
||||
</text><text class="terminal-2118731365-r2" x="976" y="386" textLength="12.2" clip-path="url(#terminal-2118731365-line-15)">
|
||||
</text><text class="terminal-2118731365-r2" x="976" y="410.4" textLength="12.2" clip-path="url(#terminal-2118731365-line-16)">
|
||||
</text><text class="terminal-2118731365-r2" x="976" y="434.8" textLength="12.2" clip-path="url(#terminal-2118731365-line-17)">
|
||||
</text><text class="terminal-2118731365-r2" x="976" y="459.2" textLength="12.2" clip-path="url(#terminal-2118731365-line-18)">
|
||||
</text><text class="terminal-2118731365-r2" x="976" y="483.6" textLength="12.2" clip-path="url(#terminal-2118731365-line-19)">
|
||||
</text><text class="terminal-2118731365-r2" x="976" y="508" textLength="12.2" clip-path="url(#terminal-2118731365-line-20)">
|
||||
</text><text class="terminal-2118731365-r2" x="976" y="532.4" textLength="12.2" clip-path="url(#terminal-2118731365-line-21)">
|
||||
</text><text class="terminal-2118731365-r2" x="976" y="556.8" textLength="12.2" clip-path="url(#terminal-2118731365-line-22)">
|
||||
<g transform="translate(9, 41)" clip-path="url(#terminal-3618916115-clip-terminal)">
|
||||
<rect fill="#121212" x="0" y="1.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="25.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="50.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="74.7" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="99.1" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="12.2" y="99.1" width="36.6" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="48.8" y="99.1" width="915" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="963.8" y="99.1" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="12.2" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="24.4" y="123.5" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="48.8" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="61" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#e0e0e0" x="73.2" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="85.4" y="123.5" width="866.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="951.6" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="963.8" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="147.9" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="12.2" y="147.9" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="24.4" y="147.9" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="48.8" y="147.9" width="915" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="963.8" y="147.9" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="172.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#0e395a" x="0" y="196.7" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#0e395a" x="24.4" y="196.7" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#0e395a" x="36.6" y="196.7" width="939.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="221.1" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="24.4" y="221.1" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="36.6" y="221.1" width="939.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="245.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="269.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="294.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="318.7" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="343.1" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="367.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="391.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="416.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="440.7" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="465.1" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="489.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="513.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="538.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="562.7" width="976" height="24.65" shape-rendering="crispEdges"/>
|
||||
<g class="terminal-3618916115-matrix">
|
||||
<text class="terminal-3618916115-r1" x="0" y="20" textLength="976" clip-path="url(#terminal-3618916115-line-0)">Search Commands                                                                 </text><text class="terminal-3618916115-r2" x="976" y="20" textLength="12.2" clip-path="url(#terminal-3618916115-line-0)">
|
||||
</text><text class="terminal-3618916115-r2" x="976" y="44.4" textLength="12.2" clip-path="url(#terminal-3618916115-line-1)">
|
||||
</text><text class="terminal-3618916115-r2" x="976" y="68.8" textLength="12.2" clip-path="url(#terminal-3618916115-line-2)">
|
||||
</text><text class="terminal-3618916115-r3" x="0" y="93.2" textLength="976" clip-path="url(#terminal-3618916115-line-3)">▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔</text><text class="terminal-3618916115-r2" x="976" y="93.2" textLength="12.2" clip-path="url(#terminal-3618916115-line-3)">
|
||||
</text><text class="terminal-3618916115-r2" x="976" y="117.6" textLength="12.2" clip-path="url(#terminal-3618916115-line-4)">
|
||||
</text><text class="terminal-3618916115-r6" x="24.4" y="142" textLength="12.2" clip-path="url(#terminal-3618916115-line-5)">🔎</text><text class="terminal-3618916115-r4" x="61" y="142" textLength="12.2" clip-path="url(#terminal-3618916115-line-5)">b</text><text class="terminal-3618916115-r2" x="976" y="142" textLength="12.2" clip-path="url(#terminal-3618916115-line-5)">
|
||||
</text><text class="terminal-3618916115-r2" x="976" y="166.4" textLength="12.2" clip-path="url(#terminal-3618916115-line-6)">
|
||||
</text><text class="terminal-3618916115-r2" x="976" y="190.8" textLength="12.2" clip-path="url(#terminal-3618916115-line-7)">
|
||||
</text><text class="terminal-3618916115-r9" x="24.4" y="215.2" textLength="12.2" clip-path="url(#terminal-3618916115-line-8)">b</text><text class="terminal-3618916115-r8" x="36.6" y="215.2" textLength="939.4" clip-path="url(#terminal-3618916115-line-8)">ar                                                                           </text><text class="terminal-3618916115-r2" x="976" y="215.2" textLength="12.2" clip-path="url(#terminal-3618916115-line-8)">
|
||||
</text><text class="terminal-3618916115-r9" x="24.4" y="239.6" textLength="12.2" clip-path="url(#terminal-3618916115-line-9)">b</text><text class="terminal-3618916115-r8" x="36.6" y="239.6" textLength="939.4" clip-path="url(#terminal-3618916115-line-9)">az                                                                           </text><text class="terminal-3618916115-r2" x="976" y="239.6" textLength="12.2" clip-path="url(#terminal-3618916115-line-9)">
|
||||
</text><text class="terminal-3618916115-r3" x="0" y="264" textLength="976" clip-path="url(#terminal-3618916115-line-10)">▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁</text><text class="terminal-3618916115-r2" x="976" y="264" textLength="12.2" clip-path="url(#terminal-3618916115-line-10)">
|
||||
</text><text class="terminal-3618916115-r2" x="976" y="288.4" textLength="12.2" clip-path="url(#terminal-3618916115-line-11)">
|
||||
</text><text class="terminal-3618916115-r2" x="976" y="312.8" textLength="12.2" clip-path="url(#terminal-3618916115-line-12)">
|
||||
</text><text class="terminal-3618916115-r2" x="976" y="337.2" textLength="12.2" clip-path="url(#terminal-3618916115-line-13)">
|
||||
</text><text class="terminal-3618916115-r2" x="976" y="361.6" textLength="12.2" clip-path="url(#terminal-3618916115-line-14)">
|
||||
</text><text class="terminal-3618916115-r2" x="976" y="386" textLength="12.2" clip-path="url(#terminal-3618916115-line-15)">
|
||||
</text><text class="terminal-3618916115-r2" x="976" y="410.4" textLength="12.2" clip-path="url(#terminal-3618916115-line-16)">
|
||||
</text><text class="terminal-3618916115-r2" x="976" y="434.8" textLength="12.2" clip-path="url(#terminal-3618916115-line-17)">
|
||||
</text><text class="terminal-3618916115-r2" x="976" y="459.2" textLength="12.2" clip-path="url(#terminal-3618916115-line-18)">
|
||||
</text><text class="terminal-3618916115-r2" x="976" y="483.6" textLength="12.2" clip-path="url(#terminal-3618916115-line-19)">
|
||||
</text><text class="terminal-3618916115-r2" x="976" y="508" textLength="12.2" clip-path="url(#terminal-3618916115-line-20)">
|
||||
</text><text class="terminal-3618916115-r2" x="976" y="532.4" textLength="12.2" clip-path="url(#terminal-3618916115-line-21)">
|
||||
</text><text class="terminal-3618916115-r2" x="976" y="556.8" textLength="12.2" clip-path="url(#terminal-3618916115-line-22)">
|
||||
</text>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
@@ -19,138 +19,138 @@
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.terminal-3222636008-matrix {
|
||||
.terminal-1364756002-matrix {
|
||||
font-family: Fira Code, monospace;
|
||||
font-size: 20px;
|
||||
line-height: 24.4px;
|
||||
font-variant-east-asian: full-width;
|
||||
}
|
||||
|
||||
.terminal-3222636008-title {
|
||||
.terminal-1364756002-title {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
font-family: arial;
|
||||
}
|
||||
|
||||
.terminal-3222636008-r1 { fill: #646464 }
|
||||
.terminal-3222636008-r2 { fill: #c5c8c6 }
|
||||
.terminal-3222636008-r3 { fill: #0178d4 }
|
||||
.terminal-3222636008-r4 { fill: #e0e0e0 }
|
||||
.terminal-3222636008-r5 { fill: #00ff00 }
|
||||
.terminal-3222636008-r6 { fill: #000000 }
|
||||
.terminal-3222636008-r7 { fill: #121212 }
|
||||
.terminal-3222636008-r8 { fill: #6d7479 }
|
||||
.terminal-3222636008-r9 { fill: #e0e0e0;font-weight: bold }
|
||||
.terminal-1364756002-r1 { fill: #646464 }
|
||||
.terminal-1364756002-r2 { fill: #c5c8c6 }
|
||||
.terminal-1364756002-r3 { fill: #0178d4 }
|
||||
.terminal-1364756002-r4 { fill: #e0e0e0 }
|
||||
.terminal-1364756002-r5 { fill: #00ff00 }
|
||||
.terminal-1364756002-r6 { fill: #000000 }
|
||||
.terminal-1364756002-r7 { fill: #121212 }
|
||||
.terminal-1364756002-r8 { fill: #6d7479 }
|
||||
.terminal-1364756002-r9 { fill: #e0e0e0;font-weight: bold }
|
||||
</style>
|
||||
|
||||
<defs>
|
||||
<clipPath id="terminal-3222636008-clip-terminal">
|
||||
<clipPath id="terminal-1364756002-clip-terminal">
|
||||
<rect x="0" y="0" width="975.0" height="584.5999999999999" />
|
||||
</clipPath>
|
||||
<clipPath id="terminal-3222636008-line-0">
|
||||
<clipPath id="terminal-1364756002-line-0">
|
||||
<rect x="0" y="1.5" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-3222636008-line-1">
|
||||
<clipPath id="terminal-1364756002-line-1">
|
||||
<rect x="0" y="25.9" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-3222636008-line-2">
|
||||
<clipPath id="terminal-1364756002-line-2">
|
||||
<rect x="0" y="50.3" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-3222636008-line-3">
|
||||
<clipPath id="terminal-1364756002-line-3">
|
||||
<rect x="0" y="74.7" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-3222636008-line-4">
|
||||
<clipPath id="terminal-1364756002-line-4">
|
||||
<rect x="0" y="99.1" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-3222636008-line-5">
|
||||
<clipPath id="terminal-1364756002-line-5">
|
||||
<rect x="0" y="123.5" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-3222636008-line-6">
|
||||
<clipPath id="terminal-1364756002-line-6">
|
||||
<rect x="0" y="147.9" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-3222636008-line-7">
|
||||
<clipPath id="terminal-1364756002-line-7">
|
||||
<rect x="0" y="172.3" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-3222636008-line-8">
|
||||
<clipPath id="terminal-1364756002-line-8">
|
||||
<rect x="0" y="196.7" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-3222636008-line-9">
|
||||
<clipPath id="terminal-1364756002-line-9">
|
||||
<rect x="0" y="221.1" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-3222636008-line-10">
|
||||
<clipPath id="terminal-1364756002-line-10">
|
||||
<rect x="0" y="245.5" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-3222636008-line-11">
|
||||
<clipPath id="terminal-1364756002-line-11">
|
||||
<rect x="0" y="269.9" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-3222636008-line-12">
|
||||
<clipPath id="terminal-1364756002-line-12">
|
||||
<rect x="0" y="294.3" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-3222636008-line-13">
|
||||
<clipPath id="terminal-1364756002-line-13">
|
||||
<rect x="0" y="318.7" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-3222636008-line-14">
|
||||
<clipPath id="terminal-1364756002-line-14">
|
||||
<rect x="0" y="343.1" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-3222636008-line-15">
|
||||
<clipPath id="terminal-1364756002-line-15">
|
||||
<rect x="0" y="367.5" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-3222636008-line-16">
|
||||
<clipPath id="terminal-1364756002-line-16">
|
||||
<rect x="0" y="391.9" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-3222636008-line-17">
|
||||
<clipPath id="terminal-1364756002-line-17">
|
||||
<rect x="0" y="416.3" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-3222636008-line-18">
|
||||
<clipPath id="terminal-1364756002-line-18">
|
||||
<rect x="0" y="440.7" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-3222636008-line-19">
|
||||
<clipPath id="terminal-1364756002-line-19">
|
||||
<rect x="0" y="465.1" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-3222636008-line-20">
|
||||
<clipPath id="terminal-1364756002-line-20">
|
||||
<rect x="0" y="489.5" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-3222636008-line-21">
|
||||
<clipPath id="terminal-1364756002-line-21">
|
||||
<rect x="0" y="513.9" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-3222636008-line-22">
|
||||
<clipPath id="terminal-1364756002-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-3222636008-title" fill="#c5c8c6" text-anchor="middle" x="496" y="27">CommandPaletteApp</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-1364756002-title" fill="#c5c8c6" text-anchor="middle" x="496" y="27">CommandPaletteApp</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-3222636008-clip-terminal)">
|
||||
<rect fill="#121212" x="0" y="1.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="25.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="50.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="74.7" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="99.1" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="12.2" y="99.1" width="36.6" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="48.8" y="99.1" width="915" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="963.8" y="99.1" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="12.2" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="24.4" y="123.5" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="48.8" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#e0e0e0" x="61" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="73.2" y="123.5" width="231.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="305" y="123.5" width="646.6" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="951.6" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="963.8" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="147.9" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="12.2" y="147.9" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="24.4" y="147.9" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="48.8" y="147.9" width="915" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="963.8" y="147.9" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="172.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="196.7" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="221.1" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="245.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="269.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="294.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="318.7" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="343.1" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="367.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="391.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="416.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="440.7" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="465.1" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="489.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="513.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="538.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="562.7" width="976" height="24.65" shape-rendering="crispEdges"/>
|
||||
<g class="terminal-3222636008-matrix">
|
||||
<text class="terminal-3222636008-r2" x="976" y="20" textLength="12.2" clip-path="url(#terminal-3222636008-line-0)">
|
||||
</text><text class="terminal-3222636008-r2" x="976" y="44.4" textLength="12.2" clip-path="url(#terminal-3222636008-line-1)">
|
||||
</text><text class="terminal-3222636008-r2" x="976" y="68.8" textLength="12.2" clip-path="url(#terminal-3222636008-line-2)">
|
||||
</text><text class="terminal-3222636008-r3" x="0" y="93.2" textLength="976" clip-path="url(#terminal-3222636008-line-3)">▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔</text><text class="terminal-3222636008-r2" x="976" y="93.2" textLength="12.2" clip-path="url(#terminal-3222636008-line-3)">
|
||||
</text><text class="terminal-3222636008-r2" x="976" y="117.6" textLength="12.2" clip-path="url(#terminal-3222636008-line-4)">
|
||||
</text><text class="terminal-3222636008-r6" x="24.4" y="142" textLength="12.2" clip-path="url(#terminal-3222636008-line-5)">🔎</text><text class="terminal-3222636008-r7" x="61" y="142" textLength="12.2" clip-path="url(#terminal-3222636008-line-5)">S</text><text class="terminal-3222636008-r8" x="73.2" y="142" textLength="231.8" clip-path="url(#terminal-3222636008-line-5)">earch for commands…</text><text class="terminal-3222636008-r2" x="976" y="142" textLength="12.2" clip-path="url(#terminal-3222636008-line-5)">
|
||||
</text><text class="terminal-3222636008-r2" x="976" y="166.4" textLength="12.2" clip-path="url(#terminal-3222636008-line-6)">
|
||||
</text><text class="terminal-3222636008-r2" x="976" y="190.8" textLength="12.2" clip-path="url(#terminal-3222636008-line-7)">
|
||||
</text><text class="terminal-3222636008-r9" x="0" y="215.2" textLength="976" clip-path="url(#terminal-3222636008-line-8)">  This is a test of this code 0                                                 </text><text class="terminal-3222636008-r2" x="976" y="215.2" textLength="12.2" clip-path="url(#terminal-3222636008-line-8)">
|
||||
</text><text class="terminal-3222636008-r9" x="0" y="239.6" textLength="976" clip-path="url(#terminal-3222636008-line-9)">  This is a test of this code 1                                                 </text><text class="terminal-3222636008-r2" x="976" y="239.6" textLength="12.2" clip-path="url(#terminal-3222636008-line-9)">
|
||||
</text><text class="terminal-3222636008-r9" x="0" y="264" textLength="976" clip-path="url(#terminal-3222636008-line-10)">  This is a test of this code 2                                                 </text><text class="terminal-3222636008-r2" x="976" y="264" textLength="12.2" clip-path="url(#terminal-3222636008-line-10)">
|
||||
</text><text class="terminal-3222636008-r9" x="0" y="288.4" textLength="976" clip-path="url(#terminal-3222636008-line-11)">  This is a test of this code 3                                                 </text><text class="terminal-3222636008-r2" x="976" y="288.4" textLength="12.2" clip-path="url(#terminal-3222636008-line-11)">
|
||||
</text><text class="terminal-3222636008-r9" x="0" y="312.8" textLength="976" clip-path="url(#terminal-3222636008-line-12)">  This is a test of this code 4                                                 </text><text class="terminal-3222636008-r2" x="976" y="312.8" textLength="12.2" clip-path="url(#terminal-3222636008-line-12)">
|
||||
</text><text class="terminal-3222636008-r9" x="0" y="337.2" textLength="976" clip-path="url(#terminal-3222636008-line-13)">  This is a test of this code 5                                                 </text><text class="terminal-3222636008-r2" x="976" y="337.2" textLength="12.2" clip-path="url(#terminal-3222636008-line-13)">
|
||||
</text><text class="terminal-3222636008-r9" x="0" y="361.6" textLength="976" clip-path="url(#terminal-3222636008-line-14)">  This is a test of this code 6                                                 </text><text class="terminal-3222636008-r2" x="976" y="361.6" textLength="12.2" clip-path="url(#terminal-3222636008-line-14)">
|
||||
</text><text class="terminal-3222636008-r9" x="0" y="386" textLength="976" clip-path="url(#terminal-3222636008-line-15)">  This is a test of this code 7                                                 </text><text class="terminal-3222636008-r2" x="976" y="386" textLength="12.2" clip-path="url(#terminal-3222636008-line-15)">
|
||||
</text><text class="terminal-3222636008-r9" x="0" y="410.4" textLength="976" clip-path="url(#terminal-3222636008-line-16)">  This is a test of this code 8                                                 </text><text class="terminal-3222636008-r2" x="976" y="410.4" textLength="12.2" clip-path="url(#terminal-3222636008-line-16)">
|
||||
</text><text class="terminal-3222636008-r9" x="0" y="434.8" textLength="976" clip-path="url(#terminal-3222636008-line-17)">  This is a test of this code 9                                                 </text><text class="terminal-3222636008-r2" x="976" y="434.8" textLength="12.2" clip-path="url(#terminal-3222636008-line-17)">
|
||||
</text><text class="terminal-3222636008-r3" x="0" y="459.2" textLength="976" clip-path="url(#terminal-3222636008-line-18)">▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁</text><text class="terminal-3222636008-r2" x="976" y="459.2" textLength="12.2" clip-path="url(#terminal-3222636008-line-18)">
|
||||
</text><text class="terminal-3222636008-r2" x="976" y="483.6" textLength="12.2" clip-path="url(#terminal-3222636008-line-19)">
|
||||
</text><text class="terminal-3222636008-r2" x="976" y="508" textLength="12.2" clip-path="url(#terminal-3222636008-line-20)">
|
||||
</text><text class="terminal-3222636008-r2" x="976" y="532.4" textLength="12.2" clip-path="url(#terminal-3222636008-line-21)">
|
||||
</text><text class="terminal-3222636008-r2" x="976" y="556.8" textLength="12.2" clip-path="url(#terminal-3222636008-line-22)">
|
||||
<g transform="translate(9, 41)" clip-path="url(#terminal-1364756002-clip-terminal)">
|
||||
<rect fill="#121212" x="0" y="1.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="25.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="50.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="74.7" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="99.1" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="12.2" y="99.1" width="36.6" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="48.8" y="99.1" width="915" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="963.8" y="99.1" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="12.2" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="24.4" y="123.5" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="48.8" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#e0e0e0" x="61" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="73.2" y="123.5" width="231.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="305" y="123.5" width="646.6" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="951.6" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="963.8" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="147.9" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="12.2" y="147.9" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="24.4" y="147.9" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="48.8" y="147.9" width="915" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="963.8" y="147.9" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="172.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#0e395a" x="0" y="196.7" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="221.1" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="245.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="269.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="294.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="318.7" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="343.1" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="367.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="391.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="416.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="440.7" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="465.1" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="489.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="513.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="538.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="562.7" width="976" height="24.65" shape-rendering="crispEdges"/>
|
||||
<g class="terminal-1364756002-matrix">
|
||||
<text class="terminal-1364756002-r2" x="976" y="20" textLength="12.2" clip-path="url(#terminal-1364756002-line-0)">
|
||||
</text><text class="terminal-1364756002-r2" x="976" y="44.4" textLength="12.2" clip-path="url(#terminal-1364756002-line-1)">
|
||||
</text><text class="terminal-1364756002-r2" x="976" y="68.8" textLength="12.2" clip-path="url(#terminal-1364756002-line-2)">
|
||||
</text><text class="terminal-1364756002-r3" x="0" y="93.2" textLength="976" clip-path="url(#terminal-1364756002-line-3)">▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔</text><text class="terminal-1364756002-r2" x="976" y="93.2" textLength="12.2" clip-path="url(#terminal-1364756002-line-3)">
|
||||
</text><text class="terminal-1364756002-r2" x="976" y="117.6" textLength="12.2" clip-path="url(#terminal-1364756002-line-4)">
|
||||
</text><text class="terminal-1364756002-r6" x="24.4" y="142" textLength="12.2" clip-path="url(#terminal-1364756002-line-5)">🔎</text><text class="terminal-1364756002-r7" x="61" y="142" textLength="12.2" clip-path="url(#terminal-1364756002-line-5)">S</text><text class="terminal-1364756002-r8" x="73.2" y="142" textLength="231.8" clip-path="url(#terminal-1364756002-line-5)">earch for commands…</text><text class="terminal-1364756002-r2" x="976" y="142" textLength="12.2" clip-path="url(#terminal-1364756002-line-5)">
|
||||
</text><text class="terminal-1364756002-r2" x="976" y="166.4" textLength="12.2" clip-path="url(#terminal-1364756002-line-6)">
|
||||
</text><text class="terminal-1364756002-r2" x="976" y="190.8" textLength="12.2" clip-path="url(#terminal-1364756002-line-7)">
|
||||
</text><text class="terminal-1364756002-r9" x="0" y="215.2" textLength="976" clip-path="url(#terminal-1364756002-line-8)">  This is a test of this code 0                                                 </text><text class="terminal-1364756002-r2" x="976" y="215.2" textLength="12.2" clip-path="url(#terminal-1364756002-line-8)">
|
||||
</text><text class="terminal-1364756002-r9" x="0" y="239.6" textLength="976" clip-path="url(#terminal-1364756002-line-9)">  This is a test of this code 1                                                 </text><text class="terminal-1364756002-r2" x="976" y="239.6" textLength="12.2" clip-path="url(#terminal-1364756002-line-9)">
|
||||
</text><text class="terminal-1364756002-r9" x="0" y="264" textLength="976" clip-path="url(#terminal-1364756002-line-10)">  This is a test of this code 2                                                 </text><text class="terminal-1364756002-r2" x="976" y="264" textLength="12.2" clip-path="url(#terminal-1364756002-line-10)">
|
||||
</text><text class="terminal-1364756002-r9" x="0" y="288.4" textLength="976" clip-path="url(#terminal-1364756002-line-11)">  This is a test of this code 3                                                 </text><text class="terminal-1364756002-r2" x="976" y="288.4" textLength="12.2" clip-path="url(#terminal-1364756002-line-11)">
|
||||
</text><text class="terminal-1364756002-r9" x="0" y="312.8" textLength="976" clip-path="url(#terminal-1364756002-line-12)">  This is a test of this code 4                                                 </text><text class="terminal-1364756002-r2" x="976" y="312.8" textLength="12.2" clip-path="url(#terminal-1364756002-line-12)">
|
||||
</text><text class="terminal-1364756002-r9" x="0" y="337.2" textLength="976" clip-path="url(#terminal-1364756002-line-13)">  This is a test of this code 5                                                 </text><text class="terminal-1364756002-r2" x="976" y="337.2" textLength="12.2" clip-path="url(#terminal-1364756002-line-13)">
|
||||
</text><text class="terminal-1364756002-r9" x="0" y="361.6" textLength="976" clip-path="url(#terminal-1364756002-line-14)">  This is a test of this code 6                                                 </text><text class="terminal-1364756002-r2" x="976" y="361.6" textLength="12.2" clip-path="url(#terminal-1364756002-line-14)">
|
||||
</text><text class="terminal-1364756002-r9" x="0" y="386" textLength="976" clip-path="url(#terminal-1364756002-line-15)">  This is a test of this code 7                                                 </text><text class="terminal-1364756002-r2" x="976" y="386" textLength="12.2" clip-path="url(#terminal-1364756002-line-15)">
|
||||
</text><text class="terminal-1364756002-r9" x="0" y="410.4" textLength="976" clip-path="url(#terminal-1364756002-line-16)">  This is a test of this code 8                                                 </text><text class="terminal-1364756002-r2" x="976" y="410.4" textLength="12.2" clip-path="url(#terminal-1364756002-line-16)">
|
||||
</text><text class="terminal-1364756002-r9" x="0" y="434.8" textLength="976" clip-path="url(#terminal-1364756002-line-17)">  This is a test of this code 9                                                 </text><text class="terminal-1364756002-r2" x="976" y="434.8" textLength="12.2" clip-path="url(#terminal-1364756002-line-17)">
|
||||
</text><text class="terminal-1364756002-r3" x="0" y="459.2" textLength="976" clip-path="url(#terminal-1364756002-line-18)">▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁</text><text class="terminal-1364756002-r2" x="976" y="459.2" textLength="12.2" clip-path="url(#terminal-1364756002-line-18)">
|
||||
</text><text class="terminal-1364756002-r2" x="976" y="483.6" textLength="12.2" clip-path="url(#terminal-1364756002-line-19)">
|
||||
</text><text class="terminal-1364756002-r2" x="976" y="508" textLength="12.2" clip-path="url(#terminal-1364756002-line-20)">
|
||||
</text><text class="terminal-1364756002-r2" x="976" y="532.4" textLength="12.2" clip-path="url(#terminal-1364756002-line-21)">
|
||||
</text><text class="terminal-1364756002-r2" x="976" y="556.8" textLength="12.2" clip-path="url(#terminal-1364756002-line-22)">
|
||||
</text>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
@@ -19,132 +19,132 @@
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.terminal-905867209-matrix {
|
||||
.terminal-3987436012-matrix {
|
||||
font-family: Fira Code, monospace;
|
||||
font-size: 20px;
|
||||
line-height: 24.4px;
|
||||
font-variant-east-asian: full-width;
|
||||
}
|
||||
|
||||
.terminal-905867209-title {
|
||||
.terminal-3987436012-title {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
font-family: arial;
|
||||
}
|
||||
|
||||
.terminal-905867209-r1 { fill: #c5c8c6 }
|
||||
.terminal-905867209-r2 { fill: #e0e0e0 }
|
||||
.terminal-905867209-r3 { fill: #ffffff }
|
||||
.terminal-3987436012-r1 { fill: #c5c8c6 }
|
||||
.terminal-3987436012-r2 { fill: #e0e0e0 }
|
||||
.terminal-3987436012-r3 { fill: #ffffff }
|
||||
</style>
|
||||
|
||||
<defs>
|
||||
<clipPath id="terminal-905867209-clip-terminal">
|
||||
<clipPath id="terminal-3987436012-clip-terminal">
|
||||
<rect x="0" y="0" width="975.0" height="584.5999999999999" />
|
||||
</clipPath>
|
||||
<clipPath id="terminal-905867209-line-0">
|
||||
<clipPath id="terminal-3987436012-line-0">
|
||||
<rect x="0" y="1.5" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-905867209-line-1">
|
||||
<clipPath id="terminal-3987436012-line-1">
|
||||
<rect x="0" y="25.9" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-905867209-line-2">
|
||||
<clipPath id="terminal-3987436012-line-2">
|
||||
<rect x="0" y="50.3" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-905867209-line-3">
|
||||
<clipPath id="terminal-3987436012-line-3">
|
||||
<rect x="0" y="74.7" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-905867209-line-4">
|
||||
<clipPath id="terminal-3987436012-line-4">
|
||||
<rect x="0" y="99.1" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-905867209-line-5">
|
||||
<clipPath id="terminal-3987436012-line-5">
|
||||
<rect x="0" y="123.5" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-905867209-line-6">
|
||||
<clipPath id="terminal-3987436012-line-6">
|
||||
<rect x="0" y="147.9" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-905867209-line-7">
|
||||
<clipPath id="terminal-3987436012-line-7">
|
||||
<rect x="0" y="172.3" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-905867209-line-8">
|
||||
<clipPath id="terminal-3987436012-line-8">
|
||||
<rect x="0" y="196.7" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-905867209-line-9">
|
||||
<clipPath id="terminal-3987436012-line-9">
|
||||
<rect x="0" y="221.1" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-905867209-line-10">
|
||||
<clipPath id="terminal-3987436012-line-10">
|
||||
<rect x="0" y="245.5" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-905867209-line-11">
|
||||
<clipPath id="terminal-3987436012-line-11">
|
||||
<rect x="0" y="269.9" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-905867209-line-12">
|
||||
<clipPath id="terminal-3987436012-line-12">
|
||||
<rect x="0" y="294.3" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-905867209-line-13">
|
||||
<clipPath id="terminal-3987436012-line-13">
|
||||
<rect x="0" y="318.7" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-905867209-line-14">
|
||||
<clipPath id="terminal-3987436012-line-14">
|
||||
<rect x="0" y="343.1" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-905867209-line-15">
|
||||
<clipPath id="terminal-3987436012-line-15">
|
||||
<rect x="0" y="367.5" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-905867209-line-16">
|
||||
<clipPath id="terminal-3987436012-line-16">
|
||||
<rect x="0" y="391.9" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-905867209-line-17">
|
||||
<clipPath id="terminal-3987436012-line-17">
|
||||
<rect x="0" y="416.3" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-905867209-line-18">
|
||||
<clipPath id="terminal-3987436012-line-18">
|
||||
<rect x="0" y="440.7" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-905867209-line-19">
|
||||
<clipPath id="terminal-3987436012-line-19">
|
||||
<rect x="0" y="465.1" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-905867209-line-20">
|
||||
<clipPath id="terminal-3987436012-line-20">
|
||||
<rect x="0" y="489.5" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-905867209-line-21">
|
||||
<clipPath id="terminal-3987436012-line-21">
|
||||
<rect x="0" y="513.9" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-905867209-line-22">
|
||||
<clipPath id="terminal-3987436012-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-905867209-title" fill="#c5c8c6" text-anchor="middle" x="496" y="27">Press ctrl + p and type a color</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-3987436012-title" fill="#c5c8c6" text-anchor="middle" x="496" y="27">Press ctrl + p and type a color</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-905867209-clip-terminal)">
|
||||
<rect fill="#242f38" x="0" y="1.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#242f38" x="12.2" y="1.5" width="73.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#242f38" x="85.4" y="1.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#242f38" x="97.6" y="1.5" width="756.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#242f38" x="854" y="1.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#242f38" x="866.2" y="1.5" width="0" height="24.65" shape-rendering="crispEdges"/><rect fill="#242f38" x="866.2" y="1.5" width="109.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="25.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="50.3" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#800000" x="24.4" y="50.3" width="927.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="951.6" y="50.3" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="74.7" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#800000" x="24.4" y="74.7" width="927.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="951.6" y="74.7" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="99.1" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#800000" x="24.4" y="99.1" width="927.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="951.6" y="99.1" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="123.5" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#800000" x="24.4" y="123.5" width="73.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#800000" x="97.6" y="123.5" width="97.6" height="24.65" shape-rendering="crispEdges"/><rect fill="#800000" x="195.2" y="123.5" width="756.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="951.6" y="123.5" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="147.9" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#800000" x="24.4" y="147.9" width="927.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="951.6" y="147.9" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="172.3" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#800000" x="24.4" y="172.3" width="927.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="951.6" y="172.3" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="196.7" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#800000" x="24.4" y="196.7" width="927.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="951.6" y="196.7" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="221.1" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="245.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="269.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="294.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="318.7" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="343.1" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="367.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="391.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="416.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="440.7" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="465.1" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="489.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="513.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="538.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="562.7" width="976" height="24.65" shape-rendering="crispEdges"/>
|
||||
<g class="terminal-905867209-matrix">
|
||||
<text class="terminal-905867209-r2" x="12.2" y="20" textLength="73.2" clip-path="url(#terminal-905867209-line-0)">⭘     </text><text class="terminal-905867209-r2" x="97.6" y="20" textLength="756.4" clip-path="url(#terminal-905867209-line-0)">               Press ctrl + p and type a color                </text><text class="terminal-905867209-r1" x="976" y="20" textLength="12.2" clip-path="url(#terminal-905867209-line-0)">
|
||||
</text><text class="terminal-905867209-r1" x="976" y="44.4" textLength="12.2" clip-path="url(#terminal-905867209-line-1)">
|
||||
</text><text class="terminal-905867209-r1" x="976" y="68.8" textLength="12.2" clip-path="url(#terminal-905867209-line-2)">
|
||||
</text><text class="terminal-905867209-r1" x="976" y="93.2" textLength="12.2" clip-path="url(#terminal-905867209-line-3)">
|
||||
</text><text class="terminal-905867209-r1" x="976" y="117.6" textLength="12.2" clip-path="url(#terminal-905867209-line-4)">
|
||||
</text><text class="terminal-905867209-r3" x="97.6" y="142" textLength="97.6" clip-path="url(#terminal-905867209-line-5)">ansi_red</text><text class="terminal-905867209-r1" x="976" y="142" textLength="12.2" clip-path="url(#terminal-905867209-line-5)">
|
||||
</text><text class="terminal-905867209-r1" x="976" y="166.4" textLength="12.2" clip-path="url(#terminal-905867209-line-6)">
|
||||
</text><text class="terminal-905867209-r1" x="976" y="190.8" textLength="12.2" clip-path="url(#terminal-905867209-line-7)">
|
||||
</text><text class="terminal-905867209-r1" x="976" y="215.2" textLength="12.2" clip-path="url(#terminal-905867209-line-8)">
|
||||
</text><text class="terminal-905867209-r1" x="976" y="239.6" textLength="12.2" clip-path="url(#terminal-905867209-line-9)">
|
||||
</text><text class="terminal-905867209-r1" x="976" y="264" textLength="12.2" clip-path="url(#terminal-905867209-line-10)">
|
||||
</text><text class="terminal-905867209-r1" x="976" y="288.4" textLength="12.2" clip-path="url(#terminal-905867209-line-11)">
|
||||
</text><text class="terminal-905867209-r1" x="976" y="312.8" textLength="12.2" clip-path="url(#terminal-905867209-line-12)">
|
||||
</text><text class="terminal-905867209-r1" x="976" y="337.2" textLength="12.2" clip-path="url(#terminal-905867209-line-13)">
|
||||
</text><text class="terminal-905867209-r1" x="976" y="361.6" textLength="12.2" clip-path="url(#terminal-905867209-line-14)">
|
||||
</text><text class="terminal-905867209-r1" x="976" y="386" textLength="12.2" clip-path="url(#terminal-905867209-line-15)">
|
||||
</text><text class="terminal-905867209-r1" x="976" y="410.4" textLength="12.2" clip-path="url(#terminal-905867209-line-16)">
|
||||
</text><text class="terminal-905867209-r1" x="976" y="434.8" textLength="12.2" clip-path="url(#terminal-905867209-line-17)">
|
||||
</text><text class="terminal-905867209-r1" x="976" y="459.2" textLength="12.2" clip-path="url(#terminal-905867209-line-18)">
|
||||
</text><text class="terminal-905867209-r1" x="976" y="483.6" textLength="12.2" clip-path="url(#terminal-905867209-line-19)">
|
||||
</text><text class="terminal-905867209-r1" x="976" y="508" textLength="12.2" clip-path="url(#terminal-905867209-line-20)">
|
||||
</text><text class="terminal-905867209-r1" x="976" y="532.4" textLength="12.2" clip-path="url(#terminal-905867209-line-21)">
|
||||
</text><text class="terminal-905867209-r1" x="976" y="556.8" textLength="12.2" clip-path="url(#terminal-905867209-line-22)">
|
||||
<g transform="translate(9, 41)" clip-path="url(#terminal-3987436012-clip-terminal)">
|
||||
<rect fill="#242f38" x="0" y="1.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#242f38" x="12.2" y="1.5" width="73.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#242f38" x="85.4" y="1.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#242f38" x="97.6" y="1.5" width="756.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#242f38" x="854" y="1.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#242f38" x="866.2" y="1.5" width="0" height="24.65" shape-rendering="crispEdges"/><rect fill="#242f38" x="866.2" y="1.5" width="109.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="25.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="50.3" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#ff0000" x="24.4" y="50.3" width="927.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="951.6" y="50.3" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="74.7" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#ff0000" x="24.4" y="74.7" width="927.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="951.6" y="74.7" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="99.1" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#ff0000" x="24.4" y="99.1" width="927.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="951.6" y="99.1" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="123.5" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#ff0000" x="24.4" y="123.5" width="73.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#ff0000" x="97.6" y="123.5" width="36.6" height="24.65" shape-rendering="crispEdges"/><rect fill="#ff0000" x="134.2" y="123.5" width="817.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="951.6" y="123.5" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="147.9" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#ff0000" x="24.4" y="147.9" width="927.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="951.6" y="147.9" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="172.3" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#ff0000" x="24.4" y="172.3" width="927.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="951.6" y="172.3" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="196.7" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#ff0000" x="24.4" y="196.7" width="927.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="951.6" y="196.7" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="221.1" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="245.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="269.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="294.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="318.7" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="343.1" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="367.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="391.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="416.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="440.7" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="465.1" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="489.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="513.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="538.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="562.7" width="976" height="24.65" shape-rendering="crispEdges"/>
|
||||
<g class="terminal-3987436012-matrix">
|
||||
<text class="terminal-3987436012-r2" x="12.2" y="20" textLength="73.2" clip-path="url(#terminal-3987436012-line-0)">⭘     </text><text class="terminal-3987436012-r2" x="97.6" y="20" textLength="756.4" clip-path="url(#terminal-3987436012-line-0)">               Press ctrl + p and type a color                </text><text class="terminal-3987436012-r1" x="976" y="20" textLength="12.2" clip-path="url(#terminal-3987436012-line-0)">
|
||||
</text><text class="terminal-3987436012-r1" x="976" y="44.4" textLength="12.2" clip-path="url(#terminal-3987436012-line-1)">
|
||||
</text><text class="terminal-3987436012-r1" x="976" y="68.8" textLength="12.2" clip-path="url(#terminal-3987436012-line-2)">
|
||||
</text><text class="terminal-3987436012-r1" x="976" y="93.2" textLength="12.2" clip-path="url(#terminal-3987436012-line-3)">
|
||||
</text><text class="terminal-3987436012-r1" x="976" y="117.6" textLength="12.2" clip-path="url(#terminal-3987436012-line-4)">
|
||||
</text><text class="terminal-3987436012-r3" x="97.6" y="142" textLength="36.6" clip-path="url(#terminal-3987436012-line-5)">red</text><text class="terminal-3987436012-r1" x="976" y="142" textLength="12.2" clip-path="url(#terminal-3987436012-line-5)">
|
||||
</text><text class="terminal-3987436012-r1" x="976" y="166.4" textLength="12.2" clip-path="url(#terminal-3987436012-line-6)">
|
||||
</text><text class="terminal-3987436012-r1" x="976" y="190.8" textLength="12.2" clip-path="url(#terminal-3987436012-line-7)">
|
||||
</text><text class="terminal-3987436012-r1" x="976" y="215.2" textLength="12.2" clip-path="url(#terminal-3987436012-line-8)">
|
||||
</text><text class="terminal-3987436012-r1" x="976" y="239.6" textLength="12.2" clip-path="url(#terminal-3987436012-line-9)">
|
||||
</text><text class="terminal-3987436012-r1" x="976" y="264" textLength="12.2" clip-path="url(#terminal-3987436012-line-10)">
|
||||
</text><text class="terminal-3987436012-r1" x="976" y="288.4" textLength="12.2" clip-path="url(#terminal-3987436012-line-11)">
|
||||
</text><text class="terminal-3987436012-r1" x="976" y="312.8" textLength="12.2" clip-path="url(#terminal-3987436012-line-12)">
|
||||
</text><text class="terminal-3987436012-r1" x="976" y="337.2" textLength="12.2" clip-path="url(#terminal-3987436012-line-13)">
|
||||
</text><text class="terminal-3987436012-r1" x="976" y="361.6" textLength="12.2" clip-path="url(#terminal-3987436012-line-14)">
|
||||
</text><text class="terminal-3987436012-r1" x="976" y="386" textLength="12.2" clip-path="url(#terminal-3987436012-line-15)">
|
||||
</text><text class="terminal-3987436012-r1" x="976" y="410.4" textLength="12.2" clip-path="url(#terminal-3987436012-line-16)">
|
||||
</text><text class="terminal-3987436012-r1" x="976" y="434.8" textLength="12.2" clip-path="url(#terminal-3987436012-line-17)">
|
||||
</text><text class="terminal-3987436012-r1" x="976" y="459.2" textLength="12.2" clip-path="url(#terminal-3987436012-line-18)">
|
||||
</text><text class="terminal-3987436012-r1" x="976" y="483.6" textLength="12.2" clip-path="url(#terminal-3987436012-line-19)">
|
||||
</text><text class="terminal-3987436012-r1" x="976" y="508" textLength="12.2" clip-path="url(#terminal-3987436012-line-20)">
|
||||
</text><text class="terminal-3987436012-r1" x="976" y="532.4" textLength="12.2" clip-path="url(#terminal-3987436012-line-21)">
|
||||
</text><text class="terminal-3987436012-r1" x="976" y="556.8" textLength="12.2" clip-path="url(#terminal-3987436012-line-22)">
|
||||
</text>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
@@ -19,141 +19,141 @@
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.terminal-2832635806-matrix {
|
||||
.terminal-4128151976-matrix {
|
||||
font-family: Fira Code, monospace;
|
||||
font-size: 20px;
|
||||
line-height: 24.4px;
|
||||
font-variant-east-asian: full-width;
|
||||
}
|
||||
|
||||
.terminal-2832635806-title {
|
||||
.terminal-4128151976-title {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
font-family: arial;
|
||||
}
|
||||
|
||||
.terminal-2832635806-r1 { fill: #646464 }
|
||||
.terminal-2832635806-r2 { fill: #c5c8c6 }
|
||||
.terminal-2832635806-r3 { fill: #0178d4 }
|
||||
.terminal-2832635806-r4 { fill: #e0e0e0 }
|
||||
.terminal-2832635806-r5 { fill: #00ff00 }
|
||||
.terminal-2832635806-r6 { fill: #000000 }
|
||||
.terminal-2832635806-r7 { fill: #121212 }
|
||||
.terminal-2832635806-r8 { fill: #6d7479 }
|
||||
.terminal-2832635806-r9 { fill: #e0e0e0;font-weight: bold }
|
||||
.terminal-2832635806-r10 { fill: #98e024;font-weight: bold;text-decoration: underline; }
|
||||
.terminal-2832635806-r11 { fill: #a1a5a8 }
|
||||
.terminal-2832635806-r12 { fill: #f4005f;text-decoration: underline; }
|
||||
.terminal-4128151976-r1 { fill: #646464 }
|
||||
.terminal-4128151976-r2 { fill: #c5c8c6 }
|
||||
.terminal-4128151976-r3 { fill: #0178d4 }
|
||||
.terminal-4128151976-r4 { fill: #e0e0e0 }
|
||||
.terminal-4128151976-r5 { fill: #00ff00 }
|
||||
.terminal-4128151976-r6 { fill: #000000 }
|
||||
.terminal-4128151976-r7 { fill: #121212 }
|
||||
.terminal-4128151976-r8 { fill: #6d7479 }
|
||||
.terminal-4128151976-r9 { fill: #e0e0e0;font-weight: bold }
|
||||
.terminal-4128151976-r10 { fill: #98e024;font-weight: bold;text-decoration: underline; }
|
||||
.terminal-4128151976-r11 { fill: #9eafbd }
|
||||
.terminal-4128151976-r12 { fill: #f4005f;text-decoration: underline; }
|
||||
</style>
|
||||
|
||||
<defs>
|
||||
<clipPath id="terminal-2832635806-clip-terminal">
|
||||
<clipPath id="terminal-4128151976-clip-terminal">
|
||||
<rect x="0" y="0" width="975.0" height="584.5999999999999" />
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2832635806-line-0">
|
||||
<clipPath id="terminal-4128151976-line-0">
|
||||
<rect x="0" y="1.5" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2832635806-line-1">
|
||||
<clipPath id="terminal-4128151976-line-1">
|
||||
<rect x="0" y="25.9" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2832635806-line-2">
|
||||
<clipPath id="terminal-4128151976-line-2">
|
||||
<rect x="0" y="50.3" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2832635806-line-3">
|
||||
<clipPath id="terminal-4128151976-line-3">
|
||||
<rect x="0" y="74.7" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2832635806-line-4">
|
||||
<clipPath id="terminal-4128151976-line-4">
|
||||
<rect x="0" y="99.1" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2832635806-line-5">
|
||||
<clipPath id="terminal-4128151976-line-5">
|
||||
<rect x="0" y="123.5" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2832635806-line-6">
|
||||
<clipPath id="terminal-4128151976-line-6">
|
||||
<rect x="0" y="147.9" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2832635806-line-7">
|
||||
<clipPath id="terminal-4128151976-line-7">
|
||||
<rect x="0" y="172.3" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2832635806-line-8">
|
||||
<clipPath id="terminal-4128151976-line-8">
|
||||
<rect x="0" y="196.7" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2832635806-line-9">
|
||||
<clipPath id="terminal-4128151976-line-9">
|
||||
<rect x="0" y="221.1" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2832635806-line-10">
|
||||
<clipPath id="terminal-4128151976-line-10">
|
||||
<rect x="0" y="245.5" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2832635806-line-11">
|
||||
<clipPath id="terminal-4128151976-line-11">
|
||||
<rect x="0" y="269.9" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2832635806-line-12">
|
||||
<clipPath id="terminal-4128151976-line-12">
|
||||
<rect x="0" y="294.3" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2832635806-line-13">
|
||||
<clipPath id="terminal-4128151976-line-13">
|
||||
<rect x="0" y="318.7" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2832635806-line-14">
|
||||
<clipPath id="terminal-4128151976-line-14">
|
||||
<rect x="0" y="343.1" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2832635806-line-15">
|
||||
<clipPath id="terminal-4128151976-line-15">
|
||||
<rect x="0" y="367.5" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2832635806-line-16">
|
||||
<clipPath id="terminal-4128151976-line-16">
|
||||
<rect x="0" y="391.9" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2832635806-line-17">
|
||||
<clipPath id="terminal-4128151976-line-17">
|
||||
<rect x="0" y="416.3" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2832635806-line-18">
|
||||
<clipPath id="terminal-4128151976-line-18">
|
||||
<rect x="0" y="440.7" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2832635806-line-19">
|
||||
<clipPath id="terminal-4128151976-line-19">
|
||||
<rect x="0" y="465.1" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2832635806-line-20">
|
||||
<clipPath id="terminal-4128151976-line-20">
|
||||
<rect x="0" y="489.5" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2832635806-line-21">
|
||||
<clipPath id="terminal-4128151976-line-21">
|
||||
<rect x="0" y="513.9" width="976" height="24.65"/>
|
||||
</clipPath>
|
||||
<clipPath id="terminal-2832635806-line-22">
|
||||
<clipPath id="terminal-4128151976-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-2832635806-title" fill="#c5c8c6" text-anchor="middle" x="496" y="27">MyApp</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-4128151976-title" fill="#c5c8c6" text-anchor="middle" x="496" y="27">MyApp</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-2832635806-clip-terminal)">
|
||||
<rect fill="#121212" x="0" y="1.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="25.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="50.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="74.7" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="99.1" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="12.2" y="99.1" width="36.6" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="48.8" y="99.1" width="915" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="963.8" y="99.1" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="12.2" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="24.4" y="123.5" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="48.8" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#e0e0e0" x="61" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="73.2" y="123.5" width="231.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="305" y="123.5" width="646.6" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="951.6" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="963.8" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="147.9" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="12.2" y="147.9" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="24.4" y="147.9" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="48.8" y="147.9" width="915" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="963.8" y="147.9" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="172.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="196.7" width="97.6" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="97.6" y="196.7" width="61" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="158.6" y="196.7" width="817.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="221.1" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="24.4" y="221.1" width="61" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="85.4" y="221.1" width="48.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="134.2" y="221.1" width="841.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="245.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="269.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="294.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="318.7" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="343.1" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="367.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="391.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="416.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="440.7" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="465.1" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="489.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="513.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="538.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="562.7" width="976" height="24.65" shape-rendering="crispEdges"/>
|
||||
<g class="terminal-2832635806-matrix">
|
||||
<text class="terminal-2832635806-r2" x="976" y="20" textLength="12.2" clip-path="url(#terminal-2832635806-line-0)">
|
||||
</text><text class="terminal-2832635806-r2" x="976" y="44.4" textLength="12.2" clip-path="url(#terminal-2832635806-line-1)">
|
||||
</text><text class="terminal-2832635806-r2" x="976" y="68.8" textLength="12.2" clip-path="url(#terminal-2832635806-line-2)">
|
||||
</text><text class="terminal-2832635806-r3" x="0" y="93.2" textLength="976" clip-path="url(#terminal-2832635806-line-3)">▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔</text><text class="terminal-2832635806-r2" x="976" y="93.2" textLength="12.2" clip-path="url(#terminal-2832635806-line-3)">
|
||||
</text><text class="terminal-2832635806-r2" x="976" y="117.6" textLength="12.2" clip-path="url(#terminal-2832635806-line-4)">
|
||||
</text><text class="terminal-2832635806-r6" x="24.4" y="142" textLength="12.2" clip-path="url(#terminal-2832635806-line-5)">🔎</text><text class="terminal-2832635806-r7" x="61" y="142" textLength="12.2" clip-path="url(#terminal-2832635806-line-5)">S</text><text class="terminal-2832635806-r8" x="73.2" y="142" textLength="231.8" clip-path="url(#terminal-2832635806-line-5)">earch for commands…</text><text class="terminal-2832635806-r2" x="976" y="142" textLength="12.2" clip-path="url(#terminal-2832635806-line-5)">
|
||||
</text><text class="terminal-2832635806-r2" x="976" y="166.4" textLength="12.2" clip-path="url(#terminal-2832635806-line-6)">
|
||||
</text><text class="terminal-2832635806-r2" x="976" y="190.8" textLength="12.2" clip-path="url(#terminal-2832635806-line-7)">
|
||||
</text><text class="terminal-2832635806-r9" x="0" y="215.2" textLength="97.6" clip-path="url(#terminal-2832635806-line-8)">  Hello </text><text class="terminal-2832635806-r10" x="97.6" y="215.2" textLength="61" clip-path="url(#terminal-2832635806-line-8)">World</text><text class="terminal-2832635806-r2" x="976" y="215.2" textLength="12.2" clip-path="url(#terminal-2832635806-line-8)">
|
||||
</text><text class="terminal-2832635806-r11" x="24.4" y="239.6" textLength="61" clip-path="url(#terminal-2832635806-line-9)">Help </text><text class="terminal-2832635806-r12" x="85.4" y="239.6" textLength="48.8" clip-path="url(#terminal-2832635806-line-9)">text</text><text class="terminal-2832635806-r2" x="976" y="239.6" textLength="12.2" clip-path="url(#terminal-2832635806-line-9)">
|
||||
</text><text class="terminal-2832635806-r3" x="0" y="264" textLength="976" clip-path="url(#terminal-2832635806-line-10)">▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁</text><text class="terminal-2832635806-r2" x="976" y="264" textLength="12.2" clip-path="url(#terminal-2832635806-line-10)">
|
||||
</text><text class="terminal-2832635806-r2" x="976" y="288.4" textLength="12.2" clip-path="url(#terminal-2832635806-line-11)">
|
||||
</text><text class="terminal-2832635806-r2" x="976" y="312.8" textLength="12.2" clip-path="url(#terminal-2832635806-line-12)">
|
||||
</text><text class="terminal-2832635806-r2" x="976" y="337.2" textLength="12.2" clip-path="url(#terminal-2832635806-line-13)">
|
||||
</text><text class="terminal-2832635806-r2" x="976" y="361.6" textLength="12.2" clip-path="url(#terminal-2832635806-line-14)">
|
||||
</text><text class="terminal-2832635806-r2" x="976" y="386" textLength="12.2" clip-path="url(#terminal-2832635806-line-15)">
|
||||
</text><text class="terminal-2832635806-r2" x="976" y="410.4" textLength="12.2" clip-path="url(#terminal-2832635806-line-16)">
|
||||
</text><text class="terminal-2832635806-r2" x="976" y="434.8" textLength="12.2" clip-path="url(#terminal-2832635806-line-17)">
|
||||
</text><text class="terminal-2832635806-r2" x="976" y="459.2" textLength="12.2" clip-path="url(#terminal-2832635806-line-18)">
|
||||
</text><text class="terminal-2832635806-r2" x="976" y="483.6" textLength="12.2" clip-path="url(#terminal-2832635806-line-19)">
|
||||
</text><text class="terminal-2832635806-r2" x="976" y="508" textLength="12.2" clip-path="url(#terminal-2832635806-line-20)">
|
||||
</text><text class="terminal-2832635806-r2" x="976" y="532.4" textLength="12.2" clip-path="url(#terminal-2832635806-line-21)">
|
||||
</text><text class="terminal-2832635806-r2" x="976" y="556.8" textLength="12.2" clip-path="url(#terminal-2832635806-line-22)">
|
||||
<g transform="translate(9, 41)" clip-path="url(#terminal-4128151976-clip-terminal)">
|
||||
<rect fill="#121212" x="0" y="1.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="25.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="50.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="74.7" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="99.1" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="12.2" y="99.1" width="36.6" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="48.8" y="99.1" width="915" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="963.8" y="99.1" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="12.2" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="24.4" y="123.5" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="48.8" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#e0e0e0" x="61" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="73.2" y="123.5" width="231.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="305" y="123.5" width="646.6" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="951.6" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="963.8" y="123.5" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="147.9" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="12.2" y="147.9" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="24.4" y="147.9" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="48.8" y="147.9" width="915" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="963.8" y="147.9" width="12.2" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="172.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#0e395a" x="0" y="196.7" width="97.6" height="24.65" shape-rendering="crispEdges"/><rect fill="#0e395a" x="97.6" y="196.7" width="61" height="24.65" shape-rendering="crispEdges"/><rect fill="#0e395a" x="158.6" y="196.7" width="817.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#0e395a" x="0" y="221.1" width="24.4" height="24.65" shape-rendering="crispEdges"/><rect fill="#0e395a" x="24.4" y="221.1" width="61" height="24.65" shape-rendering="crispEdges"/><rect fill="#0e395a" x="85.4" y="221.1" width="48.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#0e395a" x="134.2" y="221.1" width="841.8" height="24.65" shape-rendering="crispEdges"/><rect fill="#141f27" x="0" y="245.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="269.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="294.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="318.7" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="343.1" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="367.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="391.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="416.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="440.7" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="465.1" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="489.5" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="513.9" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="538.3" width="976" height="24.65" shape-rendering="crispEdges"/><rect fill="#121212" x="0" y="562.7" width="976" height="24.65" shape-rendering="crispEdges"/>
|
||||
<g class="terminal-4128151976-matrix">
|
||||
<text class="terminal-4128151976-r2" x="976" y="20" textLength="12.2" clip-path="url(#terminal-4128151976-line-0)">
|
||||
</text><text class="terminal-4128151976-r2" x="976" y="44.4" textLength="12.2" clip-path="url(#terminal-4128151976-line-1)">
|
||||
</text><text class="terminal-4128151976-r2" x="976" y="68.8" textLength="12.2" clip-path="url(#terminal-4128151976-line-2)">
|
||||
</text><text class="terminal-4128151976-r3" x="0" y="93.2" textLength="976" clip-path="url(#terminal-4128151976-line-3)">▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔</text><text class="terminal-4128151976-r2" x="976" y="93.2" textLength="12.2" clip-path="url(#terminal-4128151976-line-3)">
|
||||
</text><text class="terminal-4128151976-r2" x="976" y="117.6" textLength="12.2" clip-path="url(#terminal-4128151976-line-4)">
|
||||
</text><text class="terminal-4128151976-r6" x="24.4" y="142" textLength="12.2" clip-path="url(#terminal-4128151976-line-5)">🔎</text><text class="terminal-4128151976-r7" x="61" y="142" textLength="12.2" clip-path="url(#terminal-4128151976-line-5)">S</text><text class="terminal-4128151976-r8" x="73.2" y="142" textLength="231.8" clip-path="url(#terminal-4128151976-line-5)">earch for commands…</text><text class="terminal-4128151976-r2" x="976" y="142" textLength="12.2" clip-path="url(#terminal-4128151976-line-5)">
|
||||
</text><text class="terminal-4128151976-r2" x="976" y="166.4" textLength="12.2" clip-path="url(#terminal-4128151976-line-6)">
|
||||
</text><text class="terminal-4128151976-r2" x="976" y="190.8" textLength="12.2" clip-path="url(#terminal-4128151976-line-7)">
|
||||
</text><text class="terminal-4128151976-r9" x="0" y="215.2" textLength="97.6" clip-path="url(#terminal-4128151976-line-8)">  Hello </text><text class="terminal-4128151976-r10" x="97.6" y="215.2" textLength="61" clip-path="url(#terminal-4128151976-line-8)">World</text><text class="terminal-4128151976-r2" x="976" y="215.2" textLength="12.2" clip-path="url(#terminal-4128151976-line-8)">
|
||||
</text><text class="terminal-4128151976-r11" x="24.4" y="239.6" textLength="61" clip-path="url(#terminal-4128151976-line-9)">Help </text><text class="terminal-4128151976-r12" x="85.4" y="239.6" textLength="48.8" clip-path="url(#terminal-4128151976-line-9)">text</text><text class="terminal-4128151976-r2" x="976" y="239.6" textLength="12.2" clip-path="url(#terminal-4128151976-line-9)">
|
||||
</text><text class="terminal-4128151976-r3" x="0" y="264" textLength="976" clip-path="url(#terminal-4128151976-line-10)">▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁</text><text class="terminal-4128151976-r2" x="976" y="264" textLength="12.2" clip-path="url(#terminal-4128151976-line-10)">
|
||||
</text><text class="terminal-4128151976-r2" x="976" y="288.4" textLength="12.2" clip-path="url(#terminal-4128151976-line-11)">
|
||||
</text><text class="terminal-4128151976-r2" x="976" y="312.8" textLength="12.2" clip-path="url(#terminal-4128151976-line-12)">
|
||||
</text><text class="terminal-4128151976-r2" x="976" y="337.2" textLength="12.2" clip-path="url(#terminal-4128151976-line-13)">
|
||||
</text><text class="terminal-4128151976-r2" x="976" y="361.6" textLength="12.2" clip-path="url(#terminal-4128151976-line-14)">
|
||||
</text><text class="terminal-4128151976-r2" x="976" y="386" textLength="12.2" clip-path="url(#terminal-4128151976-line-15)">
|
||||
</text><text class="terminal-4128151976-r2" x="976" y="410.4" textLength="12.2" clip-path="url(#terminal-4128151976-line-16)">
|
||||
</text><text class="terminal-4128151976-r2" x="976" y="434.8" textLength="12.2" clip-path="url(#terminal-4128151976-line-17)">
|
||||
</text><text class="terminal-4128151976-r2" x="976" y="459.2" textLength="12.2" clip-path="url(#terminal-4128151976-line-18)">
|
||||
</text><text class="terminal-4128151976-r2" x="976" y="483.6" textLength="12.2" clip-path="url(#terminal-4128151976-line-19)">
|
||||
</text><text class="terminal-4128151976-r2" x="976" y="508" textLength="12.2" clip-path="url(#terminal-4128151976-line-20)">
|
||||
</text><text class="terminal-4128151976-r2" x="976" y="532.4" textLength="12.2" clip-path="url(#terminal-4128151976-line-21)">
|
||||
</text><text class="terminal-4128151976-r2" x="976" y="556.8" textLength="12.2" clip-path="url(#terminal-4128151976-line-22)">
|
||||
</text>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |