mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
42 lines
1.6 KiB
XML
42 lines
1.6 KiB
XML
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#0b0b0b">
|
|
<style>
|
|
g:not(:target) {
|
|
display: none;
|
|
}
|
|
</style>
|
|
<g id="overview-markers">
|
|
<rect x="0" y="4" width="5" height="1"/>
|
|
<rect x="7" y="4" width="9" height="1"/>
|
|
<rect x="0" y="8" width="8" height="1"/>
|
|
<rect x="10" y="8" width="6" height="1"/>
|
|
<rect x="0" y="12" width="9" height="1"/>
|
|
<rect x="12" y="12" width="4" height="1"/>
|
|
</g>
|
|
<g id="overview-frames">
|
|
<rect x="1" y="4" width="2" height="12" rx="1" ry="1"/>
|
|
<rect x="5" y="12" width="2" height="4" rx="1" ry="1"/>
|
|
<rect x="9" y="9" width="2" height="7" rx="1" ry="1"/>
|
|
<rect x="13" y="7" width="2" height="9" rx="1" ry="1"/>
|
|
</g>
|
|
<g id="details-waterfall">
|
|
<rect x="0" y="4" width="9" height="1"/>
|
|
<rect x="5" y="8" width="8" height="1"/>
|
|
<rect x="7" y="12" width="9" height="1"/>
|
|
</g>
|
|
<g id="details-call-tree">
|
|
<rect x="1" y="4" width="10" height="1"/>
|
|
<rect x="5" y="7" width="10" height="1"/>
|
|
<rect x="1" y="10" width="10" height="1"/>
|
|
<rect x="5" y="13" width="10" height="1"/>
|
|
</g>
|
|
<g id="details-flamegraph">
|
|
<rect x="0" y="4" width="16" height="1"/>
|
|
<rect x="0" y="7" width="8" height="1"/>
|
|
<rect x="10" y="7" width="6" height="1"/>
|
|
<rect x="2" y="10" width="6" height="1"/>
|
|
<rect x="5" y="13" width="3" height="1"/>
|
|
</g>
|
|
</svg>
|