<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[182048] trunk/Source/WebInspectorUI</title>
</head>
<body>
<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; }
#msg dl a { font-weight: bold}
#msg dl a:link { color:#fc3; }
#msg dl a:active { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/182048">182048</a></dd>
<dt>Author</dt> <dd>agomez@igalia.com</dd>
<dt>Date</dt> <dd>2015-03-26 18:53:07 -0700 (Thu, 26 Mar 2015)</dd>
</dl>
<h3>Log Message</h3>
<pre>[GTK] Web Inspector: New Images for Console Types
https://bugs.webkit.org/show_bug.cgi?id=142301
Reviewed by Joseph Pecoraro.
Add more free icons and for the Web Inspector in GTK+.
* UserInterface/Images/gtk/Eye.svg: Added.
* UserInterface/Images/gtk/Frames.png: Added.
* UserInterface/Images/gtk/Frames@2x.png: Added.
* UserInterface/Images/gtk/FramesLarge.png: Added.
* UserInterface/Images/gtk/FramesLarge@2x.png: Added.
* UserInterface/Images/gtk/Reload.svg:
* UserInterface/Images/gtk/ReloadFull.svg: Added.
* UserInterface/Images/gtk/TypeBoolean.svg: Added.
* UserInterface/Images/gtk/TypeNull.svg: Added.
* UserInterface/Images/gtk/TypeNumber.svg: Added.
* UserInterface/Images/gtk/TypeObject.svg: Added.
* UserInterface/Images/gtk/TypeRegex.svg: Added.
* UserInterface/Images/gtk/TypeString.svg: Added.
* UserInterface/Images/gtk/TypeSymbol.svg: Added.
* UserInterface/Images/gtk/TypeUndefined.svg: Added.</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebInspectorUIChangeLog">trunk/Source/WebInspectorUI/ChangeLog</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkReloadsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Reload.svg</a></li>
</ul>
<h3>Added Paths</h3>
<ul>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkEyesvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Eye.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkFramespng">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Frames.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkFrames2xpng">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Frames@2x.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkFramesLargepng">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/FramesLarge.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkFramesLarge2xpng">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/FramesLarge@2x.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkReloadFullsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ReloadFull.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkTypeBooleansvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeBoolean.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkTypeNullsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeNull.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkTypeNumbersvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeNumber.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkTypeObjectsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeObject.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkTypeRegexsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeRegex.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkTypeStringsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeString.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkTypeSymbolsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeSymbol.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkTypeUndefinedsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeUndefined.svg</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebInspectorUIChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/ChangeLog (182047 => 182048)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/ChangeLog        2015-03-27 01:42:37 UTC (rev 182047)
+++ trunk/Source/WebInspectorUI/ChangeLog        2015-03-27 01:53:07 UTC (rev 182048)
</span><span class="lines">@@ -1,3 +1,28 @@
</span><ins>+2015-03-26 Andres Gomez <agomez@igalia.com>
+
+ [GTK] Web Inspector: New Images for Console Types
+ https://bugs.webkit.org/show_bug.cgi?id=142301
+
+ Reviewed by Joseph Pecoraro.
+
+ Add more free icons and for the Web Inspector in GTK+.
+
+ * UserInterface/Images/gtk/Eye.svg: Added.
+ * UserInterface/Images/gtk/Frames.png: Added.
+ * UserInterface/Images/gtk/Frames@2x.png: Added.
+ * UserInterface/Images/gtk/FramesLarge.png: Added.
+ * UserInterface/Images/gtk/FramesLarge@2x.png: Added.
+ * UserInterface/Images/gtk/Reload.svg:
+ * UserInterface/Images/gtk/ReloadFull.svg: Added.
+ * UserInterface/Images/gtk/TypeBoolean.svg: Added.
+ * UserInterface/Images/gtk/TypeNull.svg: Added.
+ * UserInterface/Images/gtk/TypeNumber.svg: Added.
+ * UserInterface/Images/gtk/TypeObject.svg: Added.
+ * UserInterface/Images/gtk/TypeRegex.svg: Added.
+ * UserInterface/Images/gtk/TypeString.svg: Added.
+ * UserInterface/Images/gtk/TypeSymbol.svg: Added.
+ * UserInterface/Images/gtk/TypeUndefined.svg: Added.
+
</ins><span class="cx"> 2015-03-26 Joseph Pecoraro <pecoraro@apple.com>
</span><span class="cx">
</span><span class="cx"> Web Inspector: ES6: Provide a better view for Classes in the console
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkEyesvg"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Eye.svg (0 => 182048)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Eye.svg         (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Eye.svg        2015-03-27 01:53:07 UTC (rev 182048)
</span><span class="lines">@@ -0,0 +1,407 @@
</span><ins>+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ version="1.1"
+ width="16"
+ height="11"
+ id="svg5505">
+ <defs
+ id="defs5507">
+ <linearGradient
+ id="linearGradient19282-6"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)">
+ <stop
+ id="stop19284-8"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6864"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108246.9,-90947.248)">
+ <stop
+ id="stop6866"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient19282-6-0"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108257.94,-90943.922)">
+ <stop
+ id="stop19284-8-3"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient19282-6-8"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)">
+ <stop
+ id="stop19284-8-2"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6933"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)">
+ <stop
+ id="stop6935"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient19282-6-0-7"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108257.94,-90943.922)">
+ <stop
+ id="stop19284-8-3-5"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient19282-6-9"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)">
+ <stop
+ id="stop19284-8-7"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6990"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)">
+ <stop
+ id="stop6992"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient19282-6-0-0"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108257.94,-90943.922)">
+ <stop
+ id="stop19284-8-3-0"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient19282-6-8-4"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)">
+ <stop
+ id="stop19284-8-2-4"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6998"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)">
+ <stop
+ id="stop7000"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient19282-6-0-7-8"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108257.94,-90943.922)">
+ <stop
+ id="stop19284-8-3-5-7"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient19282-6-97"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)">
+ <stop
+ id="stop19284-8-0"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6990-4"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)">
+ <stop
+ id="stop6992-9"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient19282-6-0-9"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108257.94,-90943.922)">
+ <stop
+ id="stop19284-8-3-8"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient19282-6-8-9"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)">
+ <stop
+ id="stop19284-8-2-46"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6998-2"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)">
+ <stop
+ id="stop7000-6"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient19282-6-0-7-2"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108257.94,-90943.922)">
+ <stop
+ id="stop19284-8-3-5-3"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient19282"
+ gradientTransform="matrix(-1.5203223,0.22672424,-0.10504619,-0.80380914,-411.92227,-1905.8545)">
+ <stop
+ id="stop19284"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6711"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)">
+ <stop
+ id="stop6713"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient19282-8"
+ gradientTransform="matrix(-1.5203223,0.22672424,-0.10504619,-0.80380914,-411.92227,-1905.8545)">
+ <stop
+ id="stop19284-4"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ </defs>
+ <metadata
+ id="metadata5510">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Notice" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ transform="translate(0,-5)"
+ id="layer1"
+ style="display:none">
+ <path
+ d="m 2,2.9881657 c -1.05237,0 -2,0.84508 -2,1.9375 L 0,14.0625 C 0,15.15492 0.94763,16 2,16 l 11,0 c 1.05237,0 2,-0.84508 2,-1.9375 l 0,-9.1368343 c 0,-1.09242 -0.94763,-1.9375 -2,-1.9375 z M 2,6 l 3.03125,0 0,2 L 2,8 z M 6.03125,6 9,6 9,8 6.03125,8 z M 10,6 l 3,0 0,2 -3,0 z m -8,3 3.03125,0 0,2 L 2,11 z M 6.03125,9 9,9 9,11 6.03125,11 z M 10,9 l 3,0 0,2 -3,0 z m -8,3 3.03125,0 0,2 L 2,14 z M 6.03125,12 9,12 9,14 6.03125,14 z M 10,12 l 3,0 0,2 -3,0 z"
+ id="rect27790"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans" />
+ <g
+ transform="translate(21.103423,-1.4639636)"
+ id="g7107">
+ <g
+ id="g6968">
+ <g
+ transform="translate(0.65192398,4.7199398)"
+ id="g6916">
+ <rect
+ width="1"
+ height="1"
+ x="-3.8970413"
+ y="1.4201183"
+ id="rect20774-7"
+ style="fill-opacity:1;stroke:none" />
+ <rect
+ width="1"
+ height="1"
+ x="-2.8970413"
+ y="0.42011827"
+ id="rect20776-7"
+ style="fill-opacity:1;stroke:none" />
+ <rect
+ width="1"
+ height="1"
+ x="-1.8970413"
+ y="1.4201183"
+ id="rect20774-7-0"
+ style="fill-opacity:1;stroke:none" />
+ </g>
+ <g
+ transform="translate(0.65192398,6.7199399)"
+ id="g6916-5">
+ <rect
+ width="1"
+ height="1"
+ x="-3.8970413"
+ y="1.4201183"
+ id="rect20774-7-3"
+ style="fill-opacity:1;stroke:none" />
+ <rect
+ width="1"
+ height="1"
+ x="-2.8970413"
+ y="0.42011827"
+ id="rect20776-7-9"
+ style="fill-opacity:1;stroke:none" />
+ <rect
+ width="1"
+ height="1"
+ x="-1.8970413"
+ y="1.4201183"
+ id="rect20774-7-0-6"
+ style="fill-opacity:1;stroke:none" />
+ </g>
+ </g>
+ <g
+ transform="translate(0,4.0000002)"
+ id="g6968-2">
+ <g
+ transform="translate(0.65192398,4.7199398)"
+ id="g6916-2">
+ <rect
+ width="1"
+ height="1"
+ x="-3.8970413"
+ y="1.4201183"
+ id="rect20774-7-6"
+ style="fill-opacity:1;stroke:none" />
+ <rect
+ width="1"
+ height="1"
+ x="-2.8970413"
+ y="0.42011827"
+ id="rect20776-7-6"
+ style="fill-opacity:1;stroke:none" />
+ <rect
+ width="1"
+ height="1"
+ x="-1.8970413"
+ y="1.4201183"
+ id="rect20774-7-0-60"
+ style="fill-opacity:1;stroke:none" />
+ </g>
+ <g
+ transform="translate(0.65192398,6.7199399)"
+ id="g6916-5-6">
+ <rect
+ width="1"
+ height="1"
+ x="-3.8970413"
+ y="1.4201183"
+ id="rect20774-7-3-2"
+ style="fill-opacity:1;stroke:none" />
+ <rect
+ width="1"
+ height="1"
+ x="-2.8970413"
+ y="0.42011827"
+ id="rect20776-7-9-0"
+ style="fill-opacity:1;stroke:none" />
+ <rect
+ width="1"
+ height="1"
+ x="-1.8970413"
+ y="1.4201183"
+ id="rect20774-7-0-6-0"
+ style="fill-opacity:1;stroke:none" />
+ </g>
+ </g>
+ <g
+ transform="translate(0,8.0000004)"
+ id="g6968-5">
+ <g
+ transform="translate(0.65192398,4.7199398)"
+ id="g6916-24">
+ <rect
+ width="1"
+ height="1"
+ x="-3.8970413"
+ y="1.4201183"
+ id="rect20774-7-1"
+ style="fill-opacity:1;stroke:none" />
+ <rect
+ width="1"
+ height="1"
+ x="-2.8970413"
+ y="0.42011827"
+ id="rect20776-7-8"
+ style="fill-opacity:1;stroke:none" />
+ <rect
+ width="1"
+ height="1"
+ x="-1.8970413"
+ y="1.4201183"
+ id="rect20774-7-0-4"
+ style="fill-opacity:1;stroke:none" />
+ </g>
+ <g
+ transform="translate(0.65192398,6.7199399)"
+ id="g6916-5-9">
+ <rect
+ width="1"
+ height="1"
+ x="-3.8970413"
+ y="1.4201183"
+ id="rect20774-7-3-1"
+ style="fill-opacity:1;stroke:none" />
+ <rect
+ width="1"
+ height="1"
+ x="-2.8970413"
+ y="0.42011827"
+ id="rect20776-7-9-8"
+ style="fill-opacity:1;stroke:none" />
+ <rect
+ width="1"
+ height="1"
+ x="-1.8970413"
+ y="1.4201183"
+ id="rect20774-7-0-6-7"
+ style="fill-opacity:1;stroke:none" />
+ </g>
+ </g>
+ </g>
+ <rect
+ width="2.8367083"
+ height="11.788143"
+ x="6.081646"
+ y="3.7941763"
+ id="rect7136"
+ style="color:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.83536196;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m -1.4538462,14.453846 0,-1 -1,0 0,1 -1,0 0,-1 1,0 0,-1 -1,0 0,-1 1,0 0,-1 -1,0 0,-0.9999998 1,0 0,-1 -1,0 0,-1 1,0 0,-1 1,0 0,1 1.00000005,0 0,1 -1.00000005,0 0,1 1.00000005,0 0,0.9999998 -1.00000005,0 0,1 1.00000005,0 0,1 -1.00000005,0 0,1 1.00000005,0 0,1 -1.00000005,0 m 5,2 c 1.05237,0 2,-0.84508 2,-1.9375 l 0,-9.1249998 c 0,-1.09242 -0.94763,-1.9375 -2,-1.9375 l -11,0 c -1.0523696,0 -2,0.84508 -2,1.9375 l 0,9.1249998 c 0,1.09242 0.9476304,1.9375 2,1.9375 m 6,-4 0,-1 -1,0 0,1 z m 0,-2 0,-0.9999998 -1,0 0,0.9999998 z m 0,-1.9999998 0,-1 -1,0 0,1 z m 0,-2 -1,0 z m -6,0 3.03125,0 0,2 -3.03125,0 z m 8.00000005,0 2.99999995,0 0,2 -2.99999995,0 z m -8.00000005,3 3.03125,0 0,1.9999998 -3.03125,0 z m 8.00000005,0 2.99999995,0 0,1.9999998 -2.99999995,0 z m -8.00000005,2.9999998 3.03125,0 0,2 -3.03125,0 z m 8.00000005,0 2.99999995,0 0,2 -2.99999995,0 z"
+ id="rect27790-9-7"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans" />
+ </g>
+ <g
+ transform="translate(0,-2)"
+ id="layer2">
+ <path
+ d="m 7.9999998,2.5 c -3.6819,0 -6.6666667,5.0000001 -6.6666667,5.0000001 0,0 2.9847667,4.9999999 6.6666667,4.9999999 3.6819002,0 6.6666672,-4.9999999 6.6666672,-4.9999999 0,0 -2.984767,-5.0000001 -6.6666672,-5.0000001 z m 0,1.6666667 C 11.221661,4.1666667 13,7.5000001 13,7.5000001 c 0,0 -1.778339,3.3333329 -5.0000002,3.3333329 -3.2216608,0 -5.0000001,-3.3333329 -5.0000001,-3.3333329 0,0 1.7783393,-3.3333334 5.0000001,-3.3333334 z m 0,0.8333334 c -1.3807116,0 -2.5,1.1192915 -2.5,2.5 C 5.4999998,8.8807085 6.6192882,10 7.9999998,10 9.3807115,10 10.5,8.8807085 10.5,7.5000001 c 0,-1.3807085 -1.1192885,-2.5 -2.5000002,-2.5 z m 0,1.2760416 c 0.6560567,0 1.1979167,0.5450667 1.1979167,1.2239584 0,0.6788916 -0.54186,1.2499999 -1.1979167,1.2499999 -0.6560566,0 -1.1979166,-0.5711083 -1.1979166,-1.2499999 0,-0.6788917 0.54186,-1.2239584 1.1979166,-1.2239584 z"
+ id="path11920"
+ style="fill:#000000;fill-opacity:1;stroke:none" />
+ </g>
+</svg>
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkFramespng"></a>
<div class="binary"><h4>Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Frames.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Frames.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkFrames2xpng"></a>
<div class="binary"><h4>Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Frames@2x.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Frames@2x.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkFramesLargepng"></a>
<div class="binary"><h4>Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/FramesLarge.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/FramesLarge.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkFramesLarge2xpng"></a>
<div class="binary"><h4>Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/FramesLarge@2x.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/FramesLarge@2x.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkReloadsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Reload.svg (182047 => 182048)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Reload.svg        2015-03-27 01:42:37 UTC (rev 182047)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Reload.svg        2015-03-27 01:53:07 UTC (rev 182048)
</span><span class="lines">@@ -43,10 +43,11 @@
</span><span class="cx"> </rdf:RDF>
</span><span class="cx"> </metadata>
</span><span class="cx"> <g
</span><del>- id="layer1">
</del><ins>+ transform="matrix(0.99997967,0,0,0.99997967,0.00235437,-6.0239598e-5)"
+ id="layer1-2">
</ins><span class="cx"> <path
</span><del>- d="M 12.90625,1.96875 A 1.0001,1.0001 0 0 0 12.78125,2 1.0001,1.0001 0 0 0 12,3 l 0,1.6875 C 11.617752,4.10954 11.15073,3.60527 10.59375,3.1875 9.43812,2.32073 8.0617648,1.93523 6.71875,2 6.5268907,2.009 6.3465225,2.0353 6.15625,2.0625 4.63407,2.27991 3.1781,3.08554 2.1875,4.40625 0.20631,7.04769 0.76483,10.8313 3.40625,12.8125 6.04772,14.79372 9.83129,14.23517 11.8125,11.59375 A 1.0063276,1.0063276 0 0 0 12,11 1.0063276,1.0063276 0 0 0 12,10.84375 L 12,10 11.1875,10 11.09375,10 A 1.0063276,1.0063276 0 0 0 11,10 1.0063276,1.0063276 0 0 0 10.1875,10.40625 C 8.85485,12.18299 6.37048,12.52012 4.59375,11.1875 2.81701,9.85486 2.47985,7.37051 3.8125,5.59375 5.14515,3.81701 7.6295,3.47986 9.40625,4.8125 9.8357139,5.13462 10.175795,5.54545 10.4375,6 L 9,6 A 1.0001,1.0001 0 0 0 8,7 1.0001,1.0001 0 0 0 8,7.21875 L 8,8 8.84375,8 9,8 13,8 14,8 14,7 14,3 A 1.0001,1.0001 0 0 0 14,2.8125 L 14,2 13.1875,2 A 1.0001,1.0001 0 0 0 12.90625,1.9688 z"
- id="path4597"
</del><ins>+ d="M 12.90625,1.96875 C 12.86397,1.9764663 12.822187,1.9869119 12.78125,2 12.334096,2.1001409 11.98897,2.5419023 12,3 l 0,1.6875 C 11.617752,4.10954 11.15073,3.60527 10.59375,3.1875 9.43812,2.32073 8.0617648,1.93523 6.71875,2 6.5268907,2.009 6.3465225,2.0353 6.15625,2.0625 4.63407,2.27991 3.1781,3.08554 2.1875,4.40625 0.20631,7.04769 0.76483,10.8313 3.40625,12.8125 6.04772,14.79372 9.83129,14.23517 11.8125,11.59375 11.935176,11.422061 12.001825,11.211005 12,11 c 0.004,-0.05198 0.004,-0.104272 0,-0.15625 L 12,10 11.1875,10 11.09375,10 C 11.062523,9.9985438 11.031227,9.9985438 11,10 10.685846,9.9985471 10.37483,10.154055 10.1875,10.40625 8.85485,12.18299 6.37048,12.52012 4.59375,11.1875 2.81701,9.85486 2.47985,7.37051 3.8125,5.59375 5.14515,3.81701 7.6295,3.47986 9.40625,4.8125 9.8357139,5.13462 10.175795,5.54545 10.4375,6 L 9,6 C 8.4764155,6.0000524 8.0000524,6.4764155 8,7 7.99201,7.072625 7.99201,7.1461254 8,7.21875 L 8,8 8.84375,8 9,8 l 4,0 1,0 0,-1 c
0,-1.6666667 0,-3.3612728 0,-5.0279395 -0.364602,0.0034 -0.729177,-0.00179 -1.09375,-0.00326 z"
+ id="path4597-1"
</ins><span class="cx"> style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#bebebe;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
</span><span class="cx"> </g>
</span><span class="cx"> </svg>
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkReloadFullsvg"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ReloadFull.svg (0 => 182048)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ReloadFull.svg         (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ReloadFull.svg        2015-03-27 01:53:07 UTC (rev 182048)
</span><span class="lines">@@ -0,0 +1,442 @@
</span><ins>+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ version="1.1"
+ width="13"
+ height="13"
+ id="svg5505">
+ <defs
+ id="defs5507">
+ <linearGradient
+ id="linearGradient19282-6"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)">
+ <stop
+ id="stop19284-8"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6864"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108246.9,-90947.248)">
+ <stop
+ id="stop6866"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient19282-6-0"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108257.94,-90943.922)">
+ <stop
+ id="stop19284-8-3"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient19282-6-8"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)">
+ <stop
+ id="stop19284-8-2"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6933"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)">
+ <stop
+ id="stop6935"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient19282-6-0-7"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108257.94,-90943.922)">
+ <stop
+ id="stop19284-8-3-5"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient19282-6-9"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)">
+ <stop
+ id="stop19284-8-7"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6990"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)">
+ <stop
+ id="stop6992"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient19282-6-0-0"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108257.94,-90943.922)">
+ <stop
+ id="stop19284-8-3-0"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient19282-6-8-4"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)">
+ <stop
+ id="stop19284-8-2-4"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6998"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)">
+ <stop
+ id="stop7000"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient19282-6-0-7-8"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108257.94,-90943.922)">
+ <stop
+ id="stop19284-8-3-5-7"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient19282-6-97"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)">
+ <stop
+ id="stop19284-8-0"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6990-4"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)">
+ <stop
+ id="stop6992-9"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient19282-6-0-9"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108257.94,-90943.922)">
+ <stop
+ id="stop19284-8-3-8"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient19282-6-8-9"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)">
+ <stop
+ id="stop19284-8-2-46"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6998-2"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)">
+ <stop
+ id="stop7000-6"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient19282-6-0-7-2"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108257.94,-90943.922)">
+ <stop
+ id="stop19284-8-3-5-3"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient19282"
+ gradientTransform="matrix(-1.5203223,0.22672424,-0.10504619,-0.80380914,-411.92227,-1905.8545)">
+ <stop
+ id="stop19284"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6711"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)">
+ <stop
+ id="stop6713"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient19282-8"
+ gradientTransform="matrix(-1.5203223,0.22672424,-0.10504619,-0.80380914,-411.92227,-1905.8545)">
+ <stop
+ id="stop19284-4"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient19282-9"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-350.45992,-3317.414)">
+ <stop
+ id="stop19284-3"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9448"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)">
+ <stop
+ id="stop9450"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9452"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)">
+ <stop
+ id="stop9454"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9456"
+ gradientTransform="matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)">
+ <stop
+ id="stop9458"
+ style="stop-color:#666666;stop-opacity:1"
+ offset="0" />
+ </linearGradient>
+ </defs>
+ <metadata
+ id="metadata5510">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Notice" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ transform="translate(0,-3)"
+ id="layer1"
+ style="display:none">
+ <path
+ d="m 2,2.9881657 c -1.05237,0 -2,0.84508 -2,1.9375 L 0,14.0625 C 0,15.15492 0.94763,16 2,16 l 11,0 c 1.05237,0 2,-0.84508 2,-1.9375 l 0,-9.1368343 c 0,-1.09242 -0.94763,-1.9375 -2,-1.9375 z M 2,6 l 3.03125,0 0,2 L 2,8 z M 6.03125,6 9,6 9,8 6.03125,8 z M 10,6 l 3,0 0,2 -3,0 z m -8,3 3.03125,0 0,2 L 2,11 z M 6.03125,9 9,9 9,11 6.03125,11 z M 10,9 l 3,0 0,2 -3,0 z m -8,3 3.03125,0 0,2 L 2,14 z M 6.03125,12 9,12 9,14 6.03125,14 z M 10,12 l 3,0 0,2 -3,0 z"
+ id="rect27790"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans" />
+ <g
+ transform="translate(21.103423,-1.4639636)"
+ id="g7107">
+ <g
+ id="g6968">
+ <g
+ transform="translate(0.65192398,4.7199398)"
+ id="g6916">
+ <rect
+ width="1"
+ height="1"
+ x="-3.8970413"
+ y="1.4201183"
+ id="rect20774-7"
+ style="fill-opacity:1;stroke:none" />
+ <rect
+ width="1"
+ height="1"
+ x="-2.8970413"
+ y="0.42011827"
+ id="rect20776-7"
+ style="fill-opacity:1;stroke:none" />
+ <rect
+ width="1"
+ height="1"
+ x="-1.8970413"
+ y="1.4201183"
+ id="rect20774-7-0"
+ style="fill-opacity:1;stroke:none" />
+ </g>
+ <g
+ transform="translate(0.65192398,6.7199399)"
+ id="g6916-5">
+ <rect
+ width="1"
+ height="1"
+ x="-3.8970413"
+ y="1.4201183"
+ id="rect20774-7-3"
+ style="fill-opacity:1;stroke:none" />
+ <rect
+ width="1"
+ height="1"
+ x="-2.8970413"
+ y="0.42011827"
+ id="rect20776-7-9"
+ style="fill-opacity:1;stroke:none" />
+ <rect
+ width="1"
+ height="1"
+ x="-1.8970413"
+ y="1.4201183"
+ id="rect20774-7-0-6"
+ style="fill-opacity:1;stroke:none" />
+ </g>
+ </g>
+ <g
+ transform="translate(0,4.0000002)"
+ id="g6968-2">
+ <g
+ transform="translate(0.65192398,4.7199398)"
+ id="g6916-2">
+ <rect
+ width="1"
+ height="1"
+ x="-3.8970413"
+ y="1.4201183"
+ id="rect20774-7-6"
+ style="fill-opacity:1;stroke:none" />
+ <rect
+ width="1"
+ height="1"
+ x="-2.8970413"
+ y="0.42011827"
+ id="rect20776-7-6"
+ style="fill-opacity:1;stroke:none" />
+ <rect
+ width="1"
+ height="1"
+ x="-1.8970413"
+ y="1.4201183"
+ id="rect20774-7-0-60"
+ style="fill-opacity:1;stroke:none" />
+ </g>
+ <g
+ transform="translate(0.65192398,6.7199399)"
+ id="g6916-5-6">
+ <rect
+ width="1"
+ height="1"
+ x="-3.8970413"
+ y="1.4201183"
+ id="rect20774-7-3-2"
+ style="fill-opacity:1;stroke:none" />
+ <rect
+ width="1"
+ height="1"
+ x="-2.8970413"
+ y="0.42011827"
+ id="rect20776-7-9-0"
+ style="fill-opacity:1;stroke:none" />
+ <rect
+ width="1"
+ height="1"
+ x="-1.8970413"
+ y="1.4201183"
+ id="rect20774-7-0-6-0"
+ style="fill-opacity:1;stroke:none" />
+ </g>
+ </g>
+ <g
+ transform="translate(0,8.0000004)"
+ id="g6968-5">
+ <g
+ transform="translate(0.65192398,4.7199398)"
+ id="g6916-24">
+ <rect
+ width="1"
+ height="1"
+ x="-3.8970413"
+ y="1.4201183"
+ id="rect20774-7-1"
+ style="fill-opacity:1;stroke:none" />
+ <rect
+ width="1"
+ height="1"
+ x="-2.8970413"
+ y="0.42011827"
+ id="rect20776-7-8"
+ style="fill-opacity:1;stroke:none" />
+ <rect
+ width="1"
+ height="1"
+ x="-1.8970413"
+ y="1.4201183"
+ id="rect20774-7-0-4"
+ style="fill-opacity:1;stroke:none" />
+ </g>
+ <g
+ transform="translate(0.65192398,6.7199399)"
+ id="g6916-5-9">
+ <rect
+ width="1"
+ height="1"
+ x="-3.8970413"
+ y="1.4201183"
+ id="rect20774-7-3-1"
+ style="fill-opacity:1;stroke:none" />
+ <rect
+ width="1"
+ height="1"
+ x="-2.8970413"
+ y="0.42011827"
+ id="rect20776-7-9-8"
+ style="fill-opacity:1;stroke:none" />
+ <rect
+ width="1"
+ height="1"
+ x="-1.8970413"
+ y="1.4201183"
+ id="rect20774-7-0-6-7"
+ style="fill-opacity:1;stroke:none" />
+ </g>
+ </g>
+ </g>
+ <rect
+ width="2.8367083"
+ height="11.788143"
+ x="6.081646"
+ y="3.7941763"
+ id="rect7136"
+ style="color:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.83536196;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m -1.4538462,14.453846 0,-1 -1,0 0,1 -1,0 0,-1 1,0 0,-1 -1,0 0,-1 1,0 0,-1 -1,0 0,-0.9999998 1,0 0,-1 -1,0 0,-1 1,0 0,-1 1,0 0,1 1.00000005,0 0,1 -1.00000005,0 0,1 1.00000005,0 0,0.9999998 -1.00000005,0 0,1 1.00000005,0 0,1 -1.00000005,0 0,1 1.00000005,0 0,1 -1.00000005,0 m 5,2 c 1.05237,0 2,-0.84508 2,-1.9375 l 0,-9.1249998 c 0,-1.09242 -0.94763,-1.9375 -2,-1.9375 l -11,0 c -1.0523696,0 -2,0.84508 -2,1.9375 l 0,9.1249998 c 0,1.09242 0.9476304,1.9375 2,1.9375 m 6,-4 0,-1 -1,0 0,1 z m 0,-2 0,-0.9999998 -1,0 0,0.9999998 z m 0,-1.9999998 0,-1 -1,0 0,1 z m 0,-2 -1,0 z m -6,0 3.03125,0 0,2 -3.03125,0 z m 8.00000005,0 2.99999995,0 0,2 -2.99999995,0 z m -8.00000005,3 3.03125,0 0,1.9999998 -3.03125,0 z m 8.00000005,0 2.99999995,0 0,1.9999998 -2.99999995,0 z m -8.00000005,2.9999998 3.03125,0 0,2 -3.03125,0 z m 8.00000005,0 2.99999995,0 0,2 -2.99999995,0 z"
+ id="rect27790-9-7"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans" />
+ </g>
+ <g
+ id="layer2">
+ <g
+ transform="matrix(0.99964104,0,0,0.99964104,-0.99937678,-1.481425)"
+ id="layer1-2">
+ <path
+ d="M 12.90625,1.96875 C 12.86397,1.9764663 12.822187,1.9869119 12.78125,2 12.334096,2.1001409 11.98897,2.5419023 12,3 l 0,1.6875 C 11.617752,4.10954 11.15073,3.60527 10.59375,3.1875 9.43812,2.32073 8.0617648,1.93523 6.71875,2 6.5268907,2.009 6.3465225,2.0353 6.15625,2.0625 4.63407,2.27991 3.1781,3.08554 2.1875,4.40625 0.20631,7.04769 0.76483,10.8313 3.40625,12.8125 6.04772,14.79372 9.83129,14.23517 11.8125,11.59375 11.935176,11.422061 12.001825,11.211005 12,11 c 0.004,-0.05198 0.004,-0.104272 0,-0.15625 L 12,10 11.1875,10 11.09375,10 C 11.062523,9.9985438 11.031227,9.9985438 11,10 10.685846,9.9985471 10.37483,10.154055 10.1875,10.40625 8.85485,12.18299 6.37048,12.52012 4.59375,11.1875 2.81701,9.85486 2.47985,7.37051 3.8125,5.59375 5.14515,3.81701 7.6295,3.47986 9.40625,4.8125 9.8357139,5.13462 10.175795,5.54545 10.4375,6 L 9,6 C 8.4764155,6.0000524 8.0000524,6.4764155 8,7 7.99201,7.072625 7.99201,7.1461254 8,7.21875 L 8,8 8.84375,8 9,8 l 4,0 1,0 0,-1 c 0,-1.666
6667 0,-3.3612728 0,-5.0279395 -0.364602,0.0034 -0.729177,-0.00179 -1.09375,-0.00326 z"
+ id="path4597"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#bebebe;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+ </g>
+ </g>
+</svg>
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkTypeBooleansvg"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeBoolean.svg (0 => 182048)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeBoolean.svg         (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeBoolean.svg        2015-03-27 01:53:07 UTC (rev 182048)
</span><span class="lines">@@ -0,0 +1,505 @@
</span><ins>+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ version="1.1"
+ width="16"
+ height="16"
+ id="svg8842">
+ <defs
+ id="defs8844">
+ <linearGradient
+ id="linearGradient7888-2">
+ <stop
+ id="stop7890-1"
+ style="stop-color:#5c3566;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop7892-2"
+ style="stop-color:#ddc9db;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="301"
+ cy="51.5"
+ r="19.500002"
+ fx="301"
+ fy="51.5"
+ id="radialGradient3175-6-6-4-0-5"
+ xlink:href="#linearGradient8978-0-9-0-8-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.63026)" />
+ <linearGradient
+ id="linearGradient8978-0-9-0-8-0">
+ <stop
+ id="stop8980-9-1-8-4-8"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop8982-2-2-4-4-7"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="24.44569"
+ cy="35.87817"
+ r="20.530962"
+ fx="24.44569"
+ fy="35.87817"
+ id="radialGradient8752"
+ xlink:href="#linearGradient7394-3-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,17.966282,36.432825)" />
+ <linearGradient
+ id="linearGradient7394-3-6">
+ <stop
+ id="stop7396-0-1"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop7398-2-7"
+ style="stop-color:#e4d4e2;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="321.5675"
+ y1="145.51683"
+ x2="311.65057"
+ y2="118.49502"
+ id="linearGradient8754"
+ xlink:href="#linearGradient4247-6-9-9-7-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5556927,0,0,0.5556793,-138.35071,-35.245445)" />
+ <linearGradient
+ id="linearGradient4247-6-9-9-7-1">
+ <stop
+ id="stop4249-2-0-1-7-0"
+ style="stop-color:#5c3566;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4251-2-1-0-5-9"
+ style="stop-color:#ddc9db;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="24.44569"
+ cy="35.87817"
+ r="20.530962"
+ fx="24.44569"
+ fy="35.87817"
+ id="radialGradient8838"
+ xlink:href="#linearGradient7394-3-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.948973,0.77180949)" />
+ <linearGradient
+ x1="321.5675"
+ y1="145.51683"
+ x2="311.65057"
+ y2="118.49502"
+ id="linearGradient8840"
+ xlink:href="#linearGradient4247-6-9-9-7-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5556927,0,0,0.5556793,-169.26596,-70.90646)" />
+ <linearGradient
+ id="linearGradient7888-2-3">
+ <stop
+ id="stop7890-1-6"
+ style="stop-color:#5c3566;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop7892-2-4"
+ style="stop-color:#ddc9db;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient9071"
+ xlink:href="#linearGradient7888-2-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-38.924401,-46.943612)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3161-1-5-9-6-7-1-5"
+ xlink:href="#linearGradient7888-2-3-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.870603,-43.768871)" />
+ <linearGradient
+ id="linearGradient7888-2-3-2">
+ <stop
+ id="stop7890-1-6-2"
+ style="stop-color:#5c3566;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop7892-2-4-9"
+ style="stop-color:#ddc9db;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient9334"
+ xlink:href="#linearGradient7888-2-3-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-40.94849,-47.587416)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3161-1-5-9-6-7-1-5-5"
+ xlink:href="#linearGradient7888-2-3-2-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.870603,-43.768871)" />
+ <linearGradient
+ id="linearGradient7888-2-3-2-3">
+ <stop
+ id="stop7890-1-6-2-7"
+ style="stop-color:#5c3566;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop7892-2-4-9-8"
+ style="stop-color:#ddc9db;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient9521"
+ xlink:href="#linearGradient7888-2-3-2-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-40.51197,-47.494891)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient4209"
+ xlink:href="#linearGradient7888-2-3-2-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.870603,-43.768871)" />
+ <radialGradient
+ cx="301"
+ cy="51.5"
+ r="19.500002"
+ fx="301"
+ fy="51.5"
+ id="radialGradient4213"
+ xlink:href="#linearGradient8978-0-9-0-8-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.63026)" />
+ <radialGradient
+ cx="24.44569"
+ cy="35.87817"
+ r="20.530962"
+ fx="24.44569"
+ fy="35.87817"
+ id="radialGradient4217"
+ xlink:href="#linearGradient7394-3-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.948973,0.77180949)" />
+ <linearGradient
+ x1="321.5675"
+ y1="145.51683"
+ x2="311.65057"
+ y2="118.49502"
+ id="linearGradient4219"
+ xlink:href="#linearGradient4247-6-9-9-7-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5556927,0,0,0.5556793,-169.26596,-70.90646)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient4209-0"
+ xlink:href="#linearGradient7888-2-3-2-3-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.870603,-43.768871)" />
+ <linearGradient
+ id="linearGradient7888-2-3-2-3-9">
+ <stop
+ id="stop7890-1-6-2-7-1"
+ style="stop-color:#5c3566;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop7892-2-4-9-8-8"
+ style="stop-color:#ddc9db;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient4236"
+ xlink:href="#linearGradient7888-2-3-2-3-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-40.214115,-47.58668)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient4209-0-9"
+ xlink:href="#linearGradient7888-2-3-2-3-9-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-26.921538,-46.106657)" />
+ <linearGradient
+ id="linearGradient7888-2-3-2-3-9-1">
+ <stop
+ id="stop7890-1-6-2-7-1-8"
+ style="stop-color:#5c3566;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop7892-2-4-9-8-8-1"
+ style="stop-color:#ddc9db;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3061"
+ xlink:href="#linearGradient7888-2-3-2-3-9-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-40.60572,-47.588641)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient4209-0-9-4"
+ xlink:href="#linearGradient7888-2-3-2-3-9-1-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-33.709838,-48.540909)" />
+ <linearGradient
+ id="linearGradient7888-2-3-2-3-9-1-4">
+ <stop
+ id="stop7890-1-6-2-7-1-8-3"
+ style="stop-color:#5c3566;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop7892-2-4-9-8-8-1-8"
+ style="stop-color:#ddc9db;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3861"
+ xlink:href="#linearGradient7888-2-3-2-3-9-1-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-33.709838,-48.540909)" />
+ <linearGradient
+ id="linearGradient3863">
+ <stop
+ id="stop3865"
+ style="stop-color:#5c3566;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3867"
+ style="stop-color:#ddc9db;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3871"
+ xlink:href="#linearGradient7888-2-3-2-3-9-1-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-26.921538,-46.106658)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3915"
+ xlink:href="#linearGradient7888-2-3-2-3-9-1-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-26.921538,-46.106658)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3917"
+ xlink:href="#linearGradient7888-2-3-2-3-9-1-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-26.921538,-46.106658)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient4209-0-2"
+ xlink:href="#linearGradient7888-2-3-2-3-9-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.870603,-43.768871)" />
+ <linearGradient
+ id="linearGradient7888-2-3-2-3-9-0">
+ <stop
+ id="stop7890-1-6-2-7-1-2"
+ style="stop-color:#5c3566;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop7892-2-4-9-8-8-6"
+ style="stop-color:#ddc9db;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3973"
+ xlink:href="#linearGradient7888-2-3-2-3-9-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-40.60572,-47.588641)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3173"
+ xlink:href="#linearGradient7888-2-3-2-3-9-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.870603,-43.768871)" />
+ <radialGradient
+ cx="301"
+ cy="51.5"
+ r="19.500002"
+ fx="301"
+ fy="51.5"
+ id="radialGradient3177"
+ xlink:href="#linearGradient8978-0-9-0-8-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.63026)" />
+ <radialGradient
+ cx="24.44569"
+ cy="35.87817"
+ r="20.530962"
+ fx="24.44569"
+ fy="35.87817"
+ id="radialGradient3181"
+ xlink:href="#linearGradient7394-3-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.948973,0.77180949)" />
+ <linearGradient
+ x1="321.5675"
+ y1="145.51683"
+ x2="311.65057"
+ y2="118.49502"
+ id="linearGradient3183"
+ xlink:href="#linearGradient4247-6-9-9-7-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5556927,0,0,0.5556793,-169.26596,-70.90646)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3173-5"
+ xlink:href="#linearGradient7888-2-3-2-3-9-0-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.870603,-43.768871)" />
+ <linearGradient
+ id="linearGradient7888-2-3-2-3-9-0-6">
+ <stop
+ id="stop7890-1-6-2-7-1-2-5"
+ style="stop-color:#5c3566;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop7892-2-4-9-8-8-6-4"
+ style="stop-color:#ddc9db;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ </defs>
+ <metadata
+ id="metadata8847">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Notice" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="g3236">
+ <rect
+ width="15.003705"
+ height="15.003344"
+ rx="1.5143198"
+ ry="1.5142833"
+ x="0.49814749"
+ y="0.49832821"
+ id="rect4319-7-2-1-7-0"
+ style="fill:url(#radialGradient3181);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3183);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+ <rect
+ width="12.997247"
+ height="12.999963"
+ rx="0.5081172"
+ ry="0.50810492"
+ x="1.5013518"
+ y="1.5016088"
+ id="rect4321-0-9-4-0-5"
+ style="fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+ <rect
+ width="14.000044"
+ height="14.000041"
+ rx="1.9062433"
+ ry="1.9062428"
+ x="1.0017486"
+ y="1.0015783"
+ id="rect9035-4-9-5-7-3"
+ style="fill:url(#radialGradient3177);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+ <path
+ d="m 4.8933274,4.8520911 c -0.1142267,0 -0.15625,0.077737 -0.15625,0.1875 l 0,8.0937509 c 0,0.136075 0.1206338,0.21875 0.25,0.21875 l 2.5,0 c 1.545072,0 2.509801,-0.330178 3.0937496,-0.8125 0.583949,-0.482323 0.75,-1.116926 0.75,-1.625001 0,-0.802626 -0.559432,-1.6347599 -1.5312496,-1.9999999 0.5799736,-0.4698671 0.9062496,-1.0439407 0.9062496,-1.71875 0,-0.412054 -0.111697,-1.011631 -0.5625,-1.5 -0.4508026,-0.488369 -1.2245556,-0.84375 -2.4374996,-0.84375 z m 1.75,1.75 0.875,0 c 0.559711,0.01043 0.896229,0.127742 1.0625,0.25 0.175565,0.129092 0.25,0.2713725 0.25,0.53125 0,0.2662184 -0.06532,0.4038839 -0.25,0.53125 -0.184681,0.1273661 -0.52487,0.21875 -1.0625,0.21875 l -0.875,0 z m 0.59375,3.21875 c 0.065135,0.00154 0.1402484,0 0.1875,0 0.758059,0.011439 1.3016,0.1238514 1.59375,0.2812499 0.308844,0.166393 0.40625,0.36589 0.40625,0.65625 0,0.362635 -0.131137,0.487274 -0.46875,0.625001 -0.337613,0.137726 -0.904823,0.21875 -1.625,0.21875 l -0.6875,0 0,-1.7500009 z&
quot;
+ id="text5177-7-8"
+ style="font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Black Olives;-inkscape-font-specification:Black Olives" />
+ <path
+ d="m 4.8933274,3.8217306 c -0.1142267,0 -0.15625,0.077737 -0.15625,0.1875 l 0,8.0937504 c 0,0.136075 0.1206338,0.21875 0.25,0.21875 l 2.5,0 c 1.545072,0 2.509801,-0.330178 3.0937496,-0.8125 0.583949,-0.482323 0.75,-1.116926 0.75,-1.6250004 0,-0.8026261 -0.559432,-1.63476 -1.5312496,-2 0.5799736,-0.4698671 0.9062496,-1.0439407 0.9062496,-1.71875 0,-0.412054 -0.111697,-1.011631 -0.5625,-1.5 -0.4508026,-0.488369 -1.2245556,-0.84375 -2.4374996,-0.84375 z m 1.75,1.75 0.875,0 c 0.559711,0.01043 0.896229,0.127742 1.0625,0.25 0.175565,0.129092 0.25,0.2713725 0.25,0.53125 0,0.2662184 -0.06532,0.4038839 -0.25,0.53125 -0.184681,0.1273661 -0.52487,0.21875 -1.0625,0.21875 l -0.875,0 z m 0.59375,3.21875 c 0.065135,0.00154 0.1402484,0 0.1875,0 0.758059,0.011439 1.3016,0.1238514 1.59375,0.28125 0.308844,0.1663928 0.40625,0.3658896 0.40625,0.65625 0,0.3626344 -0.131137,0.4872734 -0.46875,0.6250004 -0.337613,0.137726 -0.904823,0.21875 -1.625,0.21875 l -0.6875,0 0,-1.7500004 z"
;
+ id="text5177-7"
+ style="font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient3173);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Black Olives;-inkscape-font-specification:Black Olives" />
+ </g>
+</svg>
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkTypeNullsvg"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeNull.svg (0 => 182048)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeNull.svg         (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeNull.svg        2015-03-27 01:53:07 UTC (rev 182048)
</span><span class="lines">@@ -0,0 +1,302 @@
</span><ins>+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ version="1.1"
+ width="16"
+ height="16"
+ id="svg9882">
+ <defs
+ id="defs9884">
+ <radialGradient
+ cx="301"
+ cy="51.5"
+ r="19.500002"
+ fx="301"
+ fy="51.5"
+ id="radialGradient3175"
+ xlink:href="#linearGradient8978"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)" />
+ <linearGradient
+ id="linearGradient8978">
+ <stop
+ id="stop8980"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop8982"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="24.44569"
+ cy="35.87817"
+ r="20.530962"
+ fx="24.44569"
+ fy="35.87817"
+ id="radialGradient3179"
+ xlink:href="#linearGradient11520"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-49.42355,1.24638)" />
+ <linearGradient
+ id="linearGradient11520">
+ <stop
+ id="stop11522"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop11524"
+ style="stop-color:#dcdcdc;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="321.5675"
+ y1="145.51683"
+ x2="311.65057"
+ y2="118.49502"
+ id="linearGradient3181"
+ xlink:href="#linearGradient4247"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5556927,0,0,0.5556793,-205.74054,-70.43189)" />
+ <linearGradient
+ id="linearGradient4247">
+ <stop
+ id="stop4249"
+ style="stop-color:#9b9b9b;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4251"
+ style="stop-color:#d3d7cf;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="24.44569"
+ cy="35.87817"
+ r="20.530962"
+ fx="24.44569"
+ fy="35.87817"
+ id="radialGradient9878"
+ xlink:href="#linearGradient11520"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180835)" />
+ <linearGradient
+ x1="321.5675"
+ y1="145.51683"
+ x2="311.65057"
+ y2="118.49502"
+ id="linearGradient9880"
+ xlink:href="#linearGradient4247"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3161-6"
+ xlink:href="#linearGradient4373-2-5-8-6-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ id="linearGradient4373-2-5-8-6-4">
+ <stop
+ id="stop4375-3-6-8-4-1"
+ style="stop-color:#888a85;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4377-3-5-2-3-8"
+ style="stop-color:#d3d7cf;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient9970"
+ xlink:href="#linearGradient4373-2-5-8-6-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-38.9244,-46.943609)" />
+ <radialGradient
+ cx="301"
+ cy="51.5"
+ r="19.500002"
+ fx="301"
+ fy="51.5"
+ id="radialGradient10464"
+ xlink:href="#linearGradient8978"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)" />
+ <radialGradient
+ cx="24.44569"
+ cy="35.87817"
+ r="20.530962"
+ fx="24.44569"
+ fy="35.87817"
+ id="radialGradient10468"
+ xlink:href="#linearGradient11520"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180835)" />
+ <linearGradient
+ x1="321.5675"
+ y1="145.51683"
+ x2="311.65057"
+ y2="118.49502"
+ id="linearGradient10470"
+ xlink:href="#linearGradient4247"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)" />
+ <linearGradient
+ id="linearGradient4373-2-5-8-6-4-9">
+ <stop
+ id="stop4375-3-6-8-4-1-3"
+ style="stop-color:#888a85;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4377-3-5-2-3-8-6"
+ style="stop-color:#d3d7cf;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient10487"
+ xlink:href="#linearGradient4373-2-5-8-6-4-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-40.620365,-48.242929)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient10460-4-5"
+ xlink:href="#linearGradient4373-2-5-8-6-4-9-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ id="linearGradient4373-2-5-8-6-4-9-0">
+ <stop
+ id="stop4375-3-6-8-4-1-3-4"
+ style="stop-color:#888a85;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4377-3-5-2-3-8-6-6"
+ style="stop-color:#d3d7cf;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient10670"
+ xlink:href="#linearGradient4373-2-5-8-6-4-9-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-39.497066,-47.586679)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient10460-4-5-6"
+ xlink:href="#linearGradient4373-2-5-8-6-4-9-0-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ id="linearGradient4373-2-5-8-6-4-9-0-0">
+ <stop
+ id="stop4375-3-6-8-4-1-3-4-7"
+ style="stop-color:#888a85;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4377-3-5-2-3-8-6-6-7"
+ style="stop-color:#d3d7cf;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient10848"
+ xlink:href="#linearGradient4373-2-5-8-6-4-9-0-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-40.94849,-47.587415)" />
+ </defs>
+ <metadata
+ id="metadata9887">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+ <dc:title></dc:title>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Notice" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="g4165">
+ <rect
+ width="15.003705"
+ height="15.003344"
+ rx="1.5143198"
+ ry="1.5142833"
+ x="0.49814749"
+ y="0.49832821"
+ id="rect4319"
+ style="fill:url(#radialGradient10468);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10470);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+ <rect
+ width="12.997247"
+ height="12.999963"
+ rx="0.5081172"
+ ry="0.50810492"
+ x="1.5013518"
+ y="1.5016088"
+ id="rect4321"
+ style="fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+ <rect
+ width="14.000044"
+ height="14.000041"
+ rx="1.9062433"
+ ry="1.9062428"
+ x="1.0017486"
+ y="1.0015783"
+ id="rect9035"
+ style="fill:url(#radialGradient10464);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+ <path
+ d="m 4.3405698,4.8500988 c -0.03291,0.00406 -0.06499,0.014754 -0.09375,0.03125 -0.01131,0.00947 -0.02175,0.019939 -0.03125,0.03125 -0.01131,0.00947 -0.02175,0.019939 -0.03125,0.03125 -0.0165,0.028765 -0.02715,0.060841 -0.03125,0.09375 -0.0026,0.020724 -0.0026,0.041776 0,0.0625 l 0,8.0000002 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.0625,0 l 1.40625,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-5.0937502 3.375,5.2500002 a 0.250025,0.250025 0 0 0 0.0625,0.0625 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0.03125 0
.250025,0.250025 0 0 0 0.0625,0 l 1.7187502,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-8.0000002 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 l -1.4062502,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.0625,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 0
,0.0625 l 0,5.0937502 -3.40625,-5.2187502 a 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 l -1.6875,0 c -0.02072,-0.00261 -0.04178,-0.00261 -0.0625,0 z"
+ id="path10074-2"
+ style="font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold" />
+ <path
+ d="m 4.3923498,3.8197688 c -0.03291,0.00406 -0.06499,0.014754 -0.09375,0.03125 -0.01131,0.00947 -0.02175,0.019939 -0.03125,0.03125 -0.01131,0.00947 -0.02175,0.019939 -0.03125,0.03125 -0.0165,0.028765 -0.02715,0.060841 -0.03125,0.09375 -0.0026,0.020724 -0.0026,0.041776 0,0.0625 l 0,8.0000002 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.0625,0 l 1.40625,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-5.0937502 3.375,5.2500002 a 0.250025,0.250025 0 0 0 0.0625,0.0625 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0.03125 0
.250025,0.250025 0 0 0 0.0625,0 l 1.7187502,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-8.0000002 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 l -1.40625,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.0625,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 0,0
.0625 l 0,5.09375 -3.40625,-5.21875 a 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 l -1.6875,0 c -0.02072,-0.00261 -0.04178,-0.00261 -0.0625,0 z"
+ id="path10074-2-0"
+ style="font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient10460-4-5-6);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold" />
+ </g>
+</svg>
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkTypeNumbersvg"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeNumber.svg (0 => 182048)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeNumber.svg         (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeNumber.svg        2015-03-27 01:53:07 UTC (rev 182048)
</span><span class="lines">@@ -0,0 +1,336 @@
</span><ins>+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ version="1.1"
+ width="16"
+ height="16"
+ id="svg7929">
+ <defs
+ id="defs7931">
+ <linearGradient
+ id="linearGradient7888">
+ <stop
+ id="stop7890"
+ style="stop-color:#204a87;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop7892"
+ style="stop-color:#bdd2e9;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="301"
+ cy="51.5"
+ r="19.500002"
+ fx="301"
+ fy="51.5"
+ id="radialGradient3175-6-6-4-0"
+ xlink:href="#linearGradient8978-0-9-0-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630262)" />
+ <linearGradient
+ id="linearGradient8978-0-9-0-8">
+ <stop
+ id="stop8980-9-1-8-4"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop8982-2-2-4-4"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="24.44569"
+ cy="35.87817"
+ r="20.530962"
+ fx="24.44569"
+ fy="35.87817"
+ id="radialGradient7833"
+ xlink:href="#linearGradient7394-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-20.948972,32.907402)" />
+ <linearGradient
+ id="linearGradient7394-3">
+ <stop
+ id="stop7396-0"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop7398-2"
+ style="stop-color:#cbdbed;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="321.5675"
+ y1="145.51683"
+ x2="311.65057"
+ y2="118.49502"
+ id="linearGradient7835"
+ xlink:href="#linearGradient4247-6-9-9-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5556927,0,0,0.5556793,-177.26596,-38.770868)" />
+ <linearGradient
+ id="linearGradient4247-6-9-9-7">
+ <stop
+ id="stop4249-2-0-1-7"
+ style="stop-color:#204a87;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4251-2-1-0-5"
+ style="stop-color:#bdd2e9;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="24.44569"
+ cy="35.87817"
+ r="20.530962"
+ fx="24.44569"
+ fy="35.87817"
+ id="radialGradient7925"
+ xlink:href="#linearGradient7394-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.948972,0.77180763)" />
+ <linearGradient
+ x1="321.5675"
+ y1="145.51683"
+ x2="311.65057"
+ y2="118.49502"
+ id="linearGradient7927"
+ xlink:href="#linearGradient4247-6-9-9-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906462)" />
+ <linearGradient
+ id="linearGradient7888-7">
+ <stop
+ id="stop7890-4"
+ style="stop-color:#204a87;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop7892-2"
+ style="stop-color:#bdd2e9;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient8140"
+ xlink:href="#linearGradient7888-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-38.9244,-46.943611)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3161-1-5-9-6-1-0"
+ xlink:href="#linearGradient7888-7-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.870602,-43.768872)" />
+ <linearGradient
+ id="linearGradient7888-7-8">
+ <stop
+ id="stop7890-4-0"
+ style="stop-color:#204a87;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop7892-2-3"
+ style="stop-color:#bdd2e9;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient8293"
+ xlink:href="#linearGradient7888-7-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-39.497065,-47.58668)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3161-1-5-9-6-1-0-3"
+ xlink:href="#linearGradient7888-7-8-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.870602,-43.768872)" />
+ <linearGradient
+ id="linearGradient7888-7-8-2">
+ <stop
+ id="stop7890-4-0-7"
+ style="stop-color:#204a87;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop7892-2-3-2"
+ style="stop-color:#bdd2e9;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient8437"
+ xlink:href="#linearGradient7888-7-8-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-38.885989,-48.383554)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient10460-4-5-6"
+ xlink:href="#linearGradient4373-2-5-8-6-4-9-0-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.870601,-43.7674)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3037"
+ xlink:href="#linearGradient7888-7-8-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.870602,-43.768872)" />
+ <radialGradient
+ cx="301"
+ cy="51.5"
+ r="19.500002"
+ fx="301"
+ fy="51.5"
+ id="radialGradient3041"
+ xlink:href="#linearGradient8978-0-9-0-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630262)" />
+ <radialGradient
+ cx="24.44569"
+ cy="35.87817"
+ r="20.530962"
+ fx="24.44569"
+ fy="35.87817"
+ id="radialGradient3045"
+ xlink:href="#linearGradient7394-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.948972,0.77180763)" />
+ <linearGradient
+ x1="321.5675"
+ y1="145.51683"
+ x2="311.65057"
+ y2="118.49502"
+ id="linearGradient3047"
+ xlink:href="#linearGradient4247-6-9-9-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906462)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3037-9"
+ xlink:href="#linearGradient7888-7-8-2-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.870602,-43.768872)" />
+ <linearGradient
+ id="linearGradient7888-7-8-2-4">
+ <stop
+ id="stop7890-4-0-7-4"
+ style="stop-color:#204a87;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop7892-2-3-2-9"
+ style="stop-color:#bdd2e9;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3064"
+ xlink:href="#linearGradient7888-7-8-2-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-40.49537,-47.588151)" />
+ <linearGradient
+ x1="-16.61017"
+ y1="3.4237287"
+ x2="-10.779662"
+ y2="3.4237287"
+ id="linearGradient3806"
+ xlink:href="#linearGradient8978-0-9-0-8"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <metadata
+ id="metadata7934">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+ <dc:title></dc:title>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Notice" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <rect
+ width="15.003705"
+ height="15.003344"
+ rx="1.5143198"
+ ry="1.5142833"
+ x="0.49814749"
+ y="0.49832821"
+ id="rect4319-7-2-1-7"
+ style="fill:url(#radialGradient3045);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3047);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+ <rect
+ width="12.997247"
+ height="12.999963"
+ rx="0.5081172"
+ ry="0.50810492"
+ x="1.5013518"
+ y="1.5016088"
+ id="rect4321-0-9-4-0"
+ style="fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+ <rect
+ width="14.000044"
+ height="14.000041"
+ rx="1.9062433"
+ ry="1.9062428"
+ x="1.0017486"
+ y="1.0015783"
+ id="rect9035-4-9-5-7"
+ style="fill:url(#radialGradient3041);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+ <path
+ d="m 4.3405681,4.8515699 c -0.03291,0.0041 -0.06499,0.01475 -0.09375,0.03125 -0.01131,0.0095 -0.02175,0.01994 -0.03125,0.03125 -0.01131,0.0095 -0.02175,0.01994 -0.03125,0.03125 -0.0165,0.02876 -0.02715,0.06084 -0.03125,0.09375 -0.0026,0.02072 -0.0026,0.04178 0,0.0625 l 0,8.0000001 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.0625,0 l 1.40625,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-5.0937503 3.375,5.2500003 a 0.250025,0.250025 0 0 0 0.0625,0.0625 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.25
0025 0 0 0 0.0625,0 l 1.7187499,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-8.0000001 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 l -1.4062499,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.0625,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 0,0.0625 l 0,
5.0937501 -3.40625,-5.2187501 a 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 l -1.6875,0 c -0.02072,-0.0026 -0.04178,-0.0026 -0.0625,0 z"
+ id="path10074-2"
+ style="font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold" />
+ <path
+ d="m 4.3923481,3.8212399 c -0.03291,0.0041 -0.06499,0.01475 -0.09375,0.03125 -0.01131,0.0095 -0.02175,0.01994 -0.03125,0.03125 -0.01131,0.0095 -0.02175,0.01994 -0.03125,0.03125 -0.0165,0.02876 -0.02715,0.06084 -0.03125,0.09375 -0.0026,0.02072 -0.0026,0.04178 0,0.0625 l 0,8.0000001 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.0625,0 l 1.40625,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-5.0937501 3.375,5.2500001 a 0.250025,0.250025 0 0 0 0.0625,0.0625 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.25
0025 0 0 0 0.0625,0 l 1.7187499,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-8.0000001 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 l -1.40625,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.0625,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 0,0.0625 l 0,5.
0937498 -3.4062502,-5.2187498 a 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 l -1.687499,0 c -0.02072,-0.0026 -0.04178,-0.0026 -0.0625,0 z"
+ id="path10074-2-0"
+ style="font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient3037-9);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold" />
+</svg>
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkTypeObjectsvg"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeObject.svg (0 => 182048)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeObject.svg         (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeObject.svg        2015-03-27 01:53:07 UTC (rev 182048)
</span><span class="lines">@@ -0,0 +1,317 @@
</span><ins>+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ version="1.1"
+ width="16"
+ height="16"
+ id="svg7435">
+ <defs
+ id="defs7437">
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3161-1-5-9"
+ xlink:href="#linearGradient7388"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.870602,-43.768871)" />
+ <linearGradient
+ id="linearGradient7388">
+ <stop
+ id="stop7390"
+ style="stop-color:#c4a000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop7392"
+ style="stop-color:#fef4a8;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="301"
+ cy="51.5"
+ r="19.500002"
+ fx="301"
+ fy="51.5"
+ id="radialGradient3175-6-6-4"
+ xlink:href="#linearGradient8978-0-9-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)" />
+ <linearGradient
+ id="linearGradient8978-0-9-0">
+ <stop
+ id="stop8980-9-1-8"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop8982-2-2-4"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="24.44569"
+ cy="35.87817"
+ r="20.530962"
+ fx="24.44569"
+ fy="35.87817"
+ id="radialGradient7333"
+ xlink:href="#linearGradient7394"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,31.254419,8.2294358)" />
+ <linearGradient
+ id="linearGradient7394">
+ <stop
+ id="stop7396"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop7398"
+ style="stop-color:#fef6ba;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="321.5675"
+ y1="145.51683"
+ x2="311.65057"
+ y2="118.49502"
+ id="linearGradient7335"
+ xlink:href="#linearGradient4247-6-9-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5556927,0,0,0.5556793,-125.06257,-63.448834)" />
+ <linearGradient
+ id="linearGradient4247-6-9-9">
+ <stop
+ id="stop4249-2-0-1"
+ style="stop-color:#c4a000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4251-2-1-0"
+ style="stop-color:#fef4a8;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="24.44569"
+ cy="35.87817"
+ r="20.530962"
+ fx="24.44569"
+ fy="35.87817"
+ id="radialGradient7431"
+ xlink:href="#linearGradient7394"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.948972,0.7718085)" />
+ <linearGradient
+ x1="321.5675"
+ y1="145.51683"
+ x2="311.65057"
+ y2="118.49502"
+ id="linearGradient7433"
+ xlink:href="#linearGradient4247-6-9-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3161-1-5-9-8"
+ xlink:href="#linearGradient7388-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.870602,-43.768871)" />
+ <linearGradient
+ id="linearGradient7388-6">
+ <stop
+ id="stop7390-0"
+ style="stop-color:#c4a000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop7392-9"
+ style="stop-color:#fef4a8;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient7646"
+ xlink:href="#linearGradient7388-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-38.9244,-46.943611)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3024"
+ xlink:href="#linearGradient6020-2-7-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.870601,-43.768871)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3057"
+ xlink:href="#linearGradient6020-2-7-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.870601,-43.768871)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3033"
+ xlink:href="#linearGradient7388-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.870602,-43.768871)" />
+ <radialGradient
+ cx="301"
+ cy="51.5"
+ r="19.500002"
+ fx="301"
+ fy="51.5"
+ id="radialGradient3037"
+ xlink:href="#linearGradient8978-0-9-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)" />
+ <radialGradient
+ cx="24.44569"
+ cy="35.87817"
+ r="20.530962"
+ fx="24.44569"
+ fy="35.87817"
+ id="radialGradient3041"
+ xlink:href="#linearGradient7394"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.948972,0.7718085)" />
+ <linearGradient
+ x1="321.5675"
+ y1="145.51683"
+ x2="311.65057"
+ y2="118.49502"
+ id="linearGradient3043"
+ xlink:href="#linearGradient4247-6-9-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3119"
+ xlink:href="#linearGradient7388-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.870602,-43.768871)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3119-6"
+ xlink:href="#linearGradient7388-6-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.870602,-43.768871)" />
+ <linearGradient
+ id="linearGradient7388-6-7">
+ <stop
+ id="stop7390-0-0"
+ style="stop-color:#c4a000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop7392-9-6"
+ style="stop-color:#fef4a8;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3137"
+ xlink:href="#linearGradient7388-6-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-39.497065,-47.58668)" />
+ <linearGradient
+ x1="17.254238"
+ y1="4.6610169"
+ x2="23.152542"
+ y2="4.6610169"
+ id="linearGradient3801"
+ xlink:href="#linearGradient8978-0-9-0"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <metadata
+ id="metadata7440">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Notice" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="g3155">
+ <rect
+ width="15.003705"
+ height="15.003344"
+ rx="1.5143198"
+ ry="1.5142833"
+ x="0.49814749"
+ y="0.49832821"
+ id="rect4319-7-2-1"
+ style="fill:url(#radialGradient3041);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3043);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+ <rect
+ width="12.997247"
+ height="12.999963"
+ rx="0.5081172"
+ ry="0.50810492"
+ x="1.5013518"
+ y="1.5016088"
+ id="rect4321-0-9-4"
+ style="fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+ <rect
+ width="14.000044"
+ height="14.000041"
+ rx="1.9062433"
+ ry="1.9062428"
+ x="1.0017486"
+ y="1.0015783"
+ id="rect9035-4-9-5"
+ style="fill:url(#radialGradient3037);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+ <path
+ d="m 7.8405673,4.8481381 c -1.031262,0 -2.059199,0.372395 -2.84375,1.09375 -0.784551,0.721356 -1.3125,1.798492 -1.3125,3.21875 0,2.5548049 1.796266,4.2327999 4.0625,4.3124999 0.126629,0.0073 0.2067365,0.0078 0.3125015,0 2.2395822,-0.0781 4.0312502,-1.69746 4.0312502,-4.2187499 0,-2.592338 -1.844686,-4.40625 -4.2500017,-4.40625 z m 0.093751,1.8125 c 0.524376,0 1.055059,0.165459 1.46875,0.5625 0.413691,0.397042 0.7187497,1.012086 0.7187497,1.9375 0,0.9341829 -0.3150377,1.5672459 -0.7499997,1.9687499 -0.427247,0.394381 -0.977267,0.58735 -1.5000025,0.59375 -0.021472,-8.57e-4 -0.042558,0 -0.0625,0 -0.527559,-0.0065 -1.065671,-0.182024 -1.46875,-0.5625 -0.410578,-0.387554 -0.6875,-0.991246 -0.6875,-1.8749999 0,-1.669154 1.004693,-2.625 2.2812525,-2.625 z"
+ id="text5177-7-6-5-7"
+ style="font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Black Olives;-inkscape-font-specification:Black Olives" />
+ <path
+ d="m 7.8923473,3.8178087 c -1.031262,0 -2.059199,0.372395 -2.84375,1.09375 -0.784551,0.721356 -1.3125,1.798492 -1.3125,3.21875 0,2.5548053 1.796266,4.2328003 4.0625,4.3125003 0.126629,0.0073 0.2067365,0.0078 0.3125015,0 2.2395822,-0.0781 4.0312502,-1.69746 4.0312502,-4.2187503 0,-2.592338 -1.844686,-4.40625 -4.2500017,-4.40625 z m 0.093751,1.8125 c 0.524376,0 1.055059,0.165459 1.46875,0.5625 0.413691,0.397042 0.7187497,1.012086 0.7187497,1.9375 0,0.9341826 -0.3150377,1.5672456 -0.7499997,1.9687503 -0.427247,0.394381 -0.977267,0.58735 -1.5000015,0.59375 -0.021472,-8.57e-4 -0.042558,0 -0.0625,0 -0.527559,-0.0065 -1.065671,-0.182024 -1.46875,-0.5625 -0.410578,-0.3875551 -0.6875,-0.9912463 -0.6875,-1.8750003 0,-1.669154 1.004693,-2.625 2.2812515,-2.625 z"
+ id="text5177-7-6-5"
+ style="font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient3119-6);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Black Olives;-inkscape-font-specification:Black Olives" />
+ </g>
+</svg>
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkTypeRegexsvg"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeRegex.svg (0 => 182048)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeRegex.svg         (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeRegex.svg        2015-03-27 01:53:07 UTC (rev 182048)
</span><span class="lines">@@ -0,0 +1,404 @@
</span><ins>+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ version="1.1"
+ width="16"
+ height="16"
+ id="svg5300">
+ <defs
+ id="defs5302">
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3161-1"
+ xlink:href="#linearGradient4373-2-5-8-6-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ id="linearGradient4373-2-5-8-6-8">
+ <stop
+ id="stop4375-3-6-8-4-7"
+ style="stop-color:#a40000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4377-3-5-2-3-7"
+ style="stop-color:#f9adad;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="301"
+ cy="51.5"
+ r="19.500002"
+ fx="301"
+ fy="51.5"
+ id="radialGradient3175-6"
+ xlink:href="#linearGradient8978-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)" />
+ <linearGradient
+ id="linearGradient8978-0">
+ <stop
+ id="stop8980-9"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop8982-2"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="24.44569"
+ cy="35.87817"
+ r="20.530962"
+ fx="24.44569"
+ fy="35.87817"
+ id="radialGradient5208"
+ xlink:href="#linearGradient11520-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-31.728631,-21.533276)" />
+ <linearGradient
+ id="linearGradient11520-4">
+ <stop
+ id="stop11522-7"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop11524-7"
+ style="stop-color:#fabebe;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="321.5675"
+ y1="145.51683"
+ x2="311.65057"
+ y2="118.49502"
+ id="linearGradient5210"
+ xlink:href="#linearGradient4247-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5556927,0,0,0.5556793,-188.04562,-93.211546)" />
+ <linearGradient
+ id="linearGradient4247-6">
+ <stop
+ id="stop4249-2"
+ style="stop-color:#a40000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4251-2"
+ style="stop-color:#f9adad;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="24.44569"
+ cy="35.87817"
+ r="20.530962"
+ fx="24.44569"
+ fy="35.87817"
+ id="radialGradient5296"
+ xlink:href="#linearGradient11520-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180918)" />
+ <linearGradient
+ x1="321.5675"
+ y1="145.51683"
+ x2="311.65057"
+ y2="118.49502"
+ id="linearGradient5298"
+ xlink:href="#linearGradient4247-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3161-1-6"
+ xlink:href="#linearGradient4373-2-5-8-6-8-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ id="linearGradient4373-2-5-8-6-8-6">
+ <stop
+ id="stop4375-3-6-8-4-7-3"
+ style="stop-color:#a40000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4377-3-5-2-3-7-5"
+ style="stop-color:#f9adad;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient5518"
+ xlink:href="#linearGradient4373-2-5-8-6-8-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-38.9244,-46.94361)" />
+ <radialGradient
+ cx="301"
+ cy="51.5"
+ r="19.500002"
+ fx="301"
+ fy="51.5"
+ id="radialGradient3929"
+ xlink:href="#linearGradient8978-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)" />
+ <radialGradient
+ cx="24.44569"
+ cy="35.87817"
+ r="20.530962"
+ fx="24.44569"
+ fy="35.87817"
+ id="radialGradient3933"
+ xlink:href="#linearGradient11520-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180918)" />
+ <linearGradient
+ x1="321.5675"
+ y1="145.51683"
+ x2="311.65057"
+ y2="118.49502"
+ id="linearGradient3935"
+ xlink:href="#linearGradient4247-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)" />
+ <linearGradient
+ id="linearGradient4373-2-5-8-6-8-6-4">
+ <stop
+ id="stop4375-3-6-8-4-7-3-2"
+ style="stop-color:#a40000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4377-3-5-2-3-7-5-2"
+ style="stop-color:#f9adad;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3952"
+ xlink:href="#linearGradient4373-2-5-8-6-8-6-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-39.902379,-47.24489)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3925-3-9"
+ xlink:href="#linearGradient4373-2-5-8-6-8-6-4-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ id="linearGradient4373-2-5-8-6-8-6-4-9">
+ <stop
+ id="stop4375-3-6-8-4-7-3-2-1"
+ style="stop-color:#a40000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4377-3-5-2-3-7-5-2-5"
+ style="stop-color:#f9adad;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient4080"
+ xlink:href="#linearGradient4373-2-5-8-6-8-6-4-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-40.198725,-47.440746)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3925-3-9-6"
+ xlink:href="#linearGradient4373-2-5-8-6-8-6-4-9-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ id="linearGradient4373-2-5-8-6-8-6-4-9-8">
+ <stop
+ id="stop4375-3-6-8-4-7-3-2-1-9"
+ style="stop-color:#a40000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4377-3-5-2-3-7-5-2-5-8"
+ style="stop-color:#f9adad;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient4733"
+ xlink:href="#linearGradient4373-2-5-8-6-8-6-4-9-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-40.27489,-47.51691)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3020"
+ xlink:href="#linearGradient7888-7-8-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.919529,-62.387703)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3052"
+ xlink:href="#linearGradient7888-7-8-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.919529,-62.387703)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3058"
+ xlink:href="#linearGradient4373-2-5-8-6-8-6-4-9-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3061"
+ xlink:href="#linearGradient4373-2-5-8-6-8-6-4-9-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3061-9"
+ xlink:href="#linearGradient4373-2-5-8-6-8-6-4-9-8-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ id="linearGradient4373-2-5-8-6-8-6-4-9-8-6">
+ <stop
+ id="stop4375-3-6-8-4-7-3-2-1-9-4"
+ style="stop-color:#a40000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4377-3-5-2-3-7-5-2-5-8-0"
+ style="stop-color:#f9adad;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3079"
+ xlink:href="#linearGradient4373-2-5-8-6-8-6-4-9-8-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-40.666495,-47.518871)" />
+ <linearGradient
+ x1="-19.525423"
+ y1="-0.30508471"
+ x2="-14.711864"
+ y2="-0.30508471"
+ id="linearGradient3815"
+ xlink:href="#linearGradient8978-0"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <metadata
+ id="metadata5305">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Notice" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="g3097">
+ <rect
+ width="15.003705"
+ height="15.003344"
+ rx="1.5143198"
+ ry="1.5142833"
+ x="0.49814749"
+ y="0.49832821"
+ id="rect4319-7"
+ style="fill:url(#radialGradient3933);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3935);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+ <rect
+ width="12.997247"
+ height="12.999963"
+ rx="0.5081172"
+ ry="0.50810492"
+ x="1.5013518"
+ y="1.5016088"
+ id="rect4321-0"
+ style="fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+ <rect
+ width="14.000044"
+ height="14.000041"
+ rx="1.9062433"
+ ry="1.9062428"
+ x="1.0017486"
+ y="1.0015783"
+ id="rect9035-4"
+ style="fill:url(#radialGradient3929);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+ <path
+ d="m 4.8240769,4.780819 c -0.03291,0.0041 -0.06499,0.01475 -0.09375,0.03125 -0.02216,0.0074 -0.04326,0.01798 -0.0625,0.03125 -0.02758,0.02597 -0.04913,0.0583 -0.0625,0.09375 -6.52e-4,0.0104 -6.52e-4,0.02085 0,0.03125 -0.0026,0.02072 -0.0026,0.04178 0,0.0625 l 0,8 a 0.250025,0.250025 0 0 0 0,0.03125 0.250025,0.250025 0 0 0 0,0.03125 0.250025,0.250025 0 0 0 0,0.03125 0.250025,0.250025 0 0 0 0,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 0.250025,0.250025 0 0 0 0.03125,0 l 1.40625,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-2.875 c 0.124827,0.0059 0.238097,0.03125 0.375,0.03125 0.14930
7,0 0.324266,0.0053 0.5,0 l 1.75,2.96875 a 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.0625 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,0 l 1.6250011,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.09375 L 9.2928269,9.7808185 c 0.408774,-0.163092 0.8262171,-0.351698 1.1250011,-0.6875 0.365592,-0.4108871 0.59375,-0.9625795 0.59375,-1.6874995 0,-1.185943 -0.65393,-1.906754 -1.4062511,-2.25 -0.75232,-0.343247 -1.624556,-0.375 -2.15625,-0.375 l -2.59375,0 c -0.0104,-6.52e-4 -0.02085,-6.52e-4 -0.03125,0 z m 1.6875,1.8125 0.8125,0 c 0.502668,0 0.979816,0.02877 1.28125,0.15625 0.301434,0.127483 0.4375,0.277979 0.4375,0.6875 0,0.23499 -0.03704,
0.381426 -0.125,0.5 -0.08796,0.118573 -0.223393,0.211062 -0.40625,0.28125 -0.365715,0.140375 -0.933206,0.1875 -1.53125,0.1875 -0.154377,0 -0.310083,-0.02084 -0.46875,-0.03125 l 0,-1.78125 z"
+ id="path3371-1"
+ style="font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold" />
+ <path
+ d="m 4.8758569,3.750488 c -0.03291,0.0041 -0.06499,0.01475 -0.09375,0.03125 -0.02216,0.0074 -0.04326,0.01798 -0.0625,0.03125 -0.02758,0.02597 -0.04913,0.0583 -0.0625,0.09375 -6.52e-4,0.0104 -6.52e-4,0.02085 0,0.03125 -0.0026,0.02072 -0.0026,0.04178 0,0.0625 l 0,8.000001 a 0.250025,0.250025 0 0 0 0,0.03125 0.250025,0.250025 0 0 0 0,0.03125 0.250025,0.250025 0 0 0 0,0.03125 0.250025,0.250025 0 0 0 0,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 0.250025,0.250025 0 0 0 0.03125,0 l 1.40625,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-2.8750005 c 0.124827,0.00594 0.238097,0.03125 0.375,0.0
3125 0.149307,0 0.324266,0.00525 0.5,0 l 1.75,2.9687505 a 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.0625 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,0 l 1.6250011,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.09375 L 9.3446069,8.7504885 C 9.7533809,8.5873965 10.170824,8.398791 10.469608,8.062989 c 0.365592,-0.410888 0.59375,-0.96258 0.59375,-1.6875 0,-1.185943 -0.65393,-1.906754 -1.4062511,-2.250001 -0.75232,-0.343246 -1.624556,-0.375 -2.15625,-0.375 l -2.59375,0 c -0.0104,-6.51e-4 -0.02085,-6.51e-4 -0.03125,0 z m 1.6875,1.812501 0.8125,0 c 0.502668,0 0.979816,0.02877 1.28125,0.15625 0.301434,0.127483 0.4375,0.277979 0.4375,0.6875 0
,0.23499 -0.03704,0.381426 -0.125,0.5 -0.08796,0.118573 -0.223393,0.211062 -0.40625,0.28125 -0.365715,0.140375 -0.933206,0.1875 -1.53125,0.1875 -0.154377,0 -0.310083,-0.02084 -0.46875,-0.03125 l 0,-1.78125 z"
+ id="path3371-1-3"
+ style="font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient3061-9);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold" />
+ </g>
+ <rect
+ width="4.8135595"
+ height="7.2542372"
+ rx="0.5081172"
+ ry="0.50810492"
+ x="-19.525423"
+ y="-3.9322033"
+ id="rect3039"
+ style="opacity:0.8;color:#000000;fill:url(#linearGradient3815);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new" />
+</svg>
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkTypeStringsvg"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeString.svg (0 => 182048)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeString.svg         (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeString.svg        2015-03-27 01:53:07 UTC (rev 182048)
</span><span class="lines">@@ -0,0 +1,379 @@
</span><ins>+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ version="1.1"
+ width="16"
+ height="16"
+ id="svg5300">
+ <defs
+ id="defs5302">
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3161-1"
+ xlink:href="#linearGradient4373-2-5-8-6-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ id="linearGradient4373-2-5-8-6-8">
+ <stop
+ id="stop4375-3-6-8-4-7"
+ style="stop-color:#a40000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4377-3-5-2-3-7"
+ style="stop-color:#f9adad;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="301"
+ cy="51.5"
+ r="19.500002"
+ fx="301"
+ fy="51.5"
+ id="radialGradient3175-6"
+ xlink:href="#linearGradient8978-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)" />
+ <linearGradient
+ id="linearGradient8978-0">
+ <stop
+ id="stop8980-9"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop8982-2"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="24.44569"
+ cy="35.87817"
+ r="20.530962"
+ fx="24.44569"
+ fy="35.87817"
+ id="radialGradient5208"
+ xlink:href="#linearGradient11520-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-31.728631,-21.533276)" />
+ <linearGradient
+ id="linearGradient11520-4">
+ <stop
+ id="stop11522-7"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop11524-7"
+ style="stop-color:#fabebe;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="321.5675"
+ y1="145.51683"
+ x2="311.65057"
+ y2="118.49502"
+ id="linearGradient5210"
+ xlink:href="#linearGradient4247-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5556927,0,0,0.5556793,-188.04562,-93.211546)" />
+ <linearGradient
+ id="linearGradient4247-6">
+ <stop
+ id="stop4249-2"
+ style="stop-color:#a40000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4251-2"
+ style="stop-color:#f9adad;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="24.44569"
+ cy="35.87817"
+ r="20.530962"
+ fx="24.44569"
+ fy="35.87817"
+ id="radialGradient5296"
+ xlink:href="#linearGradient11520-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180918)" />
+ <linearGradient
+ x1="321.5675"
+ y1="145.51683"
+ x2="311.65057"
+ y2="118.49502"
+ id="linearGradient5298"
+ xlink:href="#linearGradient4247-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3161-1-6"
+ xlink:href="#linearGradient4373-2-5-8-6-8-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ id="linearGradient4373-2-5-8-6-8-6">
+ <stop
+ id="stop4375-3-6-8-4-7-3"
+ style="stop-color:#a40000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4377-3-5-2-3-7-5"
+ style="stop-color:#f9adad;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient5518"
+ xlink:href="#linearGradient4373-2-5-8-6-8-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-38.9244,-46.94361)" />
+ <radialGradient
+ cx="301"
+ cy="51.5"
+ r="19.500002"
+ fx="301"
+ fy="51.5"
+ id="radialGradient3929"
+ xlink:href="#linearGradient8978-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)" />
+ <radialGradient
+ cx="24.44569"
+ cy="35.87817"
+ r="20.530962"
+ fx="24.44569"
+ fy="35.87817"
+ id="radialGradient3933"
+ xlink:href="#linearGradient11520-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180918)" />
+ <linearGradient
+ x1="321.5675"
+ y1="145.51683"
+ x2="311.65057"
+ y2="118.49502"
+ id="linearGradient3935"
+ xlink:href="#linearGradient4247-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)" />
+ <linearGradient
+ id="linearGradient4373-2-5-8-6-8-6-4">
+ <stop
+ id="stop4375-3-6-8-4-7-3-2"
+ style="stop-color:#a40000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4377-3-5-2-3-7-5-2"
+ style="stop-color:#f9adad;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3952"
+ xlink:href="#linearGradient4373-2-5-8-6-8-6-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-39.902379,-47.24489)" />
+ <linearGradient
+ id="linearGradient4373-2-5-8-6-8-6-4-9">
+ <stop
+ id="stop4375-3-6-8-4-7-3-2-1"
+ style="stop-color:#a40000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4377-3-5-2-3-7-5-2-5"
+ style="stop-color:#f9adad;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient4080"
+ xlink:href="#linearGradient4373-2-5-8-6-8-6-4-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-40.198725,-47.440746)" />
+ <linearGradient
+ id="linearGradient4373-2-5-8-6-8-6-4-9-8">
+ <stop
+ id="stop4375-3-6-8-4-7-3-2-1-9"
+ style="stop-color:#a40000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4377-3-5-2-3-7-5-2-5-8"
+ style="stop-color:#f9adad;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient4733"
+ xlink:href="#linearGradient4373-2-5-8-6-8-6-4-9-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-40.27489,-47.51691)" />
+ <linearGradient
+ id="linearGradient4373-2-5-8-6-8-6-4-9-8-3">
+ <stop
+ id="stop4375-3-6-8-4-7-3-2-1-9-4"
+ style="stop-color:#a40000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4377-3-5-2-3-7-5-2-5-8-2"
+ style="stop-color:#f9adad;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient5001"
+ xlink:href="#linearGradient4373-2-5-8-6-8-6-4-9-8-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-40.666495,-47.518871)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3925-3-9-6-7-5"
+ xlink:href="#linearGradient4373-2-5-8-6-8-6-4-9-8-3-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ id="linearGradient4373-2-5-8-6-8-6-4-9-8-3-9">
+ <stop
+ id="stop4375-3-6-8-4-7-3-2-1-9-4-1"
+ style="stop-color:#a40000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4377-3-5-2-3-7-5-2-5-8-2-8"
+ style="stop-color:#f9adad;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient5169"
+ xlink:href="#linearGradient4373-2-5-8-6-8-6-4-9-8-3-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-39.55784,-47.51691)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3925-3-9-6-7-5-7"
+ xlink:href="#linearGradient4373-2-5-8-6-8-6-4-9-8-3-9-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ id="linearGradient4373-2-5-8-6-8-6-4-9-8-3-9-2">
+ <stop
+ id="stop4375-3-6-8-4-7-3-2-1-9-4-1-7"
+ style="stop-color:#a40000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4377-3-5-2-3-7-5-2-5-8-2-8-6"
+ style="stop-color:#f9adad;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient5341"
+ xlink:href="#linearGradient4373-2-5-8-6-8-6-4-9-8-3-9-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-41.010245,-47.516912)" />
+ </defs>
+ <metadata
+ id="metadata5305">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Notice" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <rect
+ width="15.003705"
+ height="15.003344"
+ rx="1.5143198"
+ ry="1.5142833"
+ x="0.49814749"
+ y="0.49832821"
+ id="rect4319-7"
+ style="fill:url(#radialGradient3933);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3935);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+ <rect
+ width="12.997247"
+ height="12.999963"
+ rx="0.5081172"
+ ry="0.50810492"
+ x="1.5013518"
+ y="1.5016088"
+ id="rect4321-0"
+ style="fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+ <rect
+ width="14.000044"
+ height="14.000041"
+ rx="1.9062433"
+ ry="1.9062428"
+ x="1.0017486"
+ y="1.0015783"
+ id="rect9035-4"
+ style="fill:url(#radialGradient3929);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+ <path
+ d="m 8.1540506,4.7563487 c -0.959403,0 -1.772159,0.2464674 -2.34375,0.6875 -0.571591,0.4410326 -0.875,1.0874574 -0.875,1.8125001 0,0.767377 0.300079,1.3617857 0.75,1.75 0.449921,0.3882143 1.012308,0.5990768 1.5625,0.78125 0.550191,0.1821732 1.1026169,0.3278562 1.4687498,0.5000002 0.1830664,0.08607 0.3253273,0.189273 0.40625,0.28125 0.080923,0.09198 0.09673,0.150116 0.09375,0.28125 0,0.186517 -0.090379,0.354192 -0.34375,0.5 -0.2533707,0.145807 -0.670852,0.25 -1.1562498,0.25 -0.389794,0 -1.073708,-0.125985 -2.09375,-0.5 l -0.1875,-0.0625 a 0.250025,0.250025 0 0 0 -0.09375,-0.03125 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.15625,0.125 0.250025,0.250025 0 0 0 -0.03125,0.03125 l -0.46875,1.3125 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.0
3125,0 l 0.1875,0.09375 0,-0.03125 c 0.77838,0.302058 1.598281,0.59375 2.65625,0.59375 1.2747053,0 2.1718225,-0.320571 2.7499994,-0.8125 0.578177,-0.49193 0.8125,-1.1637 0.8125,-1.78125 0,-0.753788 -0.304066,-1.2961619 -0.75,-1.6875002 -0.445934,-0.3913383 -1.0136924,-0.6241691 -1.5624996,-0.8125 -0.5488072,-0.1883309 -1.0970258,-0.3332389 -1.4687498,-0.5 -0.185862,-0.083381 -0.323376,-0.1649993 -0.40625,-0.25 -0.08287,-0.085001 -0.125,-0.1750816 -0.125,-0.28125 0,-0.2015172 0.09694,-0.3334515 0.3125,-0.46875 0.21556,-0.1352985 0.580831,-0.25 1.0312498,-0.25 0.6838959,0 1.275116,0.1895545 1.9062496,0.4375 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.03125 l 0.4375,-1.2812501 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.062
5,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.03125 l -0.15625,-0.0625 a 0.250025,0.250025 0 0 0 -0.03125,0 c -0.291216,-0.093605 -1.1270651,-0.46875 -2.4374994,-0.46875 z"
+ id="text5177-7-7"
+ style="font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold" />
+ <path
+ d="m 8.2666056,3.6562497 c -0.959403,0 -1.772159,0.2464674 -2.34375,0.6875 -0.571591,0.4410326 -0.875,1.0874574 -0.875,1.8125001 0,0.767377 0.300079,1.3617857 0.75,1.75 0.449921,0.3882143 1.012308,0.5990768 1.5625,0.78125 0.550191,0.1821732 1.1026169,0.3278566 1.4687498,0.5 0.1830664,0.086072 0.3253273,0.189273 0.40625,0.28125 0.080923,0.091977 0.09673,0.1501166 0.09375,0.28125 0,0.1865172 -0.090379,0.3541922 -0.34375,0.5000002 -0.2533707,0.145807 -0.670852,0.25 -1.1562498,0.25 -0.389794,0 -1.073708,-0.125985 -2.09375,-0.5000002 l -0.1875,-0.0625 a 0.250025,0.250025 0 0 0 -0.09375,-0.03125 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.15625,0.1250002 0.250025,0.250025 0 0 0 -0.03125,0.03125 l -0.46875,1.3125 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.2
50025 0 0 0 0.03125,0 l 0.1875,0.09375 0,-0.03125 c 0.77838,0.302058 1.598281,0.59375 2.65625,0.59375 1.2747053,0 2.1718225,-0.320571 2.7499994,-0.8125 0.578177,-0.49193 0.8125,-1.1637 0.8125,-1.7812502 0,-0.7537881 -0.304066,-1.2961617 -0.75,-1.6875 -0.445934,-0.3913383 -1.0136924,-0.6241691 -1.5624996,-0.8125 -0.5488072,-0.1883309 -1.0970258,-0.3332389 -1.4687498,-0.5 -0.185862,-0.083381 -0.323376,-0.1649993 -0.40625,-0.25 -0.08287,-0.085001 -0.125,-0.1750816 -0.125,-0.28125 0,-0.2015172 0.09694,-0.3334515 0.3125,-0.46875 0.21556,-0.1352985 0.580831,-0.25 1.0312498,-0.25 0.6838959,0 1.275116,0.1895545 1.9062496,0.4375 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.03125 l 0.4375,-1.2812501 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.2500
25 0 0 0 -0.0625,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.03125 l -0.15625,-0.0625 a 0.250025,0.250025 0 0 0 -0.03125,0 c -0.291216,-0.093605 -1.1270651,-0.46875 -2.4374994,-0.46875 z"
+ id="text5177-7-7-1"
+ style="font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient3925-3-9-6-7-5-7);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold" />
+</svg>
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkTypeSymbolsvg"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeSymbol.svg (0 => 182048)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeSymbol.svg         (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeSymbol.svg        2015-03-27 01:53:07 UTC (rev 182048)
</span><span class="lines">@@ -0,0 +1,528 @@
</span><ins>+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ version="1.1"
+ width="16"
+ height="16"
+ id="svg3986">
+ <defs
+ id="defs3988">
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3161"
+ xlink:href="#linearGradient4373-2-5-8-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <radialGradient
+ cx="301"
+ cy="51.5"
+ r="19.500002"
+ fx="301"
+ fy="51.5"
+ id="radialGradient3175"
+ xlink:href="#linearGradient8978"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)" />
+ <linearGradient
+ id="linearGradient8978">
+ <stop
+ id="stop8980"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop8982"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="24.44569"
+ cy="35.87817"
+ r="20.530962"
+ fx="24.44569"
+ fy="35.87817"
+ id="radialGradient3179"
+ xlink:href="#linearGradient11520"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-49.42355,1.24638)" />
+ <linearGradient
+ id="linearGradient11520">
+ <stop
+ id="stop11522"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop11524"
+ style="stop-color:#c2f6e5;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="321.5675"
+ y1="145.51683"
+ x2="311.65057"
+ y2="118.49502"
+ id="linearGradient3181"
+ xlink:href="#linearGradient4247"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5556927,0,0,0.5556793,-205.74054,-70.43189)" />
+ <linearGradient
+ id="linearGradient4247">
+ <stop
+ id="stop4249"
+ style="stop-color:#069a6b;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4251"
+ style="stop-color:#b2f4df;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="24.44569"
+ cy="35.87817"
+ r="20.530962"
+ fx="24.44569"
+ fy="35.87817"
+ id="radialGradient3982"
+ xlink:href="#linearGradient11520"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180835)" />
+ <linearGradient
+ x1="321.5675"
+ y1="145.51683"
+ x2="311.65057"
+ y2="118.49502"
+ id="linearGradient3984"
+ xlink:href="#linearGradient4247"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3161-0"
+ xlink:href="#linearGradient4373-2-5-8-6-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient4650"
+ xlink:href="#linearGradient4373-2-5-8-6-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-38.9244,-46.943609)" />
+ <radialGradient
+ cx="301"
+ cy="51.5"
+ r="19.500002"
+ fx="301"
+ fy="51.5"
+ id="radialGradient3038"
+ xlink:href="#linearGradient8978"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)" />
+ <radialGradient
+ cx="24.44569"
+ cy="35.87817"
+ r="20.530962"
+ fx="24.44569"
+ fy="35.87817"
+ id="radialGradient3042"
+ xlink:href="#linearGradient11520"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180835)" />
+ <linearGradient
+ x1="321.5675"
+ y1="145.51683"
+ x2="311.65057"
+ y2="118.49502"
+ id="linearGradient3044"
+ xlink:href="#linearGradient4247"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3034-1"
+ xlink:href="#linearGradient4373-2-5-8-6-3-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3829"
+ xlink:href="#linearGradient4373-2-5-8-6-3-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-39.902379,-47.244888)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3034-1-1"
+ xlink:href="#linearGradient4373-2-5-8-6-3-3-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient4042"
+ xlink:href="#linearGradient4373-2-5-8-6-3-3-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient4050"
+ xlink:href="#linearGradient4373-2-5-8-6-3-3-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient4065"
+ xlink:href="#linearGradient4373-2-5-8-6-3-3-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3034-1-7"
+ xlink:href="#linearGradient4373-2-5-8-6-3-3-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient4042-2"
+ xlink:href="#linearGradient4373-2-5-8-6-3-3-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient4050-5"
+ xlink:href="#linearGradient4373-2-5-8-6-3-3-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3034-1-11"
+ xlink:href="#linearGradient4373-2-5-8-6-3-3-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient4198"
+ xlink:href="#linearGradient4373-2-5-8-6-3-3-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient4206"
+ xlink:href="#linearGradient4373-2-5-8-6-3-3-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient4217"
+ xlink:href="#linearGradient4373-2-5-8-6-3-3-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient4219"
+ xlink:href="#linearGradient4373-2-5-8-6-3-3-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient4221"
+ xlink:href="#linearGradient4373-2-5-8-6-3-3-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3034-1-11-8"
+ xlink:href="#linearGradient4373-2-5-8-6-3-3-2-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient4341"
+ xlink:href="#linearGradient4373-2-5-8-6-3-3-2-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-39.497066,-47.586678)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3925-3-9-6-7-5-7"
+ xlink:href="#linearGradient4373-2-5-8-6-8-6-4-9-8-3-9-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-32.560085,-63.844344)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3088"
+ xlink:href="#linearGradient4373-2-5-8-6-8-6-4-9-8-3-9-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-32.560085,-63.844344)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3094"
+ xlink:href="#linearGradient4373-2-5-8-6-3-3-2-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3097"
+ xlink:href="#linearGradient4373-2-5-8-6-3-3-2-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3097-3"
+ xlink:href="#linearGradient4373-2-5-8-6-3-3-2-1-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ id="linearGradient4373-2-5-8-6-3-3-2-1-5">
+ <stop
+ id="stop4375-3-6-8-4-9-2-3-0-8"
+ style="stop-color:#069a6b;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4377-3-5-2-3-5-3-3-0-3"
+ style="stop-color:#34e2ab;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3115"
+ xlink:href="#linearGradient4373-2-5-8-6-3-3-2-1-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-40.13795,-47.510514)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3854"
+ xlink:href="#linearGradient4373-2-5-8-6-3-3-2-1-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <radialGradient
+ cx="301"
+ cy="51.5"
+ r="19.500002"
+ fx="301"
+ fy="51.5"
+ id="radialGradient3858"
+ xlink:href="#linearGradient8978"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)" />
+ <radialGradient
+ cx="24.44569"
+ cy="35.87817"
+ r="20.530962"
+ fx="24.44569"
+ fy="35.87817"
+ id="radialGradient3862"
+ xlink:href="#linearGradient11520"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180835)" />
+ <linearGradient
+ x1="321.5675"
+ y1="145.51683"
+ x2="311.65057"
+ y2="118.49502"
+ id="linearGradient3864"
+ xlink:href="#linearGradient4247"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3881"
+ xlink:href="#linearGradient4373-2-5-8-6-3-3-2-1-5-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-40.542357,-47.510514)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3854-8"
+ xlink:href="#linearGradient4373-2-5-8-6-3-3-2-1-5-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3914"
+ xlink:href="#linearGradient4373-2-5-8-6-3-3-2-1-5-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-40.542357,-47.510514)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3934"
+ xlink:href="#linearGradient4373-2-5-8-6-3-3-2-1-5-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ x1="18.221266"
+ y1="5.6730857"
+ x2="23.637157"
+ y2="5.6730857"
+ id="linearGradient3862"
+ xlink:href="#linearGradient8978"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <metadata
+ id="metadata3991">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Notice" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <rect
+ width="15.003705"
+ height="15.003344"
+ rx="1.5143198"
+ ry="1.5142833"
+ x="0.49814749"
+ y="0.49832821"
+ id="rect4319"
+ style="fill:url(#radialGradient3862);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3864);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+ <rect
+ width="12.997247"
+ height="12.999963"
+ rx="0.5081172"
+ ry="0.50810492"
+ x="1.5013518"
+ y="1.5016088"
+ id="rect4321"
+ style="fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+ <rect
+ width="14.000044"
+ height="14.000041"
+ rx="1.9062433"
+ ry="1.9062428"
+ x="1.0017486"
+ y="1.0015783"
+ id="rect9035"
+ style="fill:url(#radialGradient3858);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+ <path
+ d="m 8.1236627,4.841742 c -0.959403,0 -1.7721586,0.246467 -2.3437496,0.6875 -0.571591,0.441032 -0.875,1.087457 -0.875,1.8125 0,0.767377 0.300079,1.361785 0.75,1.75 0.449921,0.388214 1.0123076,0.599077 1.5624996,0.78125 0.550191,0.182173 1.102617,0.327856 1.46875,0.5 0.183067,0.08607 0.325327,0.189273 0.40625,0.28125 0.08092,0.09198 0.09673,0.150116 0.09375,0.28125 0,0.186517 -0.09038,0.354192 -0.34375,0.5 -0.253371,0.145807 -0.670852,0.25 -1.15625,0.25 -0.389794,0 -1.0737076,-0.125985 -2.0937496,-0.5 l -0.1875,-0.0625 a 0.250025,0.250025 0 0 0 -0.09375,-0.03125 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.15625,0.125 0.250025,0.250025 0 0 0 -0.03125,0.03125 l -0.46875,1.3125 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.03125,0 l 0.1875,0.
09375 0,-0.03125 c 0.77838,0.302058 1.598281,0.59375 2.6562496,0.59375 1.274706,0 2.171823,-0.320571 2.7500003,-0.8125 0.578177,-0.49193 0.8125,-1.1637 0.8125,-1.78125 0,-0.753788 -0.304066,-1.296162 -0.75,-1.6875 -0.4459343,-0.391339 -1.0136933,-0.624169 -1.5625003,-0.8125 -0.548807,-0.188331 -1.097026,-0.333239 -1.46875,-0.5 -0.185862,-0.08338 -0.323376,-0.165 -0.40625,-0.25 -0.08287,-0.085 -0.125,-0.175082 -0.125,-0.28125 0,-0.201517 0.09694,-0.333452 0.3125,-0.46875 0.21556,-0.135299 0.580831,-0.25 1.03125,-0.25 0.683896,0 1.275116,0.189554 1.9062503,0.4375 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.03125 l 0.4375,-1.28125 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.0
3125 l -0.15625,-0.0625 a 0.250025,0.250025 0 0 0 -0.03125,0 C 10.269947,5.216882 9.4340977,4.841742 8.1236627,4.841742 z"
+ id="text5177-7-7"
+ style="font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold" />
+ <path
+ d="m 8.2362177,3.741643 c -0.959403,0 -1.7721586,0.246467 -2.3437496,0.6875 -0.571591,0.441032 -0.875,1.087457 -0.875,1.8125 0,0.767377 0.300079,1.361785 0.75,1.75 0.449921,0.388214 1.0123076,0.599077 1.5624996,0.78125 0.550191,0.182173 1.102617,0.327856 1.46875,0.5 0.183067,0.08607 0.325327,0.189273 0.40625,0.28125 0.08092,0.09198 0.09673,0.150116 0.09375,0.28125 0,0.186517 -0.09038,0.354192 -0.34375,0.5 -0.253371,0.145807 -0.670852,0.25 -1.15625,0.25 -0.389794,0 -1.073708,-0.125985 -2.0937496,-0.5 l -0.1875,-0.0625 a 0.250025,0.250025 0 0 0 -0.09375,-0.03125 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.15625,0.125 0.250025,0.250025 0 0 0 -0.03125,0.03125 l -0.46875,1.3125 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.03125,0 l 0.1875,0.0
9375 0,-0.03125 c 0.77838,0.302058 1.598281,0.59375 2.6562496,0.59375 1.274706,0 2.171823,-0.320571 2.7500003,-0.8125 0.578177,-0.49193 0.8125,-1.1637 0.8125,-1.78125 0,-0.753788 -0.304066,-1.296162 -0.75,-1.6875 -0.445934,-0.391339 -1.0136933,-0.624169 -1.5625003,-0.8125 -0.548807,-0.188331 -1.097026,-0.333239 -1.46875,-0.5 -0.185862,-0.08338 -0.323376,-0.165 -0.40625,-0.25 -0.08287,-0.085 -0.125,-0.175082 -0.125,-0.28125 0,-0.201517 0.09694,-0.333452 0.3125,-0.46875 0.21556,-0.135299 0.580831,-0.25 1.03125,-0.25 0.683896,0 1.275116,0.189554 1.9062503,0.4375 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.03125 l 0.4375,-1.28125 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.031
25 l -0.15625,-0.0625 a 0.250025,0.250025 0 0 0 -0.03125,0 C 10.382502,4.116793 9.5466527,3.741643 8.2362177,3.741643 z"
+ id="text5177-7-7-1"
+ style="font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient3854);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold" />
+ <rect
+ width="2.3407674"
+ height="1.2392297"
+ rx="1.5143198"
+ ry="1.2392297"
+ x="3.5340996"
+ y="-2.358959"
+ id="rect3932"
+ style="opacity:0.8;color:#000000;fill:url(#linearGradient3934);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new" />
+</svg>
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkTypeUndefinedsvg"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeUndefined.svg (0 => 182048)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeUndefined.svg         (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeUndefined.svg        2015-03-27 01:53:07 UTC (rev 182048)
</span><span class="lines">@@ -0,0 +1,355 @@
</span><ins>+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ version="1.1"
+ width="16"
+ height="16"
+ id="svg9882">
+ <defs
+ id="defs9884">
+ <radialGradient
+ cx="301"
+ cy="51.5"
+ r="19.500002"
+ fx="301"
+ fy="51.5"
+ id="radialGradient3175"
+ xlink:href="#linearGradient8978"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)" />
+ <linearGradient
+ id="linearGradient8978">
+ <stop
+ id="stop8980"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop8982"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="24.44569"
+ cy="35.87817"
+ r="20.530962"
+ fx="24.44569"
+ fy="35.87817"
+ id="radialGradient3179"
+ xlink:href="#linearGradient11520"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-49.42355,1.24638)" />
+ <linearGradient
+ id="linearGradient11520">
+ <stop
+ id="stop11522"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop11524"
+ style="stop-color:#dcdcdc;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="321.5675"
+ y1="145.51683"
+ x2="311.65057"
+ y2="118.49502"
+ id="linearGradient3181"
+ xlink:href="#linearGradient4247"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5556927,0,0,0.5556793,-205.74054,-70.43189)" />
+ <linearGradient
+ id="linearGradient4247">
+ <stop
+ id="stop4249"
+ style="stop-color:#9b9b9b;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4251"
+ style="stop-color:#d3d7cf;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="24.44569"
+ cy="35.87817"
+ r="20.530962"
+ fx="24.44569"
+ fy="35.87817"
+ id="radialGradient9878"
+ xlink:href="#linearGradient11520"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180835)" />
+ <linearGradient
+ x1="321.5675"
+ y1="145.51683"
+ x2="311.65057"
+ y2="118.49502"
+ id="linearGradient9880"
+ xlink:href="#linearGradient4247"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3161-6"
+ xlink:href="#linearGradient4373-2-5-8-6-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ id="linearGradient4373-2-5-8-6-4">
+ <stop
+ id="stop4375-3-6-8-4-1"
+ style="stop-color:#888a85;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4377-3-5-2-3-8"
+ style="stop-color:#d3d7cf;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient9970"
+ xlink:href="#linearGradient4373-2-5-8-6-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-38.9244,-46.943609)" />
+ <radialGradient
+ cx="301"
+ cy="51.5"
+ r="19.500002"
+ fx="301"
+ fy="51.5"
+ id="radialGradient10464"
+ xlink:href="#linearGradient8978"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)" />
+ <radialGradient
+ cx="24.44569"
+ cy="35.87817"
+ r="20.530962"
+ fx="24.44569"
+ fy="35.87817"
+ id="radialGradient10468"
+ xlink:href="#linearGradient11520"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180835)" />
+ <linearGradient
+ x1="321.5675"
+ y1="145.51683"
+ x2="311.65057"
+ y2="118.49502"
+ id="linearGradient10470"
+ xlink:href="#linearGradient4247"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient10460-4"
+ xlink:href="#linearGradient4373-2-5-8-6-4-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ id="linearGradient4373-2-5-8-6-4-9">
+ <stop
+ id="stop4375-3-6-8-4-1-3"
+ style="stop-color:#888a85;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4377-3-5-2-3-8-6"
+ style="stop-color:#d3d7cf;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient10487"
+ xlink:href="#linearGradient4373-2-5-8-6-4-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-40.620365,-48.242929)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient10460-4-5"
+ xlink:href="#linearGradient4373-2-5-8-6-4-9-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ id="linearGradient4373-2-5-8-6-4-9-0">
+ <stop
+ id="stop4375-3-6-8-4-1-3-4"
+ style="stop-color:#888a85;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4377-3-5-2-3-8-6-6"
+ style="stop-color:#d3d7cf;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient10670"
+ xlink:href="#linearGradient4373-2-5-8-6-4-9-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-39.497066,-47.586679)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3012"
+ xlink:href="#linearGradient6020-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.870601,-43.768871)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3045"
+ xlink:href="#linearGradient6020-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.870601,-43.768871)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3049"
+ xlink:href="#linearGradient4373-2-5-8-6-4-9-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3052"
+ xlink:href="#linearGradient4373-2-5-8-6-4-9-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3052-3"
+ xlink:href="#linearGradient4373-2-5-8-6-4-9-0-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)" />
+ <linearGradient
+ id="linearGradient4373-2-5-8-6-4-9-0-5">
+ <stop
+ id="stop4375-3-6-8-4-1-3-4-3"
+ style="stop-color:#888a85;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4377-3-5-2-3-8-6-6-9"
+ style="stop-color:#d3d7cf;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="491.22195"
+ y1="506.64685"
+ x2="491.22195"
+ y2="732.05341"
+ id="linearGradient3070"
+ xlink:href="#linearGradient4373-2-5-8-6-4-9-0-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.09329421,0,0,0.09329421,-40.94849,-47.587415)" />
+ <linearGradient
+ x1="-12.542373"
+ y1="4.8135595"
+ x2="-7.3220339"
+ y2="4.8135595"
+ id="linearGradient3807"
+ xlink:href="#linearGradient8978"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <metadata
+ id="metadata9887">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+ <dc:title></dc:title>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Notice" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="g3088">
+ <rect
+ width="15.003705"
+ height="15.003344"
+ rx="1.5143198"
+ ry="1.5142833"
+ x="0.49814749"
+ y="0.49832821"
+ id="rect4319"
+ style="fill:url(#radialGradient10468);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10470);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+ <rect
+ width="12.997247"
+ height="12.999963"
+ rx="0.5081172"
+ ry="0.50810492"
+ x="1.5013518"
+ y="1.5016088"
+ id="rect4321"
+ style="fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+ <rect
+ width="14.000044"
+ height="14.000041"
+ rx="1.9062433"
+ ry="1.9062428"
+ x="1.0017486"
+ y="1.0015783"
+ id="rect9035"
+ style="fill:url(#radialGradient10464);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+ <path
+ d="m 7.029045,4.8558798 c -0.514325,0.047292 -1.015171,0.1950858 -1.5,0.4375 -0.0104,-6.514e-4 -0.02085,-6.514e-4 -0.03125,0 l -0.1875,0.125 c -0.03544,0.013371 -0.06778,0.034924 -0.09375,0.0625 -0.01327,0.019236 -0.02382,0.040343 -0.03125,0.0625 -0.0026,0.020724 -0.0026,0.041776 0,0.0625 -0.0026,0.020724 -0.0026,0.041776 0,0.0625 0.0074,0.022157 0.01798,0.043264 0.03125,0.0625 l 0.4375,1.09375 c 0.0095,0.011311 0.01994,0.021782 0.03125,0.03125 0.0095,0.011311 0.01994,0.021782 0.03125,0.03125 0.0095,0.011311 0.01994,0.021782 0.03125,0.03125 0.0095,0.011311 0.01994,0.021782 0.03125,0.03125 0.02876,0.016495 0.06084,0.027188 0.09375,0.03125 0.02072,0.00261 0.04178,0.00261 0.0625,0 0.01131,-0.00947 0.02178,-0.019939 0.03125,-0.03125 l 0.21875,-0.0625 c 0.0104,6.514e-4 0.02085,6.514e-4 0.03125,0 0.253104,-0.1070825 0.810538,-0.25 1.1874999,-0.25 0.616124,0 0.930615,0.1578396 1.09375,0.3125 0.163135,0.1546604 0.1875,0.3218048 0.1875,0.46875 0,0.2839645 -0.103296,0.4873
018 -0.28125,0.6875 -0.177954,0.2001982 -0.438739,0.3829692 -0.71875,0.625 C 7.1252739,9.2149414 6.529045,9.9133934 6.529045,11.230879 l 0,0.25 c -6.51e-4,0.0104 -6.51e-4,0.02085 0,0.03125 0.0041,0.03291 0.01475,0.06499 0.03125,0.09375 0.0095,0.01131 0.01994,0.02178 0.03125,0.03125 0.0095,0.01131 0.01994,0.02178 0.03125,0.03125 0.03465,0.03208 0.07855,0.05403 0.125,0.0625 0.0104,6.52e-4 0.02085,6.52e-4 0.03125,0 l 1.4062499,0 c 0.02072,0.0026 0.04178,0.0026 0.0625,0 0.03545,-0.01337 0.06778,-0.03492 0.09375,-0.0625 0.01131,-0.0095 0.02178,-0.01994 0.03125,-0.03125 0.03208,-0.03464 0.05403,-0.07855 0.0625,-0.125 6.51e-4,-0.0104 6.51e-4,-0.02085 0,-0.03125 l 0,-0.25 c 0,-0.425365 0.106343,-0.698962 0.28125,-0.9375 0.174907,-0.238537 0.446409,-0.4234418 0.71875,-0.6562492 0.544681,-0.4656148 1.1562501,-1.1016347 1.1562501,-2.375 0,-0.7837939 -0.330572,-1.4122805 -0.8750001,-1.8125 -0.544428,-0.4002194 -1.279935,-0.59375 -2.15625,-0.59375 -0.16808,0 -0.359808,-0.015764 -0.531249
9,0 z m -0.34375,6.9687492 c -0.04343,-6.79e-4 -0.087,0.01021 -0.125,0.03125 -0.03888,0.02211 -0.07164,0.05487 -0.09375,0.09375 -0.01327,0.01924 -0.02385,0.04034 -0.03125,0.0625 -0.0026,0.02072 -0.0026,0.04178 0,0.0625 l 0,1.34375 c -0.0026,0.02072 -0.0026,0.04178 0,0.0625 0.0074,0.02216 0.01798,0.04326 0.03125,0.0625 0.02211,0.03888 0.05487,0.07164 0.09375,0.09375 0.038,0.02104 0.08157,0.03193 0.125,0.03125 l 1.4999999,0 c 0.02072,0.0026 0.04178,0.0026 0.0625,0 0.03291,-0.0041 0.06499,-0.01475 0.09375,-0.03125 0.02432,-0.01691 0.04559,-0.03818 0.0625,-0.0625 0.01327,-0.01924 0.02382,-0.04034 0.03125,-0.0625 0.0026,-0.02072 0.0026,-0.04178 0,-0.0625 6.51e-4,-0.0104 6.51e-4,-0.02085 0,-0.03125 l 0,-1.34375 c 6.51e-4,-0.0104 6.51e-4,-0.02085 0,-0.03125 -0.0041,-0.03291 -0.01475,-0.06499 -0.03125,-0.09375 -0.0095,-0.01131 -0.01994,-0.02178 -0.03125,-0.03125 -0.0095,-0.01131 -0.01994,-0.02178 -0.03125,-0.03125 -0.0095,-0.01131 -0.01994,-0.02178 -0.03125,-0.03125 -0.02876,-0.0164
9 -0.06084,-0.02719 -0.09375,-0.03125 -0.0104,-6.51e-4 -0.02085,-6.51e-4 -0.03125,0 l -1.4999999,0 z"
+ id="path5271-3-3-7-5"
+ style="font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold" />
+ <path
+ d="m 7.080825,3.8255501 c -0.514325,0.047292 -1.015171,0.1950858 -1.5,0.4375 -0.0104,-6.514e-4 -0.02085,-6.514e-4 -0.03125,0 l -0.1875,0.125 c -0.03544,0.013371 -0.06778,0.034924 -0.09375,0.0625 -0.01327,0.019236 -0.02382,0.040343 -0.03125,0.0625 -0.0026,0.020724 -0.0026,0.041776 0,0.0625 -0.0026,0.020724 -0.0026,0.041776 0,0.0625 0.0074,0.022157 0.01798,0.043264 0.03125,0.0625 l 0.4375,1.09375 c 0.0095,0.011311 0.01994,0.021782 0.03125,0.03125 0.0095,0.011311 0.01994,0.021782 0.03125,0.03125 0.0095,0.011311 0.01994,0.021782 0.03125,0.03125 0.0095,0.011311 0.01994,0.021782 0.03125,0.03125 0.02876,0.016495 0.06084,0.027188 0.09375,0.03125 0.02072,0.00261 0.04178,0.00261 0.0625,0 0.01131,-0.00947 0.02178,-0.019939 0.03125,-0.03125 l 0.21875,-0.0625 c 0.0104,6.514e-4 0.02085,6.514e-4 0.03125,0 0.253104,-0.1070825 0.810538,-0.25 1.1874999,-0.25 0.616124,0 0.930615,0.1578396 1.09375,0.3125 0.163135,0.1546604 0.1875,0.3218048 0.1875,0.46875 0,0.2839645 -0.103296,0.4873
018 -0.28125,0.6875 -0.177954,0.2001982 -0.438739,0.3829692 -0.71875,0.625 C 7.1770539,8.1846117 6.580825,8.8830637 6.580825,10.20055 l 0,0.25 c -6.51e-4,0.0104 -6.51e-4,0.02085 0,0.03125 0.0041,0.03291 0.01475,0.06499 0.03125,0.09375 0.0095,0.01131 0.01994,0.02178 0.03125,0.03125 0.0095,0.01131 0.01994,0.02178 0.03125,0.03125 0.03465,0.03208 0.07855,0.05403 0.125,0.0625 0.0104,6.51e-4 0.02085,6.51e-4 0.03125,0 l 1.4062499,0 c 0.02072,0.0026 0.04178,0.0026 0.0625,0 0.03545,-0.01337 0.06778,-0.03492 0.09375,-0.0625 0.01131,-0.0095 0.02178,-0.01994 0.03125,-0.03125 0.03208,-0.03464 0.05403,-0.07855 0.0625,-0.125 6.51e-4,-0.0104 6.51e-4,-0.02085 0,-0.03125 l 0,-0.25 c 0,-0.4253658 0.106343,-0.6989623 0.28125,-0.9374999 0.174907,-0.2385376 0.446409,-0.4234426 0.71875,-0.65625 0.5446811,-0.4656148 1.1562501,-1.1016347 1.1562501,-2.375 0,-0.7837939 -0.330572,-1.4122805 -0.8750001,-1.8125 -0.544428,-0.4002194 -1.279935,-0.59375 -2.15625,-0.59375 -0.16808,0 -0.359808,-0.015764 -0.53
12499,0 z M 6.737075,10.7943 c -0.04343,-6.79e-4 -0.087,0.01021 -0.125,0.03125 -0.03888,0.02211 -0.07164,0.05487 -0.09375,0.09375 -0.01327,0.01924 -0.02385,0.04034 -0.03125,0.0625 -0.0026,0.02072 -0.0026,0.04178 0,0.0625 l 0,1.34375 c -0.0026,0.02072 -0.0026,0.04178 0,0.0625 0.0074,0.02216 0.01798,0.04326 0.03125,0.0625 0.02211,0.03888 0.05487,0.07164 0.09375,0.09375 0.038,0.02104 0.08157,0.03193 0.125,0.03125 l 1.4999999,0 c 0.02072,0.0026 0.04178,0.0026 0.0625,0 0.03291,-0.0041 0.06499,-0.01475 0.09375,-0.03125 0.02432,-0.01691 0.04559,-0.03818 0.0625,-0.0625 0.01327,-0.01924 0.02382,-0.04034 0.03125,-0.0625 0.0026,-0.02072 0.0026,-0.04178 0,-0.0625 6.51e-4,-0.0104 6.51e-4,-0.02085 0,-0.03125 l 0,-1.34375 c 6.51e-4,-0.0104 6.51e-4,-0.02085 0,-0.03125 -0.0041,-0.03291 -0.01475,-0.06499 -0.03125,-0.09375 -0.0095,-0.01131 -0.01994,-0.02178 -0.03125,-0.03125 -0.0095,-0.01131 -0.01994,-0.02178 -0.03125,-0.03125 -0.0095,-0.01131 -0.01994,-0.02178 -0.03125,-0.03125 -0.02876,-0.01
649 -0.06084,-0.02719 -0.09375,-0.03125 -0.0104,-6.52e-4 -0.02085,-6.52e-4 -0.03125,0 l -1.4999999,0 z"
+ id="path5271-3-3-7-5-6"
+ style="font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient3052-3);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold" />
+ </g>
+</svg>
</ins></span></pre>
</div>
</div>
</body>
</html>