Bug 1121048 - Add back round corners on perf tool icon glyphs. r=jsantell

This commit is contained in:
Tim Nguyen 2015-01-13 09:51:00 -05:00
parent 86073ad5ba
commit d1d27f8ff2

View File

@ -27,16 +27,16 @@
<rect x="7px" y="11px" width="9px" height="2.5px" rx="1" ry="1"/> <rect x="7px" y="11px" width="9px" height="2.5px" rx="1" ry="1"/>
</g> </g>
<g id="details-call-tree"> <g id="details-call-tree">
<rect x="0px" y="3px" width="16px" height="2px"/> <rect x="0px" y="3px" width="16px" height="2px" rx="1" ry="1"/>
<rect x="3px" y="6px" width="7px" height="2px"/> <rect x="3px" y="6px" width="7px" height="2px" rx="1" ry="1"/>
<rect x="6px" y="9px" width="6px" height="2px"/> <rect x="6px" y="9px" width="6px" height="2px" rx="1" ry="1"/>
<rect x="9px" y="12px" width="5px" height="2px"/> <rect x="9px" y="12px" width="5px" height="2px" rx="1" ry="1"/>
</g> </g>
<g id="details-flamegraph"> <g id="details-flamegraph">
<rect x="0px" y="3px" width="16px" height="2px"/> <rect x="0px" y="3px" width="16px" height="2px" rx="1" ry="1"/>
<rect x="0px" y="6px" width="8px" height="2px"/> <rect x="0px" y="6px" width="8px" height="2px" rx="1" ry="1"/>
<rect x="10px" y="6px" width="6px" height="2px"/> <rect x="10px" y="6px" width="6px" height="2px" rx="1" ry="1"/>
<rect x="2px" y="9px" width="6px" height="2px"/> <rect x="2px" y="9px" width="6px" height="2px" rx="1" ry="1"/>
<rect x="5px" y="12px" width="3px" height="2px"/> <rect x="5px" y="12px" width="3px" height="2px" rx="1" ry="1"/>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB