| 1 | <!-- This Source Code Form is subject to the terms of the Mozilla Public |
| 2 | - License, v. 2.0. If a copy of the MPL was not distributed with this |
| 3 | - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
| 4 | <svg xmlns="http://www.w3.org/2000/svg" |
| 5 | xmlns:xlink="http://www.w3.org/1999/xlink" |
| 6 | width="16px" height="16px"> |
| 7 | <style> |
| 8 | use:not(:target) { |
| 9 | display: none; |
| 10 | } |
| 11 | |
| 12 | use { |
| 13 | fill: #FFCF00; |
| 14 | } |
| 15 | |
| 16 | use[id$="-active"] { |
| 17 | fill: #000000; |
| 18 | } |
| 19 | </style> |
| 20 | <defs> |
| 21 | <g id="overview-markers-shape"> |
| 22 | <rect x="0px" y="3px" width="5px" height="2.5px" rx="1" ry="1"/> |
| 23 | <rect x="7px" y="3px" width="9px" height="2.5px" rx="1" ry="1"/> |
| 24 | <rect x="0px" y="7px" width="9px" height="2.5px" rx="1" ry="1"/> |
| 25 | <rect x="10px" y="7px" width="6px" height="2.5px" rx="1" ry="1"/> |
| 26 | <rect x="4px" y="11px" width="5px" height="2.5px" rx="1" ry="1"/> |
| 27 | <rect x="12px" y="11px" width="4px" height="2.5px" rx="1" ry="1"/> |
| 28 | </g> |
| 29 | <g id="overview-frames-shape"> |
| 30 | <rect x="1px" y="4px" width="2px" height="12px" rx="1" ry="1"/> |
| 31 | <rect x="5px" y="12px" width="2px" height="4px" rx="1" ry="1"/> |
| 32 | <rect x="9px" y="9px" width="2px" height="7px" rx="1" ry="1"/> |
| 33 | <rect x="13px" y="7px" width="2px" height="9px" rx="1" ry="1"/> |
| 34 | </g> |
| 35 | <g id="details-waterfall-shape"> |
| 36 | <rect x="0px" y="3px" width="9px" height="2.5px" rx="1" ry="1"/> |
| 37 | <rect x="5px" y="7px" width="8px" height="2.5px" rx="1" ry="1"/> |
| 38 | <rect x="7px" y="11px" width="9px" height="2.5px" rx="1" ry="1"/> |
| 39 | </g> |
| 40 | <g id="details-call-tree-shape"> |
| 41 | <rect x="0px" y="3px" width="16px" height="2px" rx="1" ry="1"/> |
| 42 | <rect x="0px" y="6px" width="8px" height="2px" rx="1" ry="1"/> |
| 43 | <rect x="0px" y="9px" width="11px" height="2px" rx="1" ry="1"/> |
| 44 | <rect x="0px" y="12px" width="6px" height="2px" rx="1" ry="1"/> |
| 45 | </g> |
| 46 | <g id="details-flamegraph-shape"> |
| 47 | <rect x="0px" y="3px" width="16px" height="2px" rx="1" ry="1"/> |
| 48 | <rect x="0px" y="6px" width="8px" height="2px" rx="1" ry="1"/> |
| 49 | <rect x="10px" y="6px" width="6px" height="2px" rx="1" ry="1"/> |
| 50 | <rect x="2px" y="9px" width="6px" height="2px" rx="1" ry="1"/> |
| 51 | <rect x="5px" y="12px" width="3px" height="2px" rx="1" ry="1"/> |
| 52 | </g> |
| 53 | </defs> |
| 54 | |
| 55 | <use id="overview-markers" xlink:href="#overview-markers-shape"/> |
| 56 | <use id="overview-markers-active" xlink:href="#overview-markers-shape"/> |
| 57 | |
| 58 | <use id="overview-frames" xlink:href="#overview-frames-shape"/> |
| 59 | <use id="overview-frames-active" xlink:href="#overview-frames-shape"/> |
| 60 | |
| 61 | <use id="details-waterfall" xlink:href="#details-waterfall-shape"/> |
| 62 | <use id="details-waterfall-active" xlink:href="#details-waterfall-shape"/> |
| 63 | |
| 64 | <use id="details-call-tree" xlink:href="#details-call-tree-shape"/> |
| 65 | <use id="details-call-tree-active" xlink:href="#details-call-tree-shape"/> |
| 66 | |
| 67 | <use id="details-flamegraph" xlink:href="#details-flamegraph-shape"/> |
| 68 | <use id="details-flamegraph-active" xlink:href="#details-flamegraph-shape"/> |
| 69 | </svg> |