<!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>[190404] 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/190404">190404</a></dd>
<dt>Author</dt> <dd>agomez@igalia.com</dd>
<dt>Date</dt> <dd>2015-10-01 06:36:00 -0700 (Thu, 01 Oct 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>[GTK] Web Inspector: Add GTK+ icons for the different types of non-numerical Visual editors for CSS properties
https://bugs.webkit.org/show_bug.cgi?id=147846

Reviewed by Carlos Garcia Campos.

* UserInterface/Images/gtk/AUTHORS: Updated.
* UserInterface/Images/gtk/ClearBoth.svg: Added.
* UserInterface/Images/gtk/ClearLeft.svg: Added.
* UserInterface/Images/gtk/ClearRight.svg: Added.
* UserInterface/Images/gtk/CubicBezier.svg: Updated.
* UserInterface/Images/gtk/FloatLeft.svg: Added.
* UserInterface/Images/gtk/FloatRight.svg: Added.
* UserInterface/Images/gtk/FontStyleItalic.svg: Added.
* UserInterface/Images/gtk/FontStyleNormal.svg: Added.
* UserInterface/Images/gtk/FontVariantSmallCaps.svg: Added.
* UserInterface/Images/gtk/TextAlignCenter.svg: Added.
* UserInterface/Images/gtk/TextAlignJustify.svg: Added.
* UserInterface/Images/gtk/TextAlignLeft.svg: Added.
* UserInterface/Images/gtk/TextAlignRight.svg: Added.
* UserInterface/Images/gtk/TextDecorationLineThrough.svg: Added.
* UserInterface/Images/gtk/TextDecorationOverline.svg: Added.
* UserInterface/Images/gtk/TextDecorationUnderline.svg: Added.
* UserInterface/Images/gtk/TextTransformCapitalize.svg: Added.
* UserInterface/Images/gtk/TextTransformLowercase.svg: Added.
* UserInterface/Images/gtk/TextTransformUppercase.svg: Added.
* UserInterface/Images/gtk/VisualStyleNone.svg: Added.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebInspectorUIChangeLog">trunk/Source/WebInspectorUI/ChangeLog</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkAUTHORS">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/AUTHORS</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkCubicBeziersvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/CubicBezier.svg</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkClearBothsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ClearBoth.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkClearLeftsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ClearLeft.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkClearRightsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ClearRight.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkFloatLeftsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/FloatLeft.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkFloatRightsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/FloatRight.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkFontStyleItalicsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/FontStyleItalic.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkFontStyleNormalsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/FontStyleNormal.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkFontVariantSmallCapssvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/FontVariantSmallCaps.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkTextAlignCentersvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextAlignCenter.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkTextAlignJustifysvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextAlignJustify.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkTextAlignLeftsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextAlignLeft.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkTextAlignRightsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextAlignRight.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkTextDecorationLineThroughsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextDecorationLineThrough.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkTextDecorationOverlinesvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextDecorationOverline.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkTextDecorationUnderlinesvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextDecorationUnderline.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkTextTransformCapitalizesvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextTransformCapitalize.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkTextTransformLowercasesvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextTransformLowercase.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkTextTransformUppercasesvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextTransformUppercase.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkVisualStyleNonesvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/VisualStyleNone.svg</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebInspectorUIChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/ChangeLog (190403 => 190404)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/ChangeLog        2015-10-01 13:07:55 UTC (rev 190403)
+++ trunk/Source/WebInspectorUI/ChangeLog        2015-10-01 13:36:00 UTC (rev 190404)
</span><span class="lines">@@ -1,3 +1,32 @@
</span><ins>+2015-10-01  Andres Gomez  &lt;agomez@igalia.com&gt;
+
+        [GTK] Web Inspector: Add GTK+ icons for the different types of non-numerical Visual editors for CSS properties
+        https://bugs.webkit.org/show_bug.cgi?id=147846
+
+        Reviewed by Carlos Garcia Campos.
+
+        * UserInterface/Images/gtk/AUTHORS: Updated.
+        * UserInterface/Images/gtk/ClearBoth.svg: Added.
+        * UserInterface/Images/gtk/ClearLeft.svg: Added.
+        * UserInterface/Images/gtk/ClearRight.svg: Added.
+        * UserInterface/Images/gtk/CubicBezier.svg: Updated.
+        * UserInterface/Images/gtk/FloatLeft.svg: Added.
+        * UserInterface/Images/gtk/FloatRight.svg: Added.
+        * UserInterface/Images/gtk/FontStyleItalic.svg: Added.
+        * UserInterface/Images/gtk/FontStyleNormal.svg: Added.
+        * UserInterface/Images/gtk/FontVariantSmallCaps.svg: Added.
+        * UserInterface/Images/gtk/TextAlignCenter.svg: Added.
+        * UserInterface/Images/gtk/TextAlignJustify.svg: Added.
+        * UserInterface/Images/gtk/TextAlignLeft.svg: Added.
+        * UserInterface/Images/gtk/TextAlignRight.svg: Added.
+        * UserInterface/Images/gtk/TextDecorationLineThrough.svg: Added.
+        * UserInterface/Images/gtk/TextDecorationOverline.svg: Added.
+        * UserInterface/Images/gtk/TextDecorationUnderline.svg: Added.
+        * UserInterface/Images/gtk/TextTransformCapitalize.svg: Added.
+        * UserInterface/Images/gtk/TextTransformLowercase.svg: Added.
+        * UserInterface/Images/gtk/TextTransformUppercase.svg: Added.
+        * UserInterface/Images/gtk/VisualStyleNone.svg: Added.
+
</ins><span class="cx"> 2015-09-30  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Web Inspector: Reduce `delete` in Timeline related classes
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkAUTHORS"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/AUTHORS (190403 => 190404)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/AUTHORS        2015-10-01 13:07:55 UTC (rev 190403)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/AUTHORS        2015-10-01 13:36:00 UTC (rev 190404)
</span><span class="lines">@@ -2,9 +2,10 @@
</span><span class="cx">         Andres Gomez &lt;agomez@igalia.com&gt;
</span><span class="cx"> 
</span><span class="cx"> * With the exception of the individual files listed below, the artwork
</span><del>-  included has been created as a derived work from the &quot;inkscape
-  symbolic icons&quot; and the &quot;adwaita-icon-theme&quot;, whose authors are:
</del><ins>+  included has been created as a derived work from the &quot;gnome-icons&quot;; &quot;inkscape
+  symbolic&quot; and &quot;art-libre symbolic&quot;, and the &quot;adwaita-icon-theme&quot;, whose authors are:
</ins><span class="cx">         Barbara Muraus &lt;barbara.muraus@gmail.com&gt;
</span><ins>+        Jakub Steiner &lt;jimmac@gmail.com&gt;
</ins><span class="cx">         GNOME Project http://www.gnome.org
</span><span class="cx"> 
</span><span class="cx"> * Cookie.png
</span><span class="lines">@@ -31,3 +32,16 @@
</span><span class="cx"> * SliderThumbPressed.png
</span><span class="cx"> * SliderThumbPressed@2x.png
</span><span class="cx">         by GTK+ Project http://www.gtk.org
</span><ins>+
+* FloatLeft.svg
+* FloatRight.svg
+        by LibreOffice design team:
+        GNOME Project http://www.gnome.org
+        Norah A. Abanumay &lt;nabanimy@kacst.edu.sa&gt;
+        Ahmad Hussein Al-Harthi &lt;aalharthi@kacst.edu.sa&gt;
+        Issa Alkurtass &lt;ialkurtass@kacst.edu.sa&gt;
+        Matthias Freund (Papamatti) &lt;matti_lx@mailbox.org&gt;
+        Stefan Knorr &lt;heinzlesspam@gmail.com&gt;
+        Reda Lazri &lt;the.red.shortcut@gmail.com&gt;
+        Miroslav Mazel &lt;stannumdude@gmail.com&gt;
+        Alexander Wilms &lt;f.alexander.wilms@gmail.com&gt;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkClearBothsvg"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ClearBoth.svg (0 => 190404)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ClearBoth.svg                                (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ClearBoth.svg        2015-10-01 13:36:00 UTC (rev 190404)
</span><span class="lines">@@ -0,0 +1,39 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;path d=&quot;m6.2724 2c-0.2947 0.0562-0.5276 0.3431-0.5223 0.643v10.714c0 0.337 0.3062 0.643 0.6428 0.643h3.2142c0.33658-0.000033 0.6428-0.30626 0.64283-0.64283v-10.714c0.005-0.2999-0.228-0.5868-0.5224-0.643zm0.76336 1.286h1.9285v9.4283h-1.9285z&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m1.2724 2c-0.29467 0.056228-0.52758 0.34306-0.5223 0.643v4.9293h1.2857v-4.2863h1.9285v9.4284h1.2857v-10.071c0.00528-0.29994-0.22762-0.58677-0.5223-0.643z&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;1.393&quot; y=&quot;9.5002&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;.75020&quot; y=&quot;10.143&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;1.393&quot; y=&quot;10.786&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;.75020&quot; y=&quot;11.429&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;1.393&quot; y=&quot;12.072&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;.75020&quot; y=&quot;12.714&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;2.0359&quot; y=&quot;12.714&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;3.3215&quot; y=&quot;12.714&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;1.393&quot; y=&quot;13.357&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;2.6787&quot; y=&quot;13.357&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;3.9644&quot; y=&quot;13.357&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.76336&quot; x=&quot;4.6072&quot; y=&quot;12.594&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;1.393&quot; y=&quot;6.9289&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;.75020&quot; y=&quot;7.5717&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;1.393&quot; y=&quot;8.2145&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;.75020&quot; y=&quot;8.8574&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m11.272 2c-0.29467 0.056228-0.52758 0.34306-0.5223 0.643v4.9293h1.2857v-4.2863h1.9285v9.4284h1.2857v-10.071c0.0053-0.29994-0.22762-0.58677-0.5223-0.643z&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;11.393&quot; y=&quot;9.5002&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;10.75&quot; y=&quot;10.143&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;11.393&quot; y=&quot;10.786&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;10.75&quot; y=&quot;11.429&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;11.393&quot; y=&quot;12.072&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;10.75&quot; y=&quot;12.714&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;12.036&quot; y=&quot;12.714&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;13.322&quot; y=&quot;12.714&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;11.393&quot; y=&quot;13.357&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;12.679&quot; y=&quot;13.357&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;13.964&quot; y=&quot;13.357&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.76336&quot; x=&quot;14.607&quot; y=&quot;12.594&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;11.393&quot; y=&quot;6.9289&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;10.75&quot; y=&quot;7.5717&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;11.393&quot; y=&quot;8.2145&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;10.75&quot; y=&quot;8.8574&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkClearLeftsvg"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ClearLeft.svg (0 => 190404)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ClearLeft.svg                                (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ClearLeft.svg        2015-10-01 13:36:00 UTC (rev 190404)
</span><span class="lines">@@ -0,0 +1,22 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;path d=&quot;m6.2724 2c-0.2947 0.0562-0.5276 0.3431-0.5223 0.643v10.714c0 0.337 0.3062 0.643 0.6428 0.643h3.2142c0.33658-0.000033 0.6428-0.30626 0.64283-0.64283v-10.714c0.005-0.2999-0.228-0.5868-0.5224-0.643zm0.76336 1.286h1.9285v9.4283h-1.9285z&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m1.2724 2c-0.29467 0.056228-0.52758 0.34306-0.5223 0.643v4.9293h1.2857v-4.2863h1.9285v9.4284h1.2857v-10.071c0.00528-0.29994-0.22762-0.58677-0.5223-0.643z&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;1.393&quot; y=&quot;9.5002&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;.75020&quot; y=&quot;10.143&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;1.393&quot; y=&quot;10.786&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;.75020&quot; y=&quot;11.429&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;1.393&quot; y=&quot;12.072&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;.75020&quot; y=&quot;12.714&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;2.0359&quot; y=&quot;12.714&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;3.3215&quot; y=&quot;12.714&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;1.393&quot; y=&quot;13.357&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;2.6787&quot; y=&quot;13.357&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;3.9644&quot; y=&quot;13.357&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.76336&quot; x=&quot;4.6072&quot; y=&quot;12.594&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;1.393&quot; y=&quot;6.9289&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;.75020&quot; y=&quot;7.5717&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;1.393&quot; y=&quot;8.2145&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;.75020&quot; y=&quot;8.8574&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkClearRightsvg"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ClearRight.svg (0 => 190404)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ClearRight.svg                                (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ClearRight.svg        2015-10-01 13:36:00 UTC (rev 190404)
</span><span class="lines">@@ -0,0 +1,22 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;path d=&quot;m6.2724 2c-0.2947 0.0562-0.5276 0.3431-0.5223 0.643v10.714c0 0.337 0.3062 0.643 0.6428 0.643h3.2142c0.33658-0.000033 0.6428-0.30626 0.64283-0.64283v-10.714c0.005-0.2999-0.228-0.5868-0.5224-0.643zm0.76336 1.286h1.9285v9.4283h-1.9285z&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m11.272 2c-0.29467 0.056228-0.52758 0.34306-0.5223 0.643v4.9293h1.2857v-4.2863h1.9285v9.4284h1.2857v-10.071c0.0053-0.29994-0.22762-0.58677-0.5223-0.643z&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;11.393&quot; y=&quot;9.5002&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;10.75&quot; y=&quot;10.143&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;11.393&quot; y=&quot;10.786&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;10.75&quot; y=&quot;11.429&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;11.393&quot; y=&quot;12.072&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;10.75&quot; y=&quot;12.714&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;12.036&quot; y=&quot;12.714&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;13.322&quot; y=&quot;12.714&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;11.393&quot; y=&quot;13.357&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;12.679&quot; y=&quot;13.357&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;13.964&quot; y=&quot;13.357&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.76336&quot; x=&quot;14.607&quot; y=&quot;12.594&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;11.393&quot; y=&quot;6.9289&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;10.75&quot; y=&quot;7.5717&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;11.393&quot; y=&quot;8.2145&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.64282&quot; height=&quot;.64283&quot; x=&quot;10.75&quot; y=&quot;8.8574&quot; fill-rule=&quot;evenodd&quot; class=&quot;filled&quot;/&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkCubicBeziersvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/CubicBezier.svg (190403 => 190404)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/CubicBezier.svg        2015-10-01 13:07:55 UTC (rev 190403)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/CubicBezier.svg        2015-10-01 13:36:00 UTC (rev 190404)
</span><span class="lines">@@ -1,7 +1,9 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</span><span class="cx"> &lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
</span><span class="cx"> &lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
</span><del>- &lt;path d=&quot;m-55 295a1.5 2 0 1 1 -3 0 1.5 2 0 1 1 3 0z&quot; transform=&quot;matrix(.97978 0 0 .73483 58.342 -203.8)&quot; class=&quot;filled&quot;/&gt;
- &lt;path d=&quot;m-55 295a1.5 2 0 1 1 -3 0 1.5 2 0 1 1 3 0z&quot; transform=&quot;matrix(.97978 0 0 .73483 68.374 -213.76)&quot; class=&quot;filled&quot;/&gt;
- &lt;path d=&quot;m12.523 3.9785v1s-0.03702 2.2264-0.59375 3.5625c-0.13918 0.33404-0.29669 0.61607-0.46875 0.78125s-0.31302 0.21875-0.53125 0.21875c-0.43646 0-1.3206-0.42223-2.5312-1.875-1.2937-1.5525-2.3208-2.226-3.3125-2.0938-0.49585 0.06611-0.91864 0.35861-1.2188 0.71875-0.30011 0.36014-0.51857 0.80824-0.6875 1.2812-0.67573 1.892-0.65625 4.4063-0.65625 4.4063h1s0.019479-2.4858 0.59375-4.0938c0.14357-0.40199 0.34308-0.74295 0.53125-0.96875s0.35522-0.31611 0.5625-0.34375c0.41456-0.05527 1.2312 0.27122 2.4375 1.7188 1.2894 1.5472 2.3115 2.25 3.2812 2.25 0.4849 0 0.90253-0.19643 1.2188-0.5 0.31622-0.30357 0.54543-0.70904 0.71875-1.125 0.69328-1.6639 0.65625-3.9375 0.65625-3.9375v-1h-1z&quot; class=&quot;filled&quot;/&gt;
</del><ins>+ &lt;rect width=&quot;4&quot; height=&quot;4&quot; x=&quot;-.0000016357&quot; y=&quot;4&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;4&quot; height=&quot;4&quot; x=&quot;12&quot; y=&quot;4&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12&quot; height=&quot;2&quot; x=&quot;2&quot; y=&quot;5&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m-70 206.5a1.5 1.5 0 1 1 -3 0 1.5 1.5 0 1 1 3 0z&quot; transform=&quot;matrix(1.3333 0 0 1.3333 103.33 -269.33)&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m15 14c0-3.314-3.134-6-7-6s-7 2.686-7 6h2.0156c0.2879-2.254 2.4076-4 4.9844-4s4.6965 1.7461 4.9844 4z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkFloatLeftsvg"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/FloatLeft.svg (0 => 190404)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/FloatLeft.svg                                (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/FloatLeft.svg        2015-10-01 13:36:00 UTC (rev 190404)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;rect width=&quot;.66667&quot; height=&quot;6.6667&quot; x=&quot;7.3333&quot; y=&quot;4.6665&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;6.6667&quot; height=&quot;.66659&quot; x=&quot;1.3333&quot; y=&quot;4.6666&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;6.6667&quot; height=&quot;.66659&quot; x=&quot;1.3333&quot; y=&quot;10.667&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.66667&quot; height=&quot;6.6667&quot; x=&quot;1.3333&quot; y=&quot;4.6665&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;5.3333&quot; height=&quot;1.3333&quot; x=&quot;9.3333&quot; y=&quot;4.6665&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;5.3333&quot; height=&quot;1.3333&quot; x=&quot;9.3333&quot; y=&quot;7.3332&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;5.3333&quot; height=&quot;1.3333&quot; x=&quot;9.3333&quot; y=&quot;9.9998&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;13.333&quot; height=&quot;1.3333&quot; x=&quot;1.3333&quot; y=&quot;1.9999&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;13.34&quot; height=&quot;1.3333&quot; x=&quot;1.3277&quot; y=&quot;12.667&quot; class=&quot;filled&quot;/&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkFloatRightsvg"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/FloatRight.svg (0 => 190404)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/FloatRight.svg                                (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/FloatRight.svg        2015-10-01 13:36:00 UTC (rev 190404)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;rect width=&quot;13.333&quot; height=&quot;1.3333&quot; x=&quot;1.3333&quot; y=&quot;1.9998&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;5.3333&quot; height=&quot;1.3333&quot; x=&quot;1.3333&quot; y=&quot;4.6665&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;5.3333&quot; height=&quot;1.3333&quot; x=&quot;1.3333&quot; y=&quot;7.3332&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;5.3333&quot; height=&quot;1.3333&quot; x=&quot;1.3333&quot; y=&quot;9.9998&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;13.34&quot; height=&quot;1.3333&quot; x=&quot;1.3277&quot; y=&quot;12.667&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.66667&quot; height=&quot;6.6667&quot; x=&quot;14&quot; y=&quot;4.6665&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;6.6667&quot; height=&quot;.66659&quot; x=&quot;8&quot; y=&quot;4.6666&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;6.6667&quot; height=&quot;.66659&quot; x=&quot;8&quot; y=&quot;10.667&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;.66667&quot; height=&quot;6.6667&quot; x=&quot;8&quot; y=&quot;4.6665&quot; class=&quot;filled&quot;/&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkFontStyleItalicsvg"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/FontStyleItalic.svg (0 => 190404)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/FontStyleItalic.svg                                (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/FontStyleItalic.svg        2015-10-01 13:36:00 UTC (rev 190404)
</span><span class="lines">@@ -0,0 +1,5 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;path d=&quot;m4.5 3v2h6c0.42816 0 0.59383 0.26733 0.46875 0.71875l-0.344 1.2812h-5.25c-1.8385 0-3.1251 1.3524-3.5 2.75-0.1874 0.699-0.1622 1.479 0.25 2.156 0.4122 0.678 1.248 1.094 2.1562 1.094h6 0.75l0.21875-0.71875 1.6562-6c0.435-1.5687-0.726-3.2812-2.406-3.2812h-6zm0.875 6h4.687l-0.562 2h-5.2188c-0.3978 0-0.4245-0.084-0.4687-0.156-0.0442-0.073-0.0808-0.293 0-0.594 0.1616-0.6024 0.7178-1.25 1.5625-1.25z&quot; class=&quot;filled&quot;/&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkFontStyleNormalsvg"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/FontStyleNormal.svg (0 => 190404)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/FontStyleNormal.svg                                (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/FontStyleNormal.svg        2015-10-01 13:36:00 UTC (rev 190404)
</span><span class="lines">@@ -0,0 +1,5 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;path d=&quot;m4 3v2h6c0.42816 0 1 0.61414 1 1v1h-5c-0.9193 0-1.7356 0.384-2.25 0.9688-0.5144 0.5847-0.7564 1.3106-0.75 2.0312 0.0064 0.721 0.2689 1.453 0.7812 2.031 0.5124 0.579 1.3105 0.969 2.2188 0.969h6 1v-1-6c0-1.6343-1.32-3-3-3h-6zm2 6h5v2h-5c-0.3979 0-0.5669-0.11-0.7188-0.281-0.1518-0.172-0.2787-0.44-0.2812-0.719-0.0025-0.2794 0.1047-0.5535 0.25-0.7188 0.1453-0.1652 0.3276-0.2812 0.75-0.2812z&quot; class=&quot;filled&quot;/&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkFontVariantSmallCapssvg"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/FontVariantSmallCaps.svg (0 => 190404)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/FontVariantSmallCaps.svg                                (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/FontVariantSmallCaps.svg        2015-10-01 13:36:00 UTC (rev 190404)
</span><span class="lines">@@ -0,0 +1,6 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;path d=&quot;m4.0883 3.5-3.2143 9h1.9286c0.95538-2.5714 0.01422 0 0.96959-2.5714h3.2037l0.96958 2.5714h1.9286l-3.2143-9zm1.2857 1.9286 1.2999 3.2143h-2.5714z&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m9.9413 5.5v7h3.0406c0.65735 0 1.2479-0.26693 1.6188-0.67812 0.37082-0.4112 0.53191-0.93246 0.525-1.4438-0.007-0.51129-0.20014-1.0172-0.56875-1.4219-0.14324-0.15727-0.32798-0.28606-0.525-0.39375 0.16764-0.3207 0.3536-0.63549 0.35-0.98437-0.0052-0.50368-0.16425-1.0199-0.525-1.4219-0.361-0.4019-0.94-0.6561-1.575-0.6561zm1.4 1.4h0.94062c0.28177 0 0.41831 0.077986 0.525 0.19687 0.10669 0.11889 0.17303 0.31227 0.175 0.50313 0.0018 0.19085-0.05171 0.36738-0.15312 0.48125-0.1014 0.11387-0.24544 0.19688-0.54688 0.19688h-0.94062zm0 2.7781h1.6406c0.29488 0 0.43357 0.09436 0.54688 0.21875 0.1133 0.12439 0.19425 0.30895 0.19688 0.50312 0.0027 0.19418-0.06869 0.36335-0.175 0.48125-0.107 0.118-0.248 0.219-0.569 0.219h-1.6406z&quot; class=&quot;filled&quot;/&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkTextAlignCentersvg"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextAlignCenter.svg (0 => 190404)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextAlignCenter.svg                                (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextAlignCenter.svg        2015-10-01 13:36:00 UTC (rev 190404)
</span><span class="lines">@@ -0,0 +1,7 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;rect width=&quot;7.9996&quot; height=&quot;2.0002&quot; x=&quot;4.0002&quot; y=&quot;2.9998&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;9.9996&quot; height=&quot;2.0002&quot; x=&quot;3.0002&quot; y=&quot;6.9998&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;3.9996&quot; height=&quot;2.0002&quot; x=&quot;6.0002&quot; y=&quot;11&quot; class=&quot;filled&quot;/&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkTextAlignJustifysvg"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextAlignJustify.svg (0 => 190404)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextAlignJustify.svg                                (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextAlignJustify.svg        2015-10-01 13:36:00 UTC (rev 190404)
</span><span class="lines">@@ -0,0 +1,7 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;rect width=&quot;9.9996&quot; height=&quot;2.0002&quot; x=&quot;3.0002&quot; y=&quot;2.9998&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;9.9996&quot; height=&quot;2.0002&quot; x=&quot;3.0002&quot; y=&quot;6.9998&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;9.9996&quot; height=&quot;2.0002&quot; x=&quot;3.0002&quot; y=&quot;11&quot; class=&quot;filled&quot;/&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkTextAlignLeftsvg"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextAlignLeft.svg (0 => 190404)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextAlignLeft.svg                                (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextAlignLeft.svg        2015-10-01 13:36:00 UTC (rev 190404)
</span><span class="lines">@@ -0,0 +1,7 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;rect width=&quot;7.9996&quot; height=&quot;2.0002&quot; x=&quot;3.0002&quot; y=&quot;2.9998&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;9.9996&quot; height=&quot;2.0002&quot; x=&quot;3.0002&quot; y=&quot;6.9998&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;3.9996&quot; height=&quot;2.0002&quot; x=&quot;3.0002&quot; y=&quot;11&quot; class=&quot;filled&quot;/&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkTextAlignRightsvg"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextAlignRight.svg (0 => 190404)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextAlignRight.svg                                (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextAlignRight.svg        2015-10-01 13:36:00 UTC (rev 190404)
</span><span class="lines">@@ -0,0 +1,7 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;rect width=&quot;7.9996&quot; height=&quot;2.0002&quot; x=&quot;5.0002&quot; y=&quot;2.9998&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;9.9996&quot; height=&quot;2.0002&quot; x=&quot;3.0002&quot; y=&quot;6.9998&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;4&quot; height=&quot;2.0002&quot; x=&quot;8.9998&quot; y=&quot;11&quot; class=&quot;filled&quot;/&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkTextDecorationLineThroughsvg"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextDecorationLineThrough.svg (0 => 190404)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextDecorationLineThrough.svg                                (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextDecorationLineThrough.svg        2015-10-01 13:36:00 UTC (rev 190404)
</span><span class="lines">@@ -0,0 +1,6 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;path d=&quot;m3.9999 3v2h6c0.42816 0 1 0.61414 1 1h2c0-1.6343-1.3198-3-3-3h-6zm-1 7c0.006 0.72062 0.26893 1.4527 0.78125 2.0312 0.5123 0.579 1.3104 0.969 2.2187 0.969h6 1v-1-2h-2v1h-5c-0.3979 0-0.5669-0.11-0.7187-0.281-0.1519-0.172-0.2788-0.44-0.2813-0.719h-2z&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m1 7v2h14v-2h-14z&quot; class=&quot;filled&quot;/&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkTextDecorationOverlinesvg"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextDecorationOverline.svg (0 => 190404)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextDecorationOverline.svg                                (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextDecorationOverline.svg        2015-10-01 13:36:00 UTC (rev 190404)
</span><span class="lines">@@ -0,0 +1,6 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;path d=&quot;m4 4v2h6c0.42816 0 1 0.61414 1 1v1h-5c-0.9193 0-1.7356 0.384-2.25 0.9688-0.5144 0.5847-0.7564 1.3102-0.75 2.0312s0.2689 1.453 0.7812 2.031c0.5124 0.579 1.3105 0.969 2.2188 0.969h6 1v-1-6c0-1.6343-1.32-3-3-3h-6zm2 6h5v2h-5c-0.3979 0-0.5669-0.11-0.7188-0.281-0.1518-0.172-0.2787-0.44-0.2812-0.719s0.1047-0.554 0.25-0.719 0.3276-0.281 0.75-0.281z&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m2 1v2h12v-2h-12z&quot; class=&quot;filled&quot;/&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkTextDecorationUnderlinesvg"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextDecorationUnderline.svg (0 => 190404)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextDecorationUnderline.svg                                (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextDecorationUnderline.svg        2015-10-01 13:36:00 UTC (rev 190404)
</span><span class="lines">@@ -0,0 +1,6 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;path d=&quot;m4 2v2h6c0.42816 0 1 0.61414 1 1v1h-5c-0.9193 0-1.7356 0.384-2.25 0.9688-0.5144 0.5847-0.7564 1.3106-0.75 2.0312s0.2689 1.453 0.7812 2.031c0.5124 0.579 1.3105 0.969 2.2188 0.969h6 1v-1-6c0-1.6343-1.32-3-3-3h-6zm2 6h5v2h-5c-0.3979 0-0.5669-0.1098-0.7188-0.2812-0.1518-0.1715-0.2787-0.4394-0.2812-0.7188s0.1047-0.5535 0.25-0.7188c0.1453-0.1652 0.3276-0.2812 0.75-0.2812z&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m2 13v2h12v-2h-12z&quot; class=&quot;filled&quot;/&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkTextTransformCapitalizesvg"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextTransformCapitalize.svg (0 => 190404)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextTransformCapitalize.svg                                (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextTransformCapitalize.svg        2015-10-01 13:36:00 UTC (rev 190404)
</span><span class="lines">@@ -0,0 +1,6 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;path d=&quot;m4.331 3.5-3.2143 9h1.9286c0.95538-2.5714 0.01422 0 0.96959-2.5714h3.2037l0.96958 2.5714h1.9286l-3.2143-9zm1.2857 1.9286 1.2999 3.2143h-2.5714z&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m10.184 5.5v6.2249 0.77509h0.77509 1.5502c0.72746 0 1.3816-0.29632 1.7924-0.75086 0.4108-0.45455 0.58898-1.0329 0.58132-1.5986-0.008-0.5652-0.221-1.1265-0.63-1.5739-0.408-0.4473-1.03-0.7508-1.744-0.7508h-0.77509v-2.3253h-1.5502zm1.5502 3.8754h0.77509c0.32692 0 0.48028 0.10499 0.60554 0.24221s0.2151 0.34332 0.21799 0.55709c0.0029 0.21378-0.07625 0.40283-0.19377 0.53287s-0.27418 0.24222-0.62976 0.24222h-0.77509v-1.5744z&quot; class=&quot;filled&quot;/&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkTextTransformLowercasesvg"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextTransformLowercase.svg (0 => 190404)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextTransformLowercase.svg                                (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextTransformLowercase.svg        2015-10-01 13:36:00 UTC (rev 190404)
</span><span class="lines">@@ -0,0 +1,6 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;path d=&quot;m4.5121 6.2993v1.5502h1.4775c-0.042771 0 0.072664 0.10835 0.072664 0.048443v0.72664h-0.77509c-1.33 0-2.3546 0.88446-2.3737 1.9377-0.00955 0.52663 0.24764 1.0489 0.6782 1.4048 0.4306 0.356 1.0151 0.533 1.6955 0.533h1.5502 0.77509v-0.77509-3.827c0-0.90777-0.69518-1.5986-1.6228-1.5986h-1.4775zm0.77509 3.8754h0.77509v0.77509h-0.77509c-0.40259 0-0.60466-0.11294-0.70242-0.19377-0.097767-0.08083-0.12212-0.11377-0.12111-0.16955 0.00202-0.11155 0.071858-0.41176 0.82353-0.41176z&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m8.3876 5.5v6.2249 0.77509h0.77509 1.5502c0.72746 0 1.3816-0.2721 1.7924-0.72664 0.4108-0.45455 0.58898-1.0572 0.58132-1.6228-0.0077-0.56567-0.22141-1.127-0.62976-1.5744-0.40834-0.44736-1.0301-0.75086-1.7439-0.75086h-0.77509v-2.3253h-1.5502zm1.5502 3.8754h0.77509c0.32692 0 0.48028 0.10499 0.60554 0.24221 0.12526 0.13723 0.2151 0.34332 0.21799 0.55709 0.0029 0.21378-0.07625 0.42705-0.19377 0.55709s-0.27418 0.21799-0.62976 0.21799h-0.77509v-1.5744z&quot; class=&quot;filled&quot;/&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkTextTransformUppercasesvg"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextTransformUppercase.svg (0 => 190404)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextTransformUppercase.svg                                (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TextTransformUppercase.svg        2015-10-01 13:36:00 UTC (rev 190404)
</span><span class="lines">@@ -0,0 +1,6 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;path d=&quot;m3.3477 3.5-3.2143 9h1.9286c0.95538-2.5714 0.01422 0 0.96959-2.5714h3.2037l0.96958 2.5714h1.9286l-3.2143-9zm1.2857 1.9286 1.2999 3.2143h-2.5714z&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m9.2007 3.5v9h3.9094c0.84517 0 1.6045-0.34319 2.0812-0.87188 0.47676-0.52868 0.68389-1.1989 0.675-1.8562-0.009-0.65738-0.25732-1.3078-0.73125-1.8281-0.18416-0.2022-0.42169-0.36779-0.675-0.50625 0.21554-0.41233 0.45462-0.81705 0.45-1.2656-0.0067-0.64759-0.21118-1.3113-0.675-1.8281-0.464-0.517-1.208-0.8439-2.025-0.8439zm1.8 1.8h1.2094c0.36227 0 0.53783 0.10027 0.675 0.25312 0.13717 0.15286 0.22247 0.4015 0.225 0.64688 0.0023 0.24538-0.06648 0.47235-0.19688 0.61875-0.13038 0.1464-0.31556 0.25313-0.70312 0.25313h-1.2094zm0 3.5719h2.1094c0.37913 0 0.55745 0.12132 0.70312 0.28125 0.14568 0.15994 0.24975 0.39722 0.25312 0.64687 0.0035 0.24966-0.08832 0.46716-0.225 0.61875-0.136 0.151-0.319 0.281-0.731 0.281h-2.1094z&quot; class=&quot;filled&quot;/&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkVisualStyleNonesvg"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/VisualStyleNone.svg (0 => 190404)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/VisualStyleNone.svg                                (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/VisualStyleNone.svg        2015-10-01 13:36:00 UTC (rev 190404)
</span><span class="lines">@@ -0,0 +1,7 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;path d=&quot;m12 4h-1.333l-6.667 6.667v1.333h1.3333l6.6667-6.6667z&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m4 4h1.3333l6.6667 6.667v1.333h-1.333l-6.667-6.6667z&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m2 1c-0.5535 0-1 0.4465-1 1v12c0 0.55349 0.44651 1 1 1h12c0.55349 0 1-0.44651 1-1v-12c0-0.5535-0.447-1-1-1h-12zm1 1h10c0.55349 0 1 0.44651 1 1v10c0 0.55349-0.44651 1-1 1h-10c-0.5535 0-1-0.447-1-1v-10c0-0.5535 0.4465-1 1-1z&quot; class=&quot;filled&quot;/&gt;
+&lt;/svg&gt;
</ins></span></pre>
</div>
</div>

</body>
</html>