<!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>[183830] 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/183830">183830</a></dd>
<dt>Author</dt> <dd>agomez@igalia.com</dd>
<dt>Date</dt> <dd>2015-05-05 14:31:14 -0700 (Tue, 05 May 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>[GTK] Web Inspector: Further optimize SVG images
https://bugs.webkit.org/show_bug.cgi?id=144441

SVG images optimized with a combination of sed replacements, the
usage of the scour tool (http://www.codedread.com/scour/) and a
forked version of the svgo tool (https://github.com/tanty/svgo).

Also, added the class attribute to the shape elements following
the convention used in Apple's images.

Reviewed by Joseph Pecoraro.

* UserInterface/Images/gtk/BackArrow.svg: Optimized.
* UserInterface/Images/gtk/BreakpointActionAdd.svg: Optimized.
* UserInterface/Images/gtk/BreakpointActionRemove.svg: Optimized.
* UserInterface/Images/gtk/BreakpointButton.svg: Optimized.
* UserInterface/Images/gtk/BreakpointInactiveButton.svg: Optimized.
* UserInterface/Images/gtk/Breakpoints.svg: Optimized.
* UserInterface/Images/gtk/Checkers.svg: Optimized.
* UserInterface/Images/gtk/Circle.svg: Optimized.
* UserInterface/Images/gtk/Close.svg: Optimized.
* UserInterface/Images/gtk/CloseLarge.svg: Optimized.
* UserInterface/Images/gtk/CloseWhite.svg: Optimized.
* UserInterface/Images/gtk/ContentFlow.svg: Optimized.
* UserInterface/Images/gtk/Crosshair.svg: Optimized.
* UserInterface/Images/gtk/DOMCharacterData.svg: Optimized.
* UserInterface/Images/gtk/DOMComment.svg: Optimized.
* UserInterface/Images/gtk/DOMDocument.svg: Optimized.
* UserInterface/Images/gtk/DOMDocumentType.svg: Optimized.
* UserInterface/Images/gtk/DOMElement.svg: Optimized.
* UserInterface/Images/gtk/DOMNode.svg: Optimized.
* UserInterface/Images/gtk/DOMTextNode.svg: Optimized.
* UserInterface/Images/gtk/DisclosureTriangleSmallClosed.svg: Optimized.
* UserInterface/Images/gtk/DisclosureTriangleSmallOpen.svg: Optimized.
* UserInterface/Images/gtk/DisclosureTriangleTinyClosed.svg: Optimized.
* UserInterface/Images/gtk/DisclosureTriangleTinyOpen.svg: Optimized.
* UserInterface/Images/gtk/DockBottom.svg: Optimized.
* UserInterface/Images/gtk/DockRight.svg: Optimized.
* UserInterface/Images/gtk/DownloadArrow.svg: Optimized.
* UserInterface/Images/gtk/Error.svg: Optimized.
* UserInterface/Images/gtk/Errors.svg: Optimized.
* UserInterface/Images/gtk/ErrorsEnabled.svg: Optimized.
* UserInterface/Images/gtk/EventListener.svg: Optimized.
* UserInterface/Images/gtk/Exception.svg: Optimized.
* UserInterface/Images/gtk/Eye.svg: Optimized.
* UserInterface/Images/gtk/FilterFieldGlyph.svg: Optimized.
* UserInterface/Images/gtk/ForwardArrow.svg: Optimized.
* UserInterface/Images/gtk/Function.svg: Optimized.
* UserInterface/Images/gtk/GoToArrow.svg: Optimized.
* UserInterface/Images/gtk/HierarchicalNavigationItemChevron.svg: Optimized.
* UserInterface/Images/gtk/IndeterminateProgressSpinner1.svg: Optimized.
* UserInterface/Images/gtk/IndeterminateProgressSpinner10.svg: Optimized.
* UserInterface/Images/gtk/IndeterminateProgressSpinner11.svg: Optimized.
* UserInterface/Images/gtk/IndeterminateProgressSpinner12.svg: Optimized.
* UserInterface/Images/gtk/IndeterminateProgressSpinner2.svg: Optimized.
* UserInterface/Images/gtk/IndeterminateProgressSpinner3.svg: Optimized.
* UserInterface/Images/gtk/IndeterminateProgressSpinner4.svg: Optimized.
* UserInterface/Images/gtk/IndeterminateProgressSpinner5.svg: Optimized.
* UserInterface/Images/gtk/IndeterminateProgressSpinner6.svg: Optimized.
* UserInterface/Images/gtk/IndeterminateProgressSpinner7.svg: Optimized.
* UserInterface/Images/gtk/IndeterminateProgressSpinner8.svg: Optimized.
* UserInterface/Images/gtk/IndeterminateProgressSpinner9.svg: Optimized.
* UserInterface/Images/gtk/Issues.svg: Optimized.
* UserInterface/Images/gtk/IssuesEnabled.svg: Optimized.
* UserInterface/Images/gtk/LayerBorders.svg: Optimized.
* UserInterface/Images/gtk/Locked.svg: Optimized.
* UserInterface/Images/gtk/Logs.svg: Optimized.
* UserInterface/Images/gtk/Native.svg: Optimized.
* UserInterface/Images/gtk/NavigationItemCurleyBraces.svg: Optimized.
* UserInterface/Images/gtk/NavigationItemTrash.svg: Optimized.
* UserInterface/Images/gtk/NavigationItemTypes.svg: Optimized.
* UserInterface/Images/gtk/PaintFlashing.svg: Optimized.
* UserInterface/Images/gtk/Pause.svg: Optimized.
* UserInterface/Images/gtk/PausedBreakpoint.svg: Optimized.
* UserInterface/Images/gtk/Pencil.svg: Optimized.
* UserInterface/Images/gtk/Plus.svg: Optimized. Text element
converted into a shape.
* UserInterface/Images/gtk/PseudoElement.svg: Optimized.
* UserInterface/Images/gtk/Record.svg: Optimized.
* UserInterface/Images/gtk/Reflection.svg: Optimized.
* UserInterface/Images/gtk/ReloadFull.svg: Optimized.
* UserInterface/Images/gtk/ReplayPauseButton.svg: Optimized.
* UserInterface/Images/gtk/ReplayPlayButton.svg: Optimized.
* UserInterface/Images/gtk/ReplayRecordingButton.svg: Optimized.
* UserInterface/Images/gtk/Request.svg: Optimized.
* UserInterface/Images/gtk/Resources.svg: Optimized.
* UserInterface/Images/gtk/Response.svg: Optimized.
* UserInterface/Images/gtk/ResultLine.svg: Optimized.
* UserInterface/Images/gtk/Resume.svg: Optimized.
* UserInterface/Images/gtk/ShadowDOM.svg: Optimized.
* UserInterface/Images/gtk/SortIndicatorDownArrow.svg: Optimized.
* UserInterface/Images/gtk/SortIndicatorUpArrow.svg: Optimized.
* UserInterface/Images/gtk/SplitToggleUp.svg: Optimized.
* UserInterface/Images/gtk/StepInto.svg: Optimized.
* UserInterface/Images/gtk/StepOut.svg: Optimized.
* UserInterface/Images/gtk/StepOver.svg: Optimized.
* UserInterface/Images/gtk/Stop.svg: Optimized.
* UserInterface/Images/gtk/StyleRuleAuthor.svg: Optimized.
* UserInterface/Images/gtk/StyleRuleInherited.svg: Optimized.
* UserInterface/Images/gtk/StyleRuleInheritedElement.svg: Optimized.
* UserInterface/Images/gtk/StyleRuleInspector.svg: Optimized.
* UserInterface/Images/gtk/StyleRuleUser.svg: Optimized.
* UserInterface/Images/gtk/StyleRuleUserAgent.svg: Optimized.
* UserInterface/Images/gtk/TimelineRecordAnimation.svg: Optimized.
* UserInterface/Images/gtk/TimelineRecordConsoleProfile.svg: Optimized.
* UserInterface/Images/gtk/TimelineRecordEvent.svg: Optimized.
* UserInterface/Images/gtk/TimelineRecordLayout.svg: Optimized.
* UserInterface/Images/gtk/TimelineRecordPaint.svg: Optimized.
* UserInterface/Images/gtk/TimelineRecordProbeSampled.svg: Optimized.
* UserInterface/Images/gtk/TimelineRecordScriptEvaluated.svg: Optimized.
* UserInterface/Images/gtk/TimelineRecordStyle.svg: Optimized.
* UserInterface/Images/gtk/TimelineRecordTimer.svg: Optimized.
* UserInterface/Images/gtk/TypeBoolean.svg: Optimized.
* UserInterface/Images/gtk/TypeNull.svg: Optimized.
* UserInterface/Images/gtk/TypeNumber.svg: Optimized.
* UserInterface/Images/gtk/TypeObject.svg: Optimized.
* UserInterface/Images/gtk/TypeRegex.svg: Optimized. Removed
mistaken extra shape.
* UserInterface/Images/gtk/TypeString.svg: Optimized.
* UserInterface/Images/gtk/TypeSymbol.svg: Optimized. Removed
mistaken extra shape.
* UserInterface/Images/gtk/TypeUndefined.svg: Optimized.
* UserInterface/Images/gtk/Undock.svg: Optimized.
* UserInterface/Images/gtk/UpDownArrows.svg: Optimized.
* UserInterface/Images/gtk/UserInputPrompt.svg: Optimized.
* UserInterface/Images/gtk/UserInputPromptPrevious.svg: Optimized.
* UserInterface/Images/gtk/UserInputResult.svg: Optimized.
* UserInterface/Images/gtk/Warning.svg: Optimized.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebInspectorUIChangeLog">trunk/Source/WebInspectorUI/ChangeLog</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkBackArrowsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BackArrow.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkBreakpointActionAddsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointActionAdd.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkBreakpointActionRemovesvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointActionRemove.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkBreakpointButtonsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointButton.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkBreakpointInactiveButtonsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointInactiveButton.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkBreakpointssvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Breakpoints.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkCheckerssvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Checkers.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkCirclesvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Circle.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkClosesvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Close.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkCloseLargesvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/CloseLarge.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkCloseWhitesvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/CloseWhite.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkContentFlowsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ContentFlow.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkCrosshairsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Crosshair.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkDOMCharacterDatasvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMCharacterData.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkDOMCommentsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMComment.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkDOMDocumentsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMDocument.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkDOMDocumentTypesvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMDocumentType.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkDOMElementsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMElement.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkDOMNodesvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMNode.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkDOMTextNodesvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMTextNode.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkDisclosureTriangleSmallClosedsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleSmallClosed.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkDisclosureTriangleSmallOpensvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleSmallOpen.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkDisclosureTriangleTinyClosedsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleTinyClosed.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkDisclosureTriangleTinyOpensvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleTinyOpen.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkDockBottomsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DockBottom.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkDockRightsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DockRight.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkDownloadArrowsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DownloadArrow.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkErrorsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Error.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkErrorssvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Errors.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkErrorsEnabledsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ErrorsEnabled.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkEventListenersvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/EventListener.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkExceptionsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Exception.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkEyesvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Eye.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkFilterFieldGlyphsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/FilterFieldGlyph.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkForwardArrowsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ForwardArrow.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkFunctionsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Function.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkGoToArrowsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/GoToArrow.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkHierarchicalNavigationItemChevronsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/HierarchicalNavigationItemChevron.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkIndeterminateProgressSpinner1svg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner1.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkIndeterminateProgressSpinner10svg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner10.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkIndeterminateProgressSpinner11svg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner11.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkIndeterminateProgressSpinner12svg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner12.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkIndeterminateProgressSpinner2svg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner2.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkIndeterminateProgressSpinner3svg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner3.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkIndeterminateProgressSpinner4svg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner4.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkIndeterminateProgressSpinner5svg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner5.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkIndeterminateProgressSpinner6svg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner6.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkIndeterminateProgressSpinner7svg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner7.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkIndeterminateProgressSpinner8svg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner8.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkIndeterminateProgressSpinner9svg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner9.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkIssuessvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Issues.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkIssuesEnabledsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IssuesEnabled.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkLayerBorderssvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/LayerBorders.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkLockedsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Locked.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkLogssvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Logs.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkNativesvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Native.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemCurleyBracessvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemCurleyBraces.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemTrashsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemTrash.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemTypessvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemTypes.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkPaintFlashingsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/PaintFlashing.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkPausesvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Pause.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkPausedBreakpointsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/PausedBreakpoint.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkPencilsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Pencil.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkPlussvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Plus.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkPseudoElementsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/PseudoElement.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkRecordsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Record.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkReflectionsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Reflection.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkReloadFullsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ReloadFull.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkReplayPauseButtonsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ReplayPauseButton.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkReplayPlayButtonsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ReplayPlayButton.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkReplayRecordingButtonsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ReplayRecordingButton.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkRequestsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Request.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkResourcessvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Resources.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkResponsesvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Response.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkResultLinesvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ResultLine.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkResumesvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Resume.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkShadowDOMsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ShadowDOM.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkSortIndicatorDownArrowsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/SortIndicatorDownArrow.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkSortIndicatorUpArrowsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/SortIndicatorUpArrow.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkSplitToggleUpsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/SplitToggleUp.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkStepIntosvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StepInto.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkStepOutsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StepOut.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkStepOversvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StepOver.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkStopsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Stop.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkStyleRuleAuthorsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StyleRuleAuthor.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkStyleRuleInheritedsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StyleRuleInherited.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkStyleRuleInheritedElementsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StyleRuleInheritedElement.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkStyleRuleInspectorsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StyleRuleInspector.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkStyleRuleUsersvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StyleRuleUser.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkStyleRuleUserAgentsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StyleRuleUserAgent.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkTimelineRecordAnimationsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordAnimation.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkTimelineRecordConsoleProfilesvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordConsoleProfile.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkTimelineRecordEventsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordEvent.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkTimelineRecordLayoutsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordLayout.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkTimelineRecordPaintsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordPaint.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkTimelineRecordProbeSampledsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordProbeSampled.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkTimelineRecordScriptEvaluatedsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordScriptEvaluated.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkTimelineRecordStylesvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordStyle.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkTimelineRecordTimersvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordTimer.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>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkUndocksvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Undock.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkUpDownArrowssvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/UpDownArrows.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkUserInputPromptsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/UserInputPrompt.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkUserInputPromptPrevioussvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/UserInputPromptPrevious.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkUserInputResultsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/UserInputResult.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkWarningsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Warning.svg</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebInspectorUIChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/ChangeLog (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/ChangeLog        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/ChangeLog        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,3 +1,134 @@
</span><ins>+2015-05-05  Andres Gomez  &lt;agomez@igalia.com&gt;
+
+        [GTK] Web Inspector: Further optimize SVG images
+        https://bugs.webkit.org/show_bug.cgi?id=144441
+
+        SVG images optimized with a combination of sed replacements, the
+        usage of the scour tool (http://www.codedread.com/scour/) and a
+        forked version of the svgo tool (https://github.com/tanty/svgo).
+
+        Also, added the class attribute to the shape elements following
+        the convention used in Apple's images.
+
+        Reviewed by Joseph Pecoraro.
+
+        * UserInterface/Images/gtk/BackArrow.svg: Optimized.
+        * UserInterface/Images/gtk/BreakpointActionAdd.svg: Optimized.
+        * UserInterface/Images/gtk/BreakpointActionRemove.svg: Optimized.
+        * UserInterface/Images/gtk/BreakpointButton.svg: Optimized.
+        * UserInterface/Images/gtk/BreakpointInactiveButton.svg: Optimized.
+        * UserInterface/Images/gtk/Breakpoints.svg: Optimized.
+        * UserInterface/Images/gtk/Checkers.svg: Optimized.
+        * UserInterface/Images/gtk/Circle.svg: Optimized.
+        * UserInterface/Images/gtk/Close.svg: Optimized.
+        * UserInterface/Images/gtk/CloseLarge.svg: Optimized.
+        * UserInterface/Images/gtk/CloseWhite.svg: Optimized.
+        * UserInterface/Images/gtk/ContentFlow.svg: Optimized.
+        * UserInterface/Images/gtk/Crosshair.svg: Optimized.
+        * UserInterface/Images/gtk/DOMCharacterData.svg: Optimized.
+        * UserInterface/Images/gtk/DOMComment.svg: Optimized.
+        * UserInterface/Images/gtk/DOMDocument.svg: Optimized.
+        * UserInterface/Images/gtk/DOMDocumentType.svg: Optimized.
+        * UserInterface/Images/gtk/DOMElement.svg: Optimized.
+        * UserInterface/Images/gtk/DOMNode.svg: Optimized.
+        * UserInterface/Images/gtk/DOMTextNode.svg: Optimized.
+        * UserInterface/Images/gtk/DisclosureTriangleSmallClosed.svg: Optimized.
+        * UserInterface/Images/gtk/DisclosureTriangleSmallOpen.svg: Optimized.
+        * UserInterface/Images/gtk/DisclosureTriangleTinyClosed.svg: Optimized.
+        * UserInterface/Images/gtk/DisclosureTriangleTinyOpen.svg: Optimized.
+        * UserInterface/Images/gtk/DockBottom.svg: Optimized.
+        * UserInterface/Images/gtk/DockRight.svg: Optimized.
+        * UserInterface/Images/gtk/DownloadArrow.svg: Optimized.
+        * UserInterface/Images/gtk/Error.svg: Optimized.
+        * UserInterface/Images/gtk/Errors.svg: Optimized.
+        * UserInterface/Images/gtk/ErrorsEnabled.svg: Optimized.
+        * UserInterface/Images/gtk/EventListener.svg: Optimized.
+        * UserInterface/Images/gtk/Exception.svg: Optimized.
+        * UserInterface/Images/gtk/Eye.svg: Optimized.
+        * UserInterface/Images/gtk/FilterFieldGlyph.svg: Optimized.
+        * UserInterface/Images/gtk/ForwardArrow.svg: Optimized.
+        * UserInterface/Images/gtk/Function.svg: Optimized.
+        * UserInterface/Images/gtk/GoToArrow.svg: Optimized.
+        * UserInterface/Images/gtk/HierarchicalNavigationItemChevron.svg: Optimized.
+        * UserInterface/Images/gtk/IndeterminateProgressSpinner1.svg: Optimized.
+        * UserInterface/Images/gtk/IndeterminateProgressSpinner10.svg: Optimized.
+        * UserInterface/Images/gtk/IndeterminateProgressSpinner11.svg: Optimized.
+        * UserInterface/Images/gtk/IndeterminateProgressSpinner12.svg: Optimized.
+        * UserInterface/Images/gtk/IndeterminateProgressSpinner2.svg: Optimized.
+        * UserInterface/Images/gtk/IndeterminateProgressSpinner3.svg: Optimized.
+        * UserInterface/Images/gtk/IndeterminateProgressSpinner4.svg: Optimized.
+        * UserInterface/Images/gtk/IndeterminateProgressSpinner5.svg: Optimized.
+        * UserInterface/Images/gtk/IndeterminateProgressSpinner6.svg: Optimized.
+        * UserInterface/Images/gtk/IndeterminateProgressSpinner7.svg: Optimized.
+        * UserInterface/Images/gtk/IndeterminateProgressSpinner8.svg: Optimized.
+        * UserInterface/Images/gtk/IndeterminateProgressSpinner9.svg: Optimized.
+        * UserInterface/Images/gtk/Issues.svg: Optimized.
+        * UserInterface/Images/gtk/IssuesEnabled.svg: Optimized.
+        * UserInterface/Images/gtk/LayerBorders.svg: Optimized.
+        * UserInterface/Images/gtk/Locked.svg: Optimized.
+        * UserInterface/Images/gtk/Logs.svg: Optimized.
+        * UserInterface/Images/gtk/Native.svg: Optimized.
+        * UserInterface/Images/gtk/NavigationItemCurleyBraces.svg: Optimized.
+        * UserInterface/Images/gtk/NavigationItemTrash.svg: Optimized.
+        * UserInterface/Images/gtk/NavigationItemTypes.svg: Optimized.
+        * UserInterface/Images/gtk/PaintFlashing.svg: Optimized.
+        * UserInterface/Images/gtk/Pause.svg: Optimized.
+        * UserInterface/Images/gtk/PausedBreakpoint.svg: Optimized.
+        * UserInterface/Images/gtk/Pencil.svg: Optimized.
+        * UserInterface/Images/gtk/Plus.svg: Optimized. Text element
+        converted into a shape.
+        * UserInterface/Images/gtk/PseudoElement.svg: Optimized.
+        * UserInterface/Images/gtk/Record.svg: Optimized.
+        * UserInterface/Images/gtk/Reflection.svg: Optimized.
+        * UserInterface/Images/gtk/ReloadFull.svg: Optimized.
+        * UserInterface/Images/gtk/ReplayPauseButton.svg: Optimized.
+        * UserInterface/Images/gtk/ReplayPlayButton.svg: Optimized.
+        * UserInterface/Images/gtk/ReplayRecordingButton.svg: Optimized.
+        * UserInterface/Images/gtk/Request.svg: Optimized.
+        * UserInterface/Images/gtk/Resources.svg: Optimized.
+        * UserInterface/Images/gtk/Response.svg: Optimized.
+        * UserInterface/Images/gtk/ResultLine.svg: Optimized.
+        * UserInterface/Images/gtk/Resume.svg: Optimized.
+        * UserInterface/Images/gtk/ShadowDOM.svg: Optimized.
+        * UserInterface/Images/gtk/SortIndicatorDownArrow.svg: Optimized.
+        * UserInterface/Images/gtk/SortIndicatorUpArrow.svg: Optimized.
+        * UserInterface/Images/gtk/SplitToggleUp.svg: Optimized.
+        * UserInterface/Images/gtk/StepInto.svg: Optimized.
+        * UserInterface/Images/gtk/StepOut.svg: Optimized.
+        * UserInterface/Images/gtk/StepOver.svg: Optimized.
+        * UserInterface/Images/gtk/Stop.svg: Optimized.
+        * UserInterface/Images/gtk/StyleRuleAuthor.svg: Optimized.
+        * UserInterface/Images/gtk/StyleRuleInherited.svg: Optimized.
+        * UserInterface/Images/gtk/StyleRuleInheritedElement.svg: Optimized.
+        * UserInterface/Images/gtk/StyleRuleInspector.svg: Optimized.
+        * UserInterface/Images/gtk/StyleRuleUser.svg: Optimized.
+        * UserInterface/Images/gtk/StyleRuleUserAgent.svg: Optimized.
+        * UserInterface/Images/gtk/TimelineRecordAnimation.svg: Optimized.
+        * UserInterface/Images/gtk/TimelineRecordConsoleProfile.svg: Optimized.
+        * UserInterface/Images/gtk/TimelineRecordEvent.svg: Optimized.
+        * UserInterface/Images/gtk/TimelineRecordLayout.svg: Optimized.
+        * UserInterface/Images/gtk/TimelineRecordPaint.svg: Optimized.
+        * UserInterface/Images/gtk/TimelineRecordProbeSampled.svg: Optimized.
+        * UserInterface/Images/gtk/TimelineRecordScriptEvaluated.svg: Optimized.
+        * UserInterface/Images/gtk/TimelineRecordStyle.svg: Optimized.
+        * UserInterface/Images/gtk/TimelineRecordTimer.svg: Optimized.
+        * UserInterface/Images/gtk/TypeBoolean.svg: Optimized.
+        * UserInterface/Images/gtk/TypeNull.svg: Optimized.
+        * UserInterface/Images/gtk/TypeNumber.svg: Optimized.
+        * UserInterface/Images/gtk/TypeObject.svg: Optimized.
+        * UserInterface/Images/gtk/TypeRegex.svg: Optimized. Removed
+        mistaken extra shape.
+        * UserInterface/Images/gtk/TypeString.svg: Optimized.
+        * UserInterface/Images/gtk/TypeSymbol.svg: Optimized. Removed
+        mistaken extra shape.
+        * UserInterface/Images/gtk/TypeUndefined.svg: Optimized.
+        * UserInterface/Images/gtk/Undock.svg: Optimized.
+        * UserInterface/Images/gtk/UpDownArrows.svg: Optimized.
+        * UserInterface/Images/gtk/UserInputPrompt.svg: Optimized.
+        * UserInterface/Images/gtk/UserInputPromptPrevious.svg: Optimized.
+        * UserInterface/Images/gtk/UserInputResult.svg: Optimized.
+        * UserInterface/Images/gtk/Warning.svg: Optimized.
+
</ins><span class="cx"> 2015-05-05  Timothy Hatcher  &lt;timothy@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         REGRESSION: Web Inspector: no way to navigate to a resource/source location from overview timeline view
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkBackArrowsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BackArrow.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BackArrow.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BackArrow.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,5 +1,5 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 9 9&quot;&gt;
</span><del>- &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;text-transform:none&quot; d=&quot;m6.3438 0c-0.1429 0.034005-0.2751 0.11116-0.375 0.21875l-3.75 3.75-0.5 0.53125 0.5 0.53125 3.75 3.75c0.1398 0.1379 0.3348 0.2182 0.5312 0.2188h0.03125 0.0625 0.65625v-0.5625-0.09375c0.0359-0.2367-0.048-0.4885-0.2188-0.6563l-3.1874-3.1875 3.1874-3.2188c0.1389-0.139 0.2195-0.33465 0.2188-0.5312v-0.15625-0.59375h-0.5938-0.0937-0.0625-0.0938z&quot;/&gt;
</del><ins>+ &lt;path d=&quot;m6.3438 0c-0.1429 0.034005-0.2751 0.11116-0.375 0.21875l-3.75 3.75-0.5 0.53125 0.5 0.53125 3.75 3.75c0.1398 0.1379 0.3348 0.2182 0.5312 0.2188h0.03125 0.0625 0.65625v-0.5625-0.09375c0.0359-0.2367-0.048-0.4885-0.2188-0.6563l-3.1874-3.1875 3.1874-3.2188c0.1389-0.139 0.2195-0.33465 0.2188-0.5312v-0.15625-0.59375h-0.5938-0.0937-0.0625-0.0938z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkBreakpointActionAddsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointActionAdd.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointActionAdd.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointActionAdd.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,5 +1,5 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 style=&quot;color:#bebebe&quot; d=&quot;m7 3v4h-4v2h4v4h2v-4h4v-2h-4v-4h-2z&quot; fill=&quot;#bebebe&quot;/&gt;
</del><ins>+ &lt;path fill=&quot;#bebebe&quot; d=&quot;m7 3v4h-4v2h4v4h2v-4h4v-2h-4v-4h-2z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkBreakpointActionRemovesvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointActionRemove.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointActionRemove.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointActionRemove.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,5 +1,5 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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;rect style=&quot;color:#bebebe&quot; height=&quot;2.0002&quot; width=&quot;9.9996&quot; y=&quot;6.9998&quot; x=&quot;3.0002&quot; fill=&quot;#bebebe&quot;/&gt;
</del><ins>+ &lt;rect width=&quot;9.9996&quot; height=&quot;2.0002&quot; x=&quot;3.0002&quot; y=&quot;6.9998&quot; fill=&quot;#bebebe&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkBreakpointButtonsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointButton.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointButton.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointButton.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,7 +1,7 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 21 12&quot;&gt;
</span><del>- &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;text-transform:none&quot; d=&quot;m2.925 1c-0.4468 0-0.8501 0.1361-1.1562 0.4062-0.3062 0.2702-0.4688 0.6721-0.4688 1.125v7.9375c0 0.46074 0.12924 0.88567 0.4375 1.1562 0.3083 0.271 0.7346 0.375 1.1875 0.375h7.219 0.156l0.125-0.094 5.063-5.0935 0.281-0.2813-0.281-0.25-5.063-5.1562-0.125-0.125h-0.156z&quot;/&gt;
- &lt;path style=&quot;color:#000000&quot; d=&quot;m10.146 0.39389 5.0713 5.1409-5.0713 5.0713h-7.2048c-0.78066 0-1.2473-0.3721-1.2473-1.1324v-7.9474c0-0.72715 0.49521-1.1324 1.2473-1.1324z&quot; stroke=&quot;#204a87&quot; stroke-width=&quot;.78777&quot; fill=&quot;#3465a4&quot;/&gt;
- &lt;path opacity=&quot;.48980&quot; style=&quot;color:#bebebe&quot; d=&quot;m14.706 5.5-4.7266-4.7266h-7.09c-0.78777 0-0.78777 0.78777-0.78777 0.78777h7.8777z&quot; fill=&quot;#729fcf&quot;/&gt;
</del><ins>+ &lt;path d=&quot;m2.925 1c-0.4468 0-0.8501 0.1361-1.1562 0.4062-0.3062 0.2702-0.4688 0.6721-0.4688 1.125v7.9375c0 0.46074 0.12924 0.88567 0.4375 1.1562 0.3083 0.271 0.7346 0.375 1.1875 0.375h7.219 0.156l0.125-0.094 5.063-5.0935 0.281-0.2813-0.281-0.25-5.063-5.1562-0.125-0.125h-0.156z&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#3465a4&quot; stroke=&quot;#204a87&quot; stroke-width=&quot;.78777&quot; d=&quot;m10.146 0.39389 5.0713 5.1409-5.0713 5.0713h-7.2048c-0.78066 0-1.2473-0.3721-1.2473-1.1324v-7.9474c0-0.72715 0.49521-1.1324 1.2473-1.1324z&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#729fcf&quot; d=&quot;m14.706 5.5-4.7266-4.7266h-7.09c-0.78777 0-0.78777 0.78777-0.78777 0.78777h7.8777z&quot; opacity=&quot;.48980&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkBreakpointInactiveButtonsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointInactiveButton.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointInactiveButton.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointInactiveButton.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,7 +1,7 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 21 12&quot;&gt;
</span><del>- &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;text-transform:none&quot; d=&quot;m2.925 1c-0.4468 0-0.8501 0.1361-1.1562 0.4062-0.3062 0.2702-0.4688 0.6721-0.4688 1.125v7.9375c0 0.46074 0.1605 0.88567 0.46875 1.1562 0.3082 0.271 0.7033 0.375 1.1562 0.375h7.219 0.156l0.125-0.094 5.063-5.0935 0.281-0.2813-0.281-0.25-5.063-5.1562-0.125-0.125h-0.156z&quot;/&gt;
- &lt;path style=&quot;color:#000000&quot; d=&quot;m10.146 0.39389 5.0713 5.1409-5.0713 5.0713h-7.2048c-0.78066 0-1.2473-0.3721-1.2473-1.1324v-7.9474c0-0.72715 0.49521-1.1324 1.2473-1.1324z&quot; stroke=&quot;#888a85&quot; stroke-width=&quot;.78777&quot; fill=&quot;#babdb6&quot;/&gt;
- &lt;path opacity=&quot;.48980&quot; style=&quot;color:#bebebe&quot; d=&quot;m14.706 5.5-4.7266-4.7266h-7.09c-0.78777 0-0.78777 0.78777-0.78777 0.78777h7.8777z&quot; fill=&quot;#fff&quot;/&gt;
</del><ins>+ &lt;path d=&quot;m2.925 1c-0.4468 0-0.8501 0.1361-1.1562 0.4062-0.3062 0.2702-0.4688 0.6721-0.4688 1.125v7.9375c0 0.46074 0.1605 0.88567 0.46875 1.1562 0.3082 0.271 0.7033 0.375 1.1562 0.375h7.219 0.156l0.125-0.094 5.063-5.0935 0.281-0.2813-0.281-0.25-5.063-5.1562-0.125-0.125h-0.156z&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#babdb6&quot; stroke=&quot;#888a85&quot; stroke-width=&quot;.78777&quot; d=&quot;m10.146 0.39389 5.0713 5.1409-5.0713 5.0713h-7.2048c-0.78066 0-1.2473-0.3721-1.2473-1.1324v-7.9474c0-0.72715 0.49521-1.1324 1.2473-1.1324z&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m14.706 5.5-4.7266-4.7266h-7.09c-0.78777 0-0.78777 0.78777-0.78777 0.78777h7.8777z&quot; opacity=&quot;.48980&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkBreakpointssvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Breakpoints.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Breakpoints.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Breakpoints.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,5 +1,5 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 style=&quot;color:#000000&quot; d=&quot;m10.025 3.125 4.875 4.875l-4.875 4.875h-7.3412c-0.4311-0.018-0.784-0.4-0.784-0.813v-8.125c0-0.4308 0.2808-0.812 0.8197-0.812z&quot;/&gt;
</del><ins>+ &lt;path d=&quot;m10.025 3.125 4.875 4.875l-4.875 4.875h-7.3412c-0.4311-0.018-0.784-0.4-0.784-0.813v-8.125c0-0.4308 0.2808-0.812 0.8197-0.812z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkCheckerssvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Checkers.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Checkers.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Checkers.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,8 +1,6 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; fill=&quot;#cccccc&quot; viewBox=&quot;0 0 6 6&quot;&gt;
- &lt;g transform=&quot;translate(0,-10)&quot;&gt;
-  &lt;rect style=&quot;color:#000000&quot; height=&quot;3&quot; width=&quot;3&quot; y=&quot;13&quot; x=&quot;0&quot;/&gt;
-  &lt;rect style=&quot;color:#000000&quot; height=&quot;3&quot; width=&quot;3&quot; y=&quot;10&quot; x=&quot;3&quot;/&gt;
- &lt;/g&gt;
</del><ins>+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; fill=&quot;#cccccc&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 6 6&quot;&gt;
+ &lt;rect width=&quot;3&quot; height=&quot;3&quot; y=&quot;3&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;3&quot; height=&quot;3&quot; x=&quot;3&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkCirclesvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Circle.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Circle.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Circle.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,7 +1,5 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 13 13&quot;&gt;
</span><del>- &lt;g transform=&quot;translate(0 -1039.4)&quot;&gt;
-  &lt;path style=&quot;color:#000000&quot; d=&quot;m6.2923 5.7308a1.4538 1.4538 0 1 1 -2.9077 0 1.4538 1.4538 0 1 1 2.9077 0z&quot; transform=&quot;matrix(2.7513 0 0 2.7513 -6.8122 1030.1)&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path d=&quot;m10.5 6.5a4 4 0 0 1 -8 0 4 4 0 1 1 8 0z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkClosesvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Close.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Close.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Close.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,7 +1,5 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 14&quot;&gt;
</span><del>- &lt;g transform=&quot;translate(0,-2)&quot;&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#bebebe;enable-background:new;text-transform:none&quot; d=&quot;m4 5h1c0.01037-0.00012 0.02079-0.00046 0.03125 0 0.25495 0.0112 0.50987 0.12858 0.6875 0.3125l2.2812 2.2813 2.312-2.2813c0.266-0.2305 0.447-0.3055 0.688-0.3125h1v1c0 0.28647-0.03434 0.55065-0.25 0.75l-2.2812 2.2812 2.25 2.25c0.188 0.188 0.281 0.454 0.281 0.719v1h-1c-0.2653-0.00001-0.53059-0.0931-0.71875-0.28125l-2.281-2.281-2.2812 2.281c-0.1882 0.188-0.4535 0.281-0.7188 0.281h-1v-1c-0.000003-0.26529 0.09306-0.53058 0.28125-0.71875l2.2813-2.2498-2.2813-2.2812c-0.2107-0.1946-0.3031-0.4692-0.2812-0.75v-1z&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path d=&quot;m4 3h1c0.01037-0.00012 0.02079-0.00046 0.03125 0 0.25495 0.0112 0.50987 0.12858 0.6875 0.3125l2.2812 2.2813 2.312-2.2813c0.266-0.2305 0.447-0.3055 0.688-0.3125h1v1c0 0.28647-0.03434 0.55065-0.25 0.75l-2.2812 2.2812 2.25 2.25c0.188 0.1882 0.281 0.4535 0.281 0.7188v1h-1c-0.2653-0.00001-0.53059-0.0931-0.71875-0.28125l-2.281-2.2815-2.2812 2.2815c-0.1882 0.188-0.4535 0.281-0.7188 0.281h-1v-1c0-0.2653 0.0931-0.5306 0.2812-0.7188l2.2813-2.25-2.2813-2.2812c-0.2107-0.1946-0.3031-0.4692-0.2812-0.75v-1z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkCloseLargesvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/CloseLarge.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/CloseLarge.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/CloseLarge.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,5 +1,5 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 style=&quot;block-progression:tb;text-indent:0;color:#bebebe;enable-background:new;text-transform:none&quot; d=&quot;m4 4h1c0.01037-0.00012 0.02079-0.00046 0.03125 0 0.25495 0.0112 0.50987 0.12858 0.6875 0.3125l2.2812 2.2813 2.312-2.2813c0.266-0.2305 0.447-0.3055 0.688-0.3125h1v1c0 0.28647-0.03434 0.55065-0.25 0.75l-2.2812 2.2812 2.25 2.25c0.188 0.188 0.281 0.454 0.281 0.719v1h-1c-0.2653-0.00001-0.53059-0.0931-0.71875-0.28125l-2.281-2.2815-2.2812 2.2815c-0.1882 0.188-0.4535 0.281-0.7188 0.281h-1v-1c-0.000003-0.26529 0.09306-0.53058 0.28125-0.71875l2.2813-2.2498-2.2813-2.2812c-0.2107-0.1946-0.3031-0.4692-0.2812-0.75v-1z&quot;/&gt;
</del><ins>+ &lt;path d=&quot;m4 4h1c0.01037-0.00012 0.02079-0.00046 0.03125 0 0.25495 0.0112 0.50987 0.12858 0.6875 0.3125l2.2812 2.2813 2.312-2.2813c0.266-0.2305 0.447-0.3055 0.688-0.3125h1v1c0 0.28647-0.03434 0.55065-0.25 0.75l-2.2812 2.2812 2.25 2.25c0.188 0.188 0.281 0.454 0.281 0.719v1h-1c-0.2653-0.00001-0.53059-0.0931-0.71875-0.28125l-2.281-2.2815-2.2812 2.2815c-0.1882 0.188-0.4535 0.281-0.7188 0.281h-1v-1c-0.000003-0.26529 0.09306-0.53058 0.28125-0.71875l2.2813-2.2498-2.2813-2.2812c-0.2107-0.1946-0.3031-0.4692-0.2812-0.75v-1z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkCloseWhitesvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/CloseWhite.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/CloseWhite.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/CloseWhite.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,7 +1,5 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 14&quot;&gt;
</span><del>- &lt;g transform=&quot;translate(0,-2)&quot;&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#bebebe;enable-background:new;text-transform:none&quot; d=&quot;m4 5h1c0.01037-0.00012 0.02079-0.00046 0.03125 0 0.25495 0.0112 0.50987 0.12858 0.6875 0.3125l2.2812 2.2813 2.312-2.2813c0.266-0.2305 0.447-0.3055 0.688-0.3125h1v1c0 0.28647-0.03434 0.55065-0.25 0.75l-2.2812 2.2812 2.25 2.25c0.188 0.188 0.281 0.454 0.281 0.719v1h-1c-0.2653-0.00001-0.53059-0.0931-0.71875-0.28125l-2.281-2.281-2.2812 2.281c-0.1882 0.188-0.4535 0.281-0.7188 0.281h-1v-1c-0.000003-0.26529 0.09306-0.53058 0.28125-0.71875l2.2813-2.2498-2.2813-2.2812c-0.2107-0.1946-0.3031-0.4692-0.2812-0.75v-1z&quot; fill=&quot;#fff&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path fill=&quot;#fff&quot; d=&quot;m4 3h1c0.01037-0.00012 0.02079-0.00046 0.03125 0 0.25495 0.0112 0.50987 0.12858 0.6875 0.3125l2.2812 2.2813 2.312-2.2813c0.266-0.2305 0.447-0.3055 0.688-0.3125h1v1c0 0.28647-0.03434 0.55065-0.25 0.75l-2.2812 2.2812 2.25 2.25c0.188 0.1882 0.281 0.4535 0.281 0.7188v1h-1c-0.2653-0.00001-0.53059-0.0931-0.71875-0.28125l-2.281-2.2815-2.2812 2.2815c-0.1882 0.188-0.4535 0.281-0.7188 0.281h-1v-1c0-0.2653 0.0931-0.5306 0.2812-0.7188l2.2813-2.25-2.2813-2.2812c-0.2107-0.1946-0.3031-0.4692-0.2812-0.75v-1z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkContentFlowsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ContentFlow.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ContentFlow.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ContentFlow.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,10 +1,8 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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;g fill=&quot;#bebebe&quot;&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;text-transform:none&quot; d=&quot;m2.8124 0.50055a1.0001 1.0001 0 0 0 -0.8125 1v13a1.0001 1.0001 0 0 0 1 1h10a1.0001 1.0001 0 0 0 1 -1v-9.4375a1.0001 1.0001 0 0 0 -0.28125 -0.71875l-3.563-3.563a1.0001 1.0001 0 0 0 -0.71875 -0.28125h-6.4375a1.0001 1.0001 0 0 0 -0.0937 0 1.0001 1.0001 0 0 0 -0.0937 0zm1.1875 2h5v3h3v8h-8v-11z&quot;/&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;text-transform:none&quot; d=&quot;m9.4173 6.111c-0.86023 0-1.5563 0.72246-1.5563 1.5827s0.69608 1.5563 1.5563 1.5563c0.86024 0 1.5827-0.69608 1.5827-1.5563 0-0.86023-0.72246-1.5827-1.5827-1.5827zm0 1.0024c0.3198 0 0.58032 0.26053 0.58032 0.58032 0 0.3198-0.26052 0.55395-0.58032 0.55395s-0.55394-0.23415-0.55394-0.55395c0-0.31979 0.23414-0.58032 0.55394-0.58032z&quot;/&gt;
-  &lt;rect style=&quot;color:#000000&quot; height=&quot;5.5&quot; width=&quot;2.1&quot; y=&quot;3.5589&quot; x=&quot;5&quot;/&gt;
-  &lt;rect style=&quot;color:#000000&quot; height=&quot;2.4&quot; width=&quot;6&quot; y=&quot;10.1&quot; x=&quot;5&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path fill=&quot;#bebebe&quot; d=&quot;m2.8124 0.50055a1.0001 1.0001 0 0 0 -0.8125 1v13a1.0001 1.0001 0 0 0 1 1h10a1.0001 1.0001 0 0 0 1 -1v-9.4375a1.0001 1.0001 0 0 0 -0.28125 -0.71875l-3.563-3.563a1.0001 1.0001 0 0 0 -0.71875 -0.28125h-6.4375a1.0001 1.0001 0 0 0 -0.0937 0 1.0001 1.0001 0 0 0 -0.0937 0zm1.1875 2h5v3h3v8h-8v-11z&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#bebebe&quot; d=&quot;m9.4173 6.111c-0.86023 0-1.5563 0.72246-1.5563 1.5827s0.69608 1.5563 1.5563 1.5563c0.86024 0 1.5827-0.69608 1.5827-1.5563 0-0.86023-0.72246-1.5827-1.5827-1.5827zm0 1.0024c0.3198 0 0.58032 0.26053 0.58032 0.58032 0 0.3198-0.26052 0.55395-0.58032 0.55395s-0.55394-0.23415-0.55394-0.55395c0-0.31979 0.23414-0.58032 0.55394-0.58032z&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;2.1&quot; height=&quot;5.5&quot; x=&quot;5&quot; y=&quot;3.5589&quot; fill=&quot;#bebebe&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;6&quot; height=&quot;2.4&quot; x=&quot;5&quot; y=&quot;10.1&quot; fill=&quot;#bebebe&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkCrosshairsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Crosshair.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Crosshair.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Crosshair.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,8 +1,6 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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;g transform=&quot;matrix(1.0639 0 0 1.0639 -.51036 -.49068)&quot;&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;text-transform:none&quot; d=&quot;m7.9062 0.46875c-0.2288 0.0437-0.4103 0.2667-0.4062 0.5v0.59375c-3.1608 0.2458-5.6764 2.7532-5.9375 5.9063h-0.5c-0.03105-0.003-0.0627-0.003-0.09375 0-0.26195 0.0238-0.49328 0.3001-0.46875 0.5624 0.02456 0.2624 0.3007 0.4629 0.5625 0.4376h0.5c0.23256 3.182 2.7559 5.7526 5.9375 6v0.5c-0.004 0.264 0.2363 0.531 0.5 0.531 0.26374 0 0.50372-0.26709 0.5-0.53125v-0.5c3.2026-0.23774 5.7502-2.8272 5.9688-6.0312h0.53125c0.26372 0.004 0.5-0.23582 0.5-0.5s-0.23628-0.50374-0.5-0.5h-0.53125c-0.276-3.1464-2.808-5.6406-5.969-5.8753v-0.59375c0.005-0.29617-0.3033-0.55555-0.5938-0.5zm-0.4375 3.125v0.5c-0.004 0.26372 0.23582 0.5 0.5 0.5s0.50374-0.23628 0.5-0.5v-0.5c2.0983 0.2169 3.7343 1.8175 3.9693 3.9062h-0.53125c-0.26372-0.00374-0.5 0.23582-0.5 0.5s0.23628 0.504 0.5 0.5h0.53125c-0.22717 2.1005-1.8641 3.7485-3.9688 3.9688v-0.53125c0.00374-0.26372-0.23582-0.5-0.5-0.5s-0.504 0.23628-0.5 0.5v
 0.5c-2.0803-0.246-3.6931-1.879-3.9067-3.9692h0.5c0.26372 0.004 0.5-0.23582 0.5-0.5s-0.23628-0.50374-0.5-0.5h-0.46875c0.25248-2.041 1.8277-3.6363 3.875-3.875z&quot;/&gt;
-  &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m8.9812 7.9569a1 1 0 0 1 -2 0 1 1 0 1 1 2 0z&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path d=&quot;m7.9012 0.008034c-0.2434 0.046493-0.4366 0.28375-0.4322 0.53196v0.6317c-3.3628 0.2615-6.0392 2.9292-6.317 6.2837h-0.53196c-0.033035-0.00319-0.066707-0.00319-0.099742 0-0.27869 0.025321-0.52481 0.31938-0.49871 0.59845 0.02613 0.27908 0.31992 0.49246 0.59845 0.46546h0.53196c0.24742 3.3854 2.932 6.1202 6.317 6.3835v0.53196c-0.0043 0.281 0.2514 0.565 0.532 0.565s0.5359-0.284 0.5319-0.565v-0.53196c3.4071-0.253 6.1181-3.008 6.3501-6.4169h0.5652c0.28058 0.00426 0.53196-0.25089 0.53196-0.53196 0-0.28106-0.25138-0.53594-0.53196-0.53196h-0.5652c-0.293-3.3472-2.987-6.0009-6.3501-6.2505v-0.6317c0.0053-0.31511-0.3226-0.59107-0.6317-0.53197zm-0.46546 3.3247v0.53196c-0.00426 0.28058 0.25089 0.53196 0.53196 0.53196 0.28106 0 0.53594-0.25138 0.53196-0.53196v-0.53196c2.2324 0.2309 3.9734 1.9338 4.2224 4.156h-0.5652c-0.28058-0.00398-0.53196 0.25089-0.53196 0.53196 0 0.28106 0.25138 0.53621 0.53196 0.53196h0.5652c-0.24169 2.2348-1.9832 3.9881-4.2224 4.2224v-0.5652c0
 .00398-0.28058-0.25089-0.53196-0.53196-0.53196-0.28106 0-0.53621 0.25138-0.53196 0.53196v0.53196c-2.2127-0.262-3.9286-1.999-4.1559-4.2226h0.53196c0.28058 0.00426 0.53196-0.25089 0.53196-0.53196 0-0.28106-0.25138-0.53594-0.53196-0.53196h-0.49871c0.2686-2.1715 1.9445-3.8688 4.1226-4.1227z&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m9.0449 7.9748a1.0639 1.0639 0 0 1 -2.1278 0 1.0639 1.0639 0 1 1 2.1278 0z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkDOMCharacterDatasvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMCharacterData.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMCharacterData.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMCharacterData.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,27 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fabebe&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#a40000&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#f9adad&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#a40000&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#f9adad&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#c)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
- &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
- &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
- &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;enable-background:new;text-transform:none&quot; d=&quot;m8.7468 4.772c-2.707 0-4.5312 1.887-4.5312 4.3125 0 2.3868 1.7261 4.3438 4.4375 4.3438 0.77681 0 1.6598-0.16116 2.5313-0.53125l0.21875-0.09375a0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.09375l-0.46875-1.1562a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.1875 0.0625a0.25002 0.25002 0 0 0 -0.03125 0c-0.58568 0.23206-1.1595 0.34375-1.625 0.34375-0.88382 0-1.5432-0.24749-2-0.6875-0.45679-0.44001-0.71875-1.0822-0.71875-1.875 0-1.408 0.89423-2.5312 2.5-2.5312 0.36888 0 0.90663 0.00178 1.75 0.3125l0.21875 0.0625a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 0 0.25002 0.
 25002 0 0 0 0.125 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.03125l0.46875-1.125a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.21875-0.0625c-0.871-0.3467-1.6578-0.4687-2.3112-0.4687z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
- &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;enable-background:new;text-transform:none&quot; d=&quot;m8.8594 3.6719c-2.707 0-4.5312 1.887-4.5312 4.3125 0 2.3868 1.7261 4.3438 4.4375 4.3438 0.77681 0 1.6598-0.16116 2.5313-0.53125l0.21875-0.09375a0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.09375l-0.46875-1.1562a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.1875 0.0625a0.25002 0.25002 0 0 0 -0.03125 0c-0.58568 0.23206-1.1595 0.34375-1.625 0.34375-0.88382 0-1.5432-0.24749-2-0.6875-0.45679-0.44001-0.71875-1.0822-0.71875-1.875 0-1.408 0.89423-2.5312 2.5-2.5312 0.36888 0 0.90663 0.00178 1.75 0.3125l0.21875 0.0625a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 0 0.25002 0
 .25002 0 0 0 0.125 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.03125l0.46875-1.125a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.21875-0.0625c-0.873-0.3468-1.6593-0.4688-2.3126-0.4688z&quot; display=&quot;block&quot; fill=&quot;url(#d)&quot;/&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m8.7468 4.772c-2.707 0-4.5312 1.887-4.5312 4.3125 0 2.3868 1.7261 4.3438 4.4375 4.3438 0.77681 0 1.6598-0.16116 2.5313-0.53125l0.21875-0.09375a0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.09375l-0.46875-1.1562a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.1875 0.0625a0.25002 0.25002 0 0 0 -0.03125 0c-0.58568 0.23206-1.1595 0.34375-1.625 0.34375-0.88382 0-1.5432-0.24749-2-0.6875-0.45679-0.44001-0.71875-1.0822-0.71875-1.875 0-1.408 0.89423-2.5312 2.5-2.5312 0.36888 0 0.90663 0.00178 1.75 0.3125l0.21875 0.0625a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 0 0.25002 0.25002 0 0 0 0.125 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.03125l0.46875-1.125a0.25002
  0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.21875-0.0625c-0.871-0.3467-1.6578-0.4687-2.3112-0.4687z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m8.8594 3.6719c-2.707 0-4.5312 1.887-4.5312 4.3125 0 2.3868 1.7261 4.3438 4.4375 4.3438 0.77681 0 1.6598-0.16116 2.5313-0.53125l0.21875-0.09375a0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.09375l-0.46875-1.1562a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.1875 0.0625a0.25002 0.25002 0 0 0 -0.03125 0c-0.58568 0.23206-1.1595 0.34375-1.625 0.34375-0.88382 0-1.5432-0.24749-2-0.6875-0.45679-0.44001-0.71875-1.0822-0.71875-1.875 0-1.408 0.89423-2.5312 2.5-2.5312 0.36888 0 0.90663 0.00178 1.75 0.3125l0.21875 0.0625a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 0 0.25002 0.25002 0 0 0 0.125 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.03125l0.46875-1.125a0.2
 5002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.21875-0.0625c-0.873-0.3468-1.6593-0.4688-2.3126-0.4688z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkDOMCommentsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMComment.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMComment.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMComment.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,27 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#dcf6c2&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#4e9a06&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#d3f4b2&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#4e9a06&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#8ae234&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#c)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
- &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
- &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
- &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;enable-background:new;text-transform:none&quot; d=&quot;m8.7468 4.772c-2.707 0-4.5312 1.887-4.5312 4.3125 0 2.3868 1.7261 4.3438 4.4375 4.3438 0.77681 0 1.6598-0.16116 2.5312-0.53125l0.21875-0.09375a0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.09375l-0.46875-1.1562a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.1875 0.0625a0.25002 0.25002 0 0 0 -0.03125 0c-0.58568 0.23206-1.1595 0.34375-1.625 0.34375-0.88382 0-1.5432-0.24749-2-0.6875-0.45679-0.44001-0.71875-1.0822-0.71875-1.875 0-1.408 0.89423-2.5312 2.5-2.5312 0.36888 0 0.90663 0.00178 1.75 0.3125l0.21875 0.0625a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 0 0.25002 0.
 25002 0 0 0 0.125 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.03125l0.46875-1.125a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.21875-0.0625c-0.871-0.3467-1.6578-0.4687-2.3112-0.4687z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
- &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;enable-background:new;text-transform:none&quot; d=&quot;m8.7986 3.7416c-2.707 0-4.5312 1.887-4.5312 4.3125 0 2.3868 1.7261 4.3438 4.4375 4.3438 0.77681 0 1.6598-0.16116 2.5312-0.53125l0.21875-0.09375a0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.09375l-0.46875-1.1562a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.1875 0.0625a0.25002 0.25002 0 0 0 -0.03125 0c-0.58568 0.23206-1.1595 0.34375-1.625 0.34375-0.88382 0-1.5432-0.24749-2-0.6875-0.45679-0.44001-0.71875-1.0822-0.71875-1.875 0-1.408 0.89423-2.5312 2.5-2.5312 0.36888 0 0.90663 0.00178 1.75 0.3125l0.21875 0.0625a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 0 0.25002 0
 .25002 0 0 0 0.125 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.03125l0.46875-1.125a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.218-0.0628c-0.873-0.3467-1.6591-0.4688-2.3124-0.4688z&quot; display=&quot;block&quot; fill=&quot;url(#d)&quot;/&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m8.7468 4.772c-2.707 0-4.5312 1.887-4.5312 4.3125 0 2.3868 1.7261 4.3438 4.4375 4.3438 0.77681 0 1.6598-0.16116 2.5312-0.53125l0.21875-0.09375a0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.09375l-0.46875-1.1562a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.1875 0.0625a0.25002 0.25002 0 0 0 -0.03125 0c-0.58568 0.23206-1.1595 0.34375-1.625 0.34375-0.88382 0-1.5432-0.24749-2-0.6875-0.45679-0.44001-0.71875-1.0822-0.71875-1.875 0-1.408 0.89423-2.5312 2.5-2.5312 0.36888 0 0.90663 0.00178 1.75 0.3125l0.21875 0.0625a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 0 0.25002 0.25002 0 0 0 0.125 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.03125l0.46875-1.125a0.25002
  0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.21875-0.0625c-0.871-0.3467-1.6578-0.4687-2.3112-0.4687z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m8.7986 3.7416c-2.707 0-4.5312 1.887-4.5312 4.3125 0 2.3868 1.7261 4.3438 4.4375 4.3438 0.77681 0 1.6598-0.16116 2.5312-0.53125l0.21875-0.09375a0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.09375l-0.46875-1.1562a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.1875 0.0625a0.25002 0.25002 0 0 0 -0.03125 0c-0.58568 0.23206-1.1595 0.34375-1.625 0.34375-0.88382 0-1.5432-0.24749-2-0.6875-0.45679-0.44001-0.71875-1.0822-0.71875-1.875 0-1.408 0.89423-2.5312 2.5-2.5312 0.36888 0 0.90663 0.00178 1.75 0.3125l0.21875 0.0625a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 0 0.25002 0.25002 0 0 0 0.125 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.03125l0.46875-1.125a0.2
 5002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.218-0.0628c-0.873-0.3467-1.6591-0.4688-2.3124-0.4688z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkDOMDocumentsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMDocument.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMDocument.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMDocument.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,27 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#dcdcdc&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#9b9b9b&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#d3d7cf&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#888a85&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#d3d7cf&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#c)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
- &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
- &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
- &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m4.2791 4.8511a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0 0.03125v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.0625 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125h2c0.65883 0 1.3832-0.01226 2.0938-0.1875 0.01009-0.0024 0.02121 0.0025 0.03125 0 1.1558-0.28345 1.963-0.96115 2.4375-1.75 0.47865-0.7957 0.65625-1.715 0.65625-2.5625 0-0.86908-0.24254-1.8618-0.9375-2.6562-0.69495-0.79446-1.8527-1.3438-3.5937-1.3438h-2.6875a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0zm1.7813 1.7812h1.0625c0.85144 0 1.4595 0.20476 1.875 0.59375 0.41551 0.38899 0.65625 0.98412 0.65625 1.8125 0 0.70312-0.17815 1.1373-0.3125 1.375-0.29654 0.54626-0.72126 0.82297-1.1875 0.
 96875s-0.9715 0.15625-1.4062 0.15625h-0.6875v-4.9062z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
- &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m4.3308 3.8207a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0 0.03125v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.0625 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125h2c0.65883 0 1.3832-0.01226 2.0938-0.1875 0.01009-0.0024 0.02121 0.0025 0.03125 0 1.1558-0.28345 1.963-0.96115 2.4375-1.75 0.47865-0.7957 0.65625-1.715 0.65625-2.5625 0-0.86908-0.24254-1.8618-0.9375-2.6562-0.69496-0.79446-1.8527-1.3438-3.5937-1.3438h-2.6875a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0zm1.7813 1.7812h1.0625c0.85144 0 1.4595 0.20476 1.875 0.59375 0.41551 0.38899 0.65625 0.98412 0.65625 1.8125 0 0.70312-0.17815 1.1373-0.3125 1.375-0.29654 0.54626-0.72126 0.82297-1.1875 0.
 96875s-0.9715 0.15625-1.4062 0.15625h-0.6875v-4.9062z&quot; display=&quot;block&quot; fill=&quot;url(#d)&quot;/&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m4.2791 4.8511a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0 0.03125v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.0625 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125h2c0.65883 0 1.3832-0.01226 2.0938-0.1875 0.01009-0.0024 0.02121 0.0025 0.03125 0 1.1558-0.28345 1.963-0.96115 2.4375-1.75 0.47865-0.7957 0.65625-1.715 0.65625-2.5625 0-0.86908-0.24254-1.8618-0.9375-2.6562-0.69495-0.79446-1.8527-1.3438-3.5937-1.3438h-2.6875a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0zm1.7813 1.7812h1.0625c0.85144 0 1.4595 0.20476 1.875 0.59375 0.41551 0.38899 0.65625 0.98412 0.65625 1.8125 0 0.70312-0.17815 1.1373-0.3125 1.375-0.29654 0.54626-0.72126 0.82297-1.1875 0.96875s-0.9715 0.15625-1.4062 0.1
 5625h-0.6875v-4.9062z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m4.3308 3.8207a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0 0.03125v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.0625 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125h2c0.65883 0 1.3832-0.01226 2.0938-0.1875 0.01009-0.0024 0.02121 0.0025 0.03125 0 1.1558-0.28345 1.963-0.96115 2.4375-1.75 0.47865-0.7957 0.65625-1.715 0.65625-2.5625 0-0.86908-0.24254-1.8618-0.9375-2.6562-0.69496-0.79446-1.8527-1.3438-3.5937-1.3438h-2.6875a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0zm1.7813 1.7812h1.0625c0.85144 0 1.4595 0.20476 1.875 0.59375 0.41551 0.38899 0.65625 0.98412 0.65625 1.8125 0 0.70312-0.17815 1.1373-0.3125 1.375-0.29654 0.54626-0.72126 0.82297-1.1875 0.96875s-0.9715 0.15625-1.4062 
 0.15625h-0.6875v-4.9062z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkDOMDocumentTypesvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMDocumentType.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMDocumentType.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMDocumentType.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,27 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#dcdcdc&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#9b9b9b&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#d3d7cf&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#888a85&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#d3d7cf&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#c)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
- &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
- &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
- &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m4.2791 4.8511a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0 0.03125v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.0625 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125h2c0.65883 0 1.3832-0.01226 2.0938-0.1875 0.01009-0.0024 0.02121 0.0025 0.03125 0 1.1558-0.28345 1.963-0.96115 2.4375-1.75 0.47865-0.7957 0.65625-1.715 0.65625-2.5625 0-0.86908-0.24254-1.8618-0.9375-2.6562-0.69495-0.79446-1.8527-1.3438-3.5937-1.3438h-2.6875a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0zm1.7813 1.7812h1.0625c0.85144 0 1.4595 0.20476 1.875 0.59375 0.41551 0.38899 0.65625 0.98412 0.65625 1.8125 0 0.70312-0.17815 1.1373-0.3125 1.375-0.29654 0.54626-0.72126 0.82297-1.1875 0.
 96875s-0.9715 0.15625-1.4062 0.15625h-0.6875v-4.9062z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
- &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m4.3308 3.8207a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0 0.03125v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.0625 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125h2c0.65883 0 1.3832-0.01226 2.0938-0.1875 0.01009-0.0024 0.02121 0.0025 0.03125 0 1.1558-0.28345 1.963-0.96115 2.4375-1.75 0.47865-0.7957 0.65625-1.715 0.65625-2.5625 0-0.86908-0.24254-1.8618-0.9375-2.6562-0.69496-0.79446-1.8527-1.3438-3.5937-1.3438h-2.6875a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0zm1.7813 1.7812h1.0625c0.85144 0 1.4595 0.20476 1.875 0.59375 0.41551 0.38899 0.65625 0.98412 0.65625 1.8125 0 0.70312-0.17815 1.1373-0.3125 1.375-0.29654 0.54626-0.72126 0.82297-1.1875 0.
 96875s-0.9715 0.15625-1.4062 0.15625h-0.6875v-4.9062z&quot; display=&quot;block&quot; fill=&quot;url(#d)&quot;/&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m4.2791 4.8511a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0 0.03125v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.0625 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125h2c0.65883 0 1.3832-0.01226 2.0938-0.1875 0.01009-0.0024 0.02121 0.0025 0.03125 0 1.1558-0.28345 1.963-0.96115 2.4375-1.75 0.47865-0.7957 0.65625-1.715 0.65625-2.5625 0-0.86908-0.24254-1.8618-0.9375-2.6562-0.69495-0.79446-1.8527-1.3438-3.5937-1.3438h-2.6875a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0zm1.7813 1.7812h1.0625c0.85144 0 1.4595 0.20476 1.875 0.59375 0.41551 0.38899 0.65625 0.98412 0.65625 1.8125 0 0.70312-0.17815 1.1373-0.3125 1.375-0.29654 0.54626-0.72126 0.82297-1.1875 0.96875s-0.9715 0.15625-1.4062 0.1
 5625h-0.6875v-4.9062z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m4.3308 3.8207a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0 0.03125v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.0625 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125h2c0.65883 0 1.3832-0.01226 2.0938-0.1875 0.01009-0.0024 0.02121 0.0025 0.03125 0 1.1558-0.28345 1.963-0.96115 2.4375-1.75 0.47865-0.7957 0.65625-1.715 0.65625-2.5625 0-0.86908-0.24254-1.8618-0.9375-2.6562-0.69496-0.79446-1.8527-1.3438-3.5937-1.3438h-2.6875a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0zm1.7813 1.7812h1.0625c0.85144 0 1.4595 0.20476 1.875 0.59375 0.41551 0.38899 0.65625 0.98412 0.65625 1.8125 0 0.70312-0.17815 1.1373-0.3125 1.375-0.29654 0.54626-0.72126 0.82297-1.1875 0.96875s-0.9715 0.15625-1.4062 
 0.15625h-0.6875v-4.9062z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkDOMElementsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMElement.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMElement.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMElement.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,29 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
+   &lt;stop stop-color=&quot;#5c3566&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#ddc9db&quot; offset=&quot;1&quot;/&gt;
+  &lt;/linearGradient&gt;
+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#e4d4e2&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#5c3566&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#ddc9db&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
-   &lt;stop stop-color=&quot;#5c3566&quot; offset=&quot;0&quot;/&gt;
-   &lt;stop stop-color=&quot;#ddc9db&quot; offset=&quot;1&quot;/&gt;
-  &lt;/linearGradient&gt;
</del><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;g&gt;
-  &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#c)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
-  &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
-  &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
-  &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m5.1843 4.8494a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625v8c-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.0095 0.01131 0.01994 0.02178 0.03125 0.03125 0.02072 0.0026 0.04178 0.0026 0.0625 0 0.0104 0.000651 0.02085 0.000651 0.03125 0h5.2187a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375v-1.3125a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.2500
 2 0.25002 0 0 0 -0.0625 -0.03125h-3.5625v-1.5938h3.1562a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.3125a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125h-3.1562v-1.5h3.5625a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.2812a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 
 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-5.2187a0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
-  &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m5.2361 3.819a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625v8c-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.0095 0.01131 0.01994 0.02178 0.03125 0.03125 0.02072 0.0026 0.04178 0.0026 0.0625 0 0.0104 0.000651 0.02085 0.000651 0.03125 0h5.2187a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375v-1.3125a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002
  0.25002 0 0 0 -0.0625 -0.03125h-3.5625v-1.5937h3.1562a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.3125a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125h-3.1562v-1.5h3.5625a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.2812a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0
  -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-5.2187a0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; fill=&quot;url(#d)&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m5.1843 4.8494a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625v8c-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.0095 0.01131 0.01994 0.02178 0.03125 0.03125 0.02072 0.0026 0.04178 0.0026 0.0625 0 0.0104 0.000651 0.02085 0.000651 0.03125 0h5.2187a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375v-1.3125a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.0625 -0.03125h
 -3.5625v-1.5938h3.1562a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.3125a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125h-3.1562v-1.5h3.5625a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.2812a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.250
 02 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-5.2187a0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m5.2361 3.819a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625v8c-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.0095 0.01131 0.01994 0.02178 0.03125 0.03125 0.02072 0.0026 0.04178 0.0026 0.0625 0 0.0104 0.000651 0.02085 0.000651 0.03125 0h5.2187a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375v-1.3125a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.0625 -0.0312
 5h-3.5625v-1.5937h3.1562a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.3125a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125h-3.1562v-1.5h3.5625a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.2812a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.2
 5002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-5.2187a0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkDOMNodesvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMNode.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMNode.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMNode.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,27 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#dcdcdc&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#9b9b9b&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#d3d7cf&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#888a85&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#d3d7cf&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#c)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
- &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
- &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
- &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m4.3406 4.8501c-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.0625v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0h1.4062a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-5.0938l3.375 5.25a0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0h1.71
 88a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-8a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-1.4063a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625v5.0938l-3.4062-5.2188a0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 
 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-1.6875c-0.02072-0.00261-0.04178-0.00261-0.0625 0z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
- &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m4.3923 3.8198c-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.0625v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0h1.4062a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-5.0938l3.375 5.25a0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0h1.71
 88a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-8a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-1.4062a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625v5.0938l-3.4062-5.2188a0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 
 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-1.6875c-0.02072-0.00261-0.04178-0.00261-0.0625 0z&quot; display=&quot;block&quot; fill=&quot;url(#d)&quot;/&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m4.3406 4.8501c-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.0625v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0h1.4062a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-5.0938l3.375 5.25a0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0h1.7188a0.25002 0.25002 0 0 0 0.0625 
 0 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-8a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-1.4063a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625v5.0938l-3.4062-5.2188a0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002
  0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-1.6875c-0.02072-0.00261-0.04178-0.00261-0.0625 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m4.3923 3.8198c-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.0625v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0h1.4062a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-5.0938l3.375 5.25a0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0h1.7188a0.25002 0.25002 0 0 0 0.06
 25 0 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-8a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-1.4062a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625v5.0938l-3.4062-5.2188a0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25
 002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-1.6875c-0.02072-0.00261-0.04178-0.00261-0.0625 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkDOMTextNodesvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMTextNode.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMTextNode.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMTextNode.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,27 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fabebe&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#a40000&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#f9adad&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#a40000&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#f9adad&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#c)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
- &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
- &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
- &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m4.4812 4.8501c-0.02216 0.00743-0.04326 0.017981-0.0625 0.03125-0.03888 0.02211-0.07164 0.054868-0.09375 0.09375-0.01327 0.019236-0.02385 0.040343-0.03125 0.0625-0.0026 0.020724-0.0026 0.041776 0 0.0625v1.2813a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.09375 0.125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.03125 0h2.375v6.4687a0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.0625 0.09375 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125h1.4062a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.09375 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625v-6.4687h2.4062a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 
 0.03125 -0.0625v-1.2813a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.09375 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0h-6.6875c-0.02072-0.00261-0.04178-0.00261-0.0625 0z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
- &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m4.5938 3.75c-0.02216 0.00743-0.04326 0.017981-0.0625 0.03125-0.03888 0.02211-0.07164 0.054868-0.09375 0.09375-0.01327 0.019236-0.02385 0.040343-0.03125 0.0625-0.0026 0.020724-0.0026 0.041776 0 0.0625v1.2813a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.09375 0.125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.03125 0h2.375v6.4687a0.25002 0.25002 0 0 0 0.0312 0.094 0.25002 0.25002 0 0 0 0.0625 0.094 0.25002 0.25002 0 0 0 0.0625 0.031 0.25002 0.25002 0 0 0 0.0937 0.031h1.4062a0.25002 0.25002 0 0 0 0.0626 0 0.25002 0.25002 0 0 0 0.0625 -0.031 0.25002 0.25002 0 0 0 0.0937 -0.094 0.25002 0.25002 0 0 0 0.0313 -0.063 0.25002 0.25002 0 0 0 0 -0.062v-6.4687h2.4062a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.0625v-1.2
 813a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.032 -0.0625 0.25002 0.25002 0 0 0 -0.093 -0.0938 0.25002 0.25002 0 0 0 -0.063 -0.0312 0.25002 0.25002 0 0 0 -0.0625 0h-6.6875c-0.02072-0.00261-0.04178-0.00261-0.0625 0z&quot; display=&quot;block&quot; fill=&quot;url(#d)&quot;/&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m4.4812 4.8501c-0.02216 0.00743-0.04326 0.017981-0.0625 0.03125-0.03888 0.02211-0.07164 0.054868-0.09375 0.09375-0.01327 0.019236-0.02385 0.040343-0.03125 0.0625-0.0026 0.020724-0.0026 0.041776 0 0.0625v1.2813a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.09375 0.125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.03125 0h2.375v6.4687a0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.0625 0.09375 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125h1.4062a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.09375 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625v-6.4687h2.4062a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.0625v-1.2813a0.25002 
 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.09375 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0h-6.6875c-0.02072-0.00261-0.04178-0.00261-0.0625 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m4.5938 3.75c-0.02216 0.00743-0.04326 0.017981-0.0625 0.03125-0.03888 0.02211-0.07164 0.054868-0.09375 0.09375-0.01327 0.019236-0.02385 0.040343-0.03125 0.0625-0.0026 0.020724-0.0026 0.041776 0 0.0625v1.2813a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.09375 0.125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.03125 0h2.375v6.4687a0.25002 0.25002 0 0 0 0.0312 0.094 0.25002 0.25002 0 0 0 0.0625 0.094 0.25002 0.25002 0 0 0 0.0625 0.031 0.25002 0.25002 0 0 0 0.0937 0.031h1.4062a0.25002 0.25002 0 0 0 0.0626 0 0.25002 0.25002 0 0 0 0.0625 -0.031 0.25002 0.25002 0 0 0 0.0937 -0.094 0.25002 0.25002 0 0 0 0.0313 -0.063 0.25002 0.25002 0 0 0 0 -0.062v-6.4687h2.4062a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.0625v-1.2813a0.25002 0.25002 0 0 0 0 -
 0.0625 0.25002 0.25002 0 0 0 -0.032 -0.0625 0.25002 0.25002 0 0 0 -0.093 -0.0938 0.25002 0.25002 0 0 0 -0.063 -0.0312 0.25002 0.25002 0 0 0 -0.0625 0h-6.6875c-0.02072-0.00261-0.04178-0.00261-0.0625 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkDisclosureTriangleSmallClosedsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleSmallClosed.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleSmallClosed.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleSmallClosed.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,7 +1,5 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 13 13&quot;&gt;
</span><del>- &lt;g transform=&quot;matrix(1.2222 0 0 1.2222 1 -7.5556)&quot;&gt;
-  &lt;path d=&quot;m2.25 16 4.5-4.5-4.5-4.5z&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path d=&quot;m3.75 12 5.5-5.5-5.5-5.5z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkDisclosureTriangleSmallOpensvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleSmallOpen.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleSmallOpen.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleSmallOpen.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,9 +1,5 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 13 13&quot;&gt;
</span><del>- &lt;g transform=&quot;translate(0,-3)&quot;&gt;
-  &lt;g transform=&quot;matrix(1.2222 0 0 1.2222 1 -5.1667)&quot;&gt;
-   &lt;path d=&quot;m1.5e-7 9.75 4.5 4.5 4.5-4.5z&quot;/&gt;
-  &lt;/g&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path d=&quot;m1 3.75 5.5 5.5 5.5-5.5z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkDisclosureTriangleTinyClosedsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleTinyClosed.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleTinyClosed.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleTinyClosed.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,9 +1,5 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 8 8&quot;&gt;
</span><del>- &lt;g transform=&quot;translate(0,-8)&quot;&gt;
-  &lt;g transform=&quot;matrix(.77778 0 0 .77778 0.5 3.0556)&quot;&gt;
-   &lt;path d=&quot;m2.25 16 4.5-4.5-4.5-4.5z&quot;/&gt;
-  &lt;/g&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path d=&quot;m2.25 7.5 3.5-3.5-3.5-3.5z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkDisclosureTriangleTinyOpensvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleTinyOpen.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleTinyOpen.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleTinyOpen.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,9 +1,5 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 8 8&quot;&gt;
</span><del>- &lt;g transform=&quot;translate(0,-8)&quot;&gt;
-  &lt;g transform=&quot;matrix(.77778 0 0 .77778 0.5 2.6667)&quot;&gt;
-   &lt;path d=&quot;m1.5e-7 9.75 4.5 4.5 4.5-4.5z&quot;/&gt;
-  &lt;/g&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path d=&quot;m0.5 2.25 3.5 3.5 3.5-3.5z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkDockBottomsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DockBottom.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DockBottom.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DockBottom.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,7 +1,5 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 14&quot;&gt;
</span><del>- &lt;g transform=&quot;translate(0,-2)&quot;&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;enable-background:new;text-transform:none&quot; d=&quot;m2.2812 1c-0.6878 0.0556-1.2842 0.5951-1.2812 1.1875v9.625c-0.00205 0.03747-0.00205 0.05628 0 0.09375v1.094h1.1875 0.21875 11.188 0.125 1.281v-0.969c0.0082-0.07477 0.0082-0.14398 0-0.21875v-9.625c0-0.6277-0.674-1.1869-1.406-1.187h-11.188c-0.0434-0.00176-0.0811-0.00176-0.1248 0zm5.5938 1.0312h0.625 0.03125c0.73923 0 1 0.065018 1 0.8125v1.3125l1.875-1.9062c0.13155-0.1296 0.31657-0.19888 0.5-0.21875 0.69486-0.1144 1.2028 0.95674 0.6875 1.4375l-1.875 1.875h1.2812c0.65064 0 0.8125 0.33402 0.8125 0.96875v0.6875h-0.75l-0.062-0.0001h-3.1875-0.0625c-0.0172 0.0005-0.0453 0.0005-0.0625 0h-0.0625-0.75v-0.65625c-0.0021-0.0345-0.0021-0.0593 0-0.0938-0.0108-0.0772-0.0108-0.1416 0-0.2188v-3.1875-0.0625-0.75zm-4.875 5.9688h10v3h-10v-3z&quot; transform=&quot;translate(0,2)&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path d=&quot;m2.2812 1c-0.6878 0.0556-1.2842 0.5951-1.2812 1.1875v9.625c-0.00205 0.03747-0.00205 0.05628 0 0.09375v1.094h1.1875 0.21875 11.188 0.125 1.281v-0.969c0.0082-0.07477 0.0082-0.14398 0-0.21875v-9.625c0-0.6277-0.674-1.1869-1.406-1.187h-11.188c-0.0434-0.00176-0.0811-0.00176-0.1248 0zm5.5938 1.0312h0.625 0.03125c0.73923 0 1 0.065018 1 0.8125v1.3125l1.875-1.9062c0.13155-0.1296 0.31657-0.19888 0.5-0.21875 0.69486-0.1144 1.2028 0.95674 0.6875 1.4375l-1.875 1.875h1.2812c0.65064 0 0.8125 0.33402 0.8125 0.96875v0.6875h-0.75l-0.062-0.0001h-3.1875-0.0625c-0.0172 0.0005-0.0453 0.0005-0.0625 0h-0.0625-0.75v-0.65625c-0.0021-0.0345-0.0021-0.0593 0-0.0938-0.0108-0.0772-0.0108-0.1416 0-0.2188v-3.1875-0.0625-0.75zm-4.875 5.9688h10v3h-10v-3z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkDockRightsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DockRight.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DockRight.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DockRight.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,7 +1,5 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 14&quot;&gt;
</span><del>- &lt;g transform=&quot;translate(0,-2)&quot;&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;enable-background:new;text-transform:none&quot; d=&quot;m2.2812 1c-0.6878 0.0556-1.2842 0.5951-1.2812 1.1875v9.625c-0.00205 0.03747-0.00205 0.05628 0 0.09375v1.094h1.1875 0.21875 11.188 0.125 1.281v-0.969c0.0082-0.07477 0.0082-0.14398 0-0.21875v-9.625c0-0.6277-0.674-1.1869-1.406-1.187h-11.188c-0.0434-0.00176-0.0811-0.00176-0.1248 0zm1.7188 2h0.75 0.09375 3.1875 0.0625c0.017326-0.0005328 0.045174-0.0005328 0.0625 0h0.0626 0.7812v0.6562c0.0021 0.0347 0.0021 0.0592 0 0.0938 0.0108 0.0775 0.0108 0.1725 0 0.25v3.1562 0.0938 0.75h-0.6562-0.0313c-0.74378 0-1-0.093119-1-0.84375v-1.2812l-1.875 1.875c-0.1324 0.1301-0.3154 0.23-0.5 0.25-0.6991 0.1149-1.2373-0.9547-0.7187-1.4375l1.9062-1.9063h-1.2812c-0.6547 0-0.8438-0.3313-0.8438-0.9687v-0.6875zm6 0h3v8h-3v-8z&quot; transform=&quot;translate(0,2)&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path d=&quot;m2.2812 1c-0.6878 0.0556-1.2842 0.5951-1.2812 1.1875v9.625c-0.00205 0.03747-0.00205 0.05628 0 0.09375v1.094h1.1875 0.21875 11.188 0.125 1.281v-0.969c0.0082-0.07477 0.0082-0.14398 0-0.21875v-9.625c0-0.6277-0.674-1.1869-1.406-1.187h-11.188c-0.0434-0.00176-0.0811-0.00176-0.1248 0zm1.7188 2h0.75 0.09375 3.1875 0.0625c0.017326-0.0005328 0.045174-0.0005328 0.0625 0h0.0626 0.7812v0.6562c0.0021 0.0347 0.0021 0.0592 0 0.0938 0.0108 0.0775 0.0108 0.1725 0 0.25v3.1562 0.0938 0.75h-0.6562-0.0313c-0.74378 0-1-0.093119-1-0.84375v-1.2812l-1.875 1.875c-0.1324 0.1301-0.3154 0.23-0.5 0.25-0.6991 0.1149-1.2373-0.9547-0.7187-1.4375l1.9062-1.9063h-1.2812c-0.6547 0-0.8438-0.3313-0.8438-0.9687v-0.6875zm6 0h3v8h-3v-8z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkDownloadArrowsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DownloadArrow.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DownloadArrow.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DownloadArrow.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,8 +1,6 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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;g&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#bebebe;text-transform:none&quot; d=&quot;m4.3438 9c-0.10481 0.041893-0.19456 0.12043-0.25 0.21875l-1 1.5c-0.1172 0.134-0.0938 0.211-0.0938 0.5-0.0013 0.021-0.0013 0.041 0 0.062v3.719h10v-3.688-0.062c0-0.37949 0.03493-0.39156-0.09375-0.53125l-1-1.5c-0.105-0.1611-0.31-0.2506-0.5-0.219-0.327 0.0631-0.506 0.5098-0.312 0.7812l0.812 1.2188h-7.8122l0.8124-1.2188c0.2295-0.3226-0.1109-0.8544-0.5-0.7812-0.0208-0.0013-0.0416-0.0013-0.0624 0zm2 3.4375c0.0208-0.001 0.0417-0.001 0.0625 0 0.29096-0.0556 0.59898 0.20383 0.59375 0.5v0.062h2v-0.062c-0.004-0.26416 0.23582-0.5 0.5-0.5s0.50373 0.23584 0.5 0.5v0.062c0 0.54535-0.45465 1-1 1h-2c-0.5454 0-1-0.455-1-1v-0.0625c-0.0108-0.21706 0.13723-0.43234 0.34375-0.5z&quot;/&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;text-transform:none&quot; d=&quot;m7 1v5.5625l-1.2812-1.2813c-0.1882-0.1881-0.4535-0.2812-0.7188-0.2812h-1v1c0.00001 0.2653 0.0931 0.53058 0.28125 0.71875l3 3 0.2813 0.2812h0.875l0.28125-0.28125 3-3c0.188-0.1882 0.281-0.4535 0.281-0.7188v-1h-1c-0.2653 0.00001-0.53059 0.0931-0.71875 0.28125l-1.281 1.2813v-5.5625z&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path d=&quot;m4.3438 9c-0.10481 0.041893-0.19456 0.12043-0.25 0.21875l-1 1.5c-0.1172 0.134-0.0938 0.211-0.0938 0.5-0.0013 0.021-0.0013 0.041 0 0.062v3.719h10v-3.688-0.062c0-0.37949 0.03493-0.39156-0.09375-0.53125l-1-1.5c-0.105-0.1611-0.31-0.2506-0.5-0.219-0.327 0.0631-0.506 0.5098-0.312 0.7812l0.812 1.2188h-7.8122l0.8124-1.2188c0.2295-0.3226-0.1109-0.8544-0.5-0.7812-0.0208-0.0013-0.0416-0.0013-0.0624 0zm2 3.4375c0.0208-0.001 0.0417-0.001 0.0625 0 0.29096-0.0556 0.59898 0.20383 0.59375 0.5v0.062h2v-0.062c-0.004-0.26416 0.23582-0.5 0.5-0.5s0.50373 0.23584 0.5 0.5v0.062c0 0.54535-0.45465 1-1 1h-2c-0.5454 0-1-0.455-1-1v-0.0625c-0.0108-0.21706 0.13723-0.43234 0.34375-0.5z&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m7 1v5.5625l-1.2812-1.2813c-0.1882-0.1881-0.4535-0.2812-0.7188-0.2812h-1v1c0.00001 0.2653 0.0931 0.53058 0.28125 0.71875l3 3 0.2813 0.2812h0.875l0.28125-0.28125 3-3c0.188-0.1882 0.281-0.4535 0.281-0.7188v-1h-1c-0.2653 0.00001-0.53059 0.0931-0.71875 0.28125l-1.281 1.2813v-5.5625z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkErrorsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Error.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Error.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Error.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,7 +1,5 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 10 10&quot;&gt;
</span><del>- &lt;g transform=&quot;translate(0,-6)&quot;&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#bebebe;enable-background:new;text-transform:none&quot; d=&quot;m5 6c-2.7647 0-5 2.2353-5 5s2.2353 5 5 5 5-2.2353 5-5-2.2353-5-5-5zm-2.8571 4.2857h5.7143v1.4286h-5.7143z&quot; fill=&quot;#ef2929&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path fill=&quot;#ef2929&quot; d=&quot;m5 0c-2.7647 0-5 2.2353-5 5s2.2353 5 5 5 5-2.2353 5-5-2.2353-5-5-5zm-2.8571 4.2857h5.7143v1.4286h-5.7143z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkErrorssvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Errors.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Errors.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Errors.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,5 +1,5 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 style=&quot;block-progression:tb;text-indent:0;color:#bebebe;enable-background:new;text-transform:none&quot; d=&quot;m8 2c-3.3176 0-6 2.6824-6 6 0 3.318 2.6824 6 6 6s6-2.6824 6-6-2.6824-6-6-6zm-3.4286 5.1429h6.8571v1.7143h-6.8571z&quot;/&gt;
</del><ins>+ &lt;path d=&quot;m8 2c-3.3176 0-6 2.6824-6 6 0 3.318 2.6824 6 6 6s6-2.6824 6-6-2.6824-6-6-6zm-3.4286 5.1429h6.8571v1.7143h-6.8571z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkErrorsEnabledsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ErrorsEnabled.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ErrorsEnabled.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ErrorsEnabled.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,5 +1,5 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 style=&quot;block-progression:tb;text-indent:0;color:#bebebe;enable-background:new;text-transform:none&quot; d=&quot;m8 2c-3.3176 0-6 2.6824-6 6 0 3.318 2.6824 6 6 6s6-2.6824 6-6-2.6824-6-6-6zm-3.4286 5.1429h6.8571v1.7143h-6.8571z&quot; fill=&quot;#c00&quot;/&gt;
</del><ins>+ &lt;path fill=&quot;#c00&quot; d=&quot;m8 2c-3.3176 0-6 2.6824-6 6 0 3.318 2.6824 6 6 6s6-2.6824 6-6-2.6824-6-6-6zm-3.4286 5.1429h6.8571v1.7143h-6.8571z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkEventListenersvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/EventListener.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/EventListener.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/EventListener.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,29 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
+   &lt;stop stop-color=&quot;#ce5c00&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fedba8&quot; offset=&quot;1&quot;/&gt;
+  &lt;/linearGradient&gt;
+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fee2ba&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#ce5c00&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fedba8&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
-   &lt;stop stop-color=&quot;#ce5c00&quot; offset=&quot;0&quot;/&gt;
-   &lt;stop stop-color=&quot;#fedba8&quot; offset=&quot;1&quot;/&gt;
-  &lt;/linearGradient&gt;
</del><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;g&gt;
-  &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#c)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
-  &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
-  &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
-  &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m5.1843 4.8494a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625v8c-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.0095 0.01131 0.01994 0.02178 0.03125 0.03125 0.02072 0.0026 0.04178 0.0026 0.0625 0 0.0104 0.000652 0.02085 0.000652 0.03125 0h5.2187a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375v-1.3125a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.2500
 2 0.25002 0 0 0 -0.0625 -0.03125h-3.5625v-1.5937h3.1562a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.3125a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125h-3.1562v-1.5h3.5625a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.2812a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 
 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-5.2187a0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
-  &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m5.2361 3.819a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625v8c-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.0095 0.01131 0.01994 0.02178 0.03125 0.03125 0.02072 0.0026 0.04178 0.0026 0.0625 0 0.0104 0.000651 0.02085 0.000651 0.03125 0h5.2187a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375v-1.3125a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002
  0.25002 0 0 0 -0.0625 -0.03125h-3.5625v-1.5938h3.1562a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.3125a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125h-3.1562v-1.5h3.5625a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.2812a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0
  -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-5.2187a0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; fill=&quot;url(#d)&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m5.1843 4.8494a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625v8c-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.0095 0.01131 0.01994 0.02178 0.03125 0.03125 0.02072 0.0026 0.04178 0.0026 0.0625 0 0.0104 0.000652 0.02085 0.000652 0.03125 0h5.2187a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375v-1.3125a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.0625 -0.03125h
 -3.5625v-1.5937h3.1562a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.3125a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125h-3.1562v-1.5h3.5625a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.2812a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.250
 02 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-5.2187a0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m5.2361 3.819a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625v8c-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.0095 0.01131 0.01994 0.02178 0.03125 0.03125 0.02072 0.0026 0.04178 0.0026 0.0625 0 0.0104 0.000651 0.02085 0.000651 0.03125 0h5.2187a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375v-1.3125a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.0625 -0.0312
 5h-3.5625v-1.5938h3.1562a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.3125a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125h-3.1562v-1.5h3.5625a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.2812a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.2
 5002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-5.2187a0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkExceptionsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Exception.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Exception.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Exception.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,29 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
+   &lt;stop stop-color=&quot;#204a87&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#bdd2e9&quot; offset=&quot;1&quot;/&gt;
+  &lt;/linearGradient&gt;
+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#cbdbed&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#204a87&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#bdd2e9&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
-   &lt;stop stop-color=&quot;#204a87&quot; offset=&quot;0&quot;/&gt;
-   &lt;stop stop-color=&quot;#bdd2e9&quot; offset=&quot;1&quot;/&gt;
-  &lt;/linearGradient&gt;
</del><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;g&gt;
-  &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#c)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
-  &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
-  &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
-  &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m3.1218 5.647a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.09375 0.25002 0.25002 0 0 0 -0.03125 0.125v6.4063a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 0h4.1562a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.125 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125v-1.0312a0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.09375 -0.09375 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-2.7812v-1.1875h2.4688a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.125 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125v-1.0625a0
 .25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.09375 -0.09375 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-2.4688v-1.0938h2.7812a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.125 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125v-1.0313a0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.09375 -0.09375 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-4.1562a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0zm4.8125 1.9375a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.09375 0.25002 0.25002 0 0 0 -0.03125 0.125 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0.03125 0.0625l1.5 2.1562-1.4062 2.0312a0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 
 0.09375 0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 0h1.2188a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625l0.71875-1.125 0.8125 1.1562a0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 0h1.3125a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.125 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625l-1.5312-2.0312 1.4688-2.125a0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0h-1.25a0.25002 0.25002 0 0 0 -0.0
 625 0 0.25002 0.25002 0 0 0 -0.0625 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.09375l-0.781 1.2499-0.8124-1.25a0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-1.25a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
-  &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m3.1736 4.6166a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.09375 0.25002 0.25002 0 0 0 -0.03125 0.125v6.4062a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 0h4.1562a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.125 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125v-1.0312a0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.09375 -0.09375 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-2.7812v-1.1875h2.4688a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.125 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125v-1.0625a
 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.09375 -0.09375 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-2.4688v-1.0938h2.7812a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.125 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125v-1.0313a0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.09375 -0.09375 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-4.1562a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0zm4.8125 1.9375a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.09375 0.25002 0.25002 0 0 0 -0.03125 0.125 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0.03125 0.0625l1.5 2.1562-1.4062 2.0312a0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125
  0.09375 0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 0h1.2188a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625l0.71875-1.125 0.8125 1.1562a0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 0h1.3125a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.125 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625l-1.5312-2.0312 1.4688-2.125a0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0h-1.25a0.25002 0.25002 0 0 0 -0.
 0625 0 0.25002 0.25002 0 0 0 -0.0625 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.09375l-0.78125 1.25-0.8125-1.25a0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-1.25a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; fill=&quot;url(#d)&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m3.1218 5.647a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.09375 0.25002 0.25002 0 0 0 -0.03125 0.125v6.4063a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 0h4.1562a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.125 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125v-1.0312a0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.09375 -0.09375 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-2.7812v-1.1875h2.4688a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.125 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125v-1.0625a0.25002 0.25002 0 0 0 -0.03125 -0.
 0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.09375 -0.09375 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-2.4688v-1.0938h2.7812a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.125 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125v-1.0313a0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.09375 -0.09375 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-4.1562a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0zm4.8125 1.9375a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.09375 0.25002 0.25002 0 0 0 -0.03125 0.125 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0.03125 0.0625l1.5 2.1562-1.4062 2.0312a0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.0
 625 0.0625 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 0h1.2188a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625l0.71875-1.125 0.8125 1.1562a0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 0h1.3125a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.125 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625l-1.5312-2.0312 1.4688-2.125a0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0h-1.25a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.06
 25 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.09375l-0.781 1.2499-0.8124-1.25a0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-1.25a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m3.1736 4.6166a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.09375 0.25002 0.25002 0 0 0 -0.03125 0.125v6.4062a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 0h4.1562a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.125 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125v-1.0312a0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.09375 -0.09375 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-2.7812v-1.1875h2.4688a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.125 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125v-1.0625a0.25002 0.25002 0 0 0 -0.03125
  -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.09375 -0.09375 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-2.4688v-1.0938h2.7812a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.125 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125v-1.0313a0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.09375 -0.09375 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-4.1562a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0zm4.8125 1.9375a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.09375 0.25002 0.25002 0 0 0 -0.03125 0.125 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0.03125 0.0625l1.5 2.1562-1.4062 2.0312a0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0
  0.0625 0.0625 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 0h1.2188a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625l0.71875-1.125 0.8125 1.1562a0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 0h1.3125a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.125 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625l-1.5312-2.0312 1.4688-2.125a0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0h-1.25a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -
 0.0625 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.09375l-0.78125 1.25-0.8125-1.25a0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-1.25a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkEyesvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Eye.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Eye.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Eye.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,48 +1,6 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 11&quot;&gt;
</span><del>- &lt;g display=&quot;none&quot; transform=&quot;translate(0,-5)&quot;&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;enable-background:new;text-transform:none&quot; d=&quot;m2 2.9882c-1.0524 0-2 0.84508-2 1.9375v9.1363c0 1.093 0.94763 1.938 2 1.938h11c1.0524 0 2-0.84508 2-1.9375v-9.1368c0-1.0924-0.94763-1.9375-2-1.9375zm0 3.0118h3.0312v2h-3.0312zm4.0312 0h2.9688v2h-2.9688zm3.9688 0h3v2h-3zm-8 3h3.0312v2h-3.0312zm4.0312 0h2.9688v2h-2.9688zm3.9688 0h3v2h-3zm-8 3h3.0312v2h-3.0312zm4.0312 0h2.9688v2h-2.9688zm3.9688 0h3v2h-3z&quot; display=&quot;inline&quot;/&gt;
-  &lt;g transform=&quot;translate(21.103 -1.464)&quot;&gt;
-   &lt;g transform=&quot;translate(.65192 4.7199)&quot;&gt;
-    &lt;rect height=&quot;1&quot; width=&quot;1&quot; y=&quot;1.4201&quot; x=&quot;-3.897&quot;/&gt;
-    &lt;rect height=&quot;1&quot; width=&quot;1&quot; y=&quot;.42012&quot; x=&quot;-2.897&quot;/&gt;
-    &lt;rect height=&quot;1&quot; width=&quot;1&quot; y=&quot;1.4201&quot; x=&quot;-1.897&quot;/&gt;
-   &lt;/g&gt;
-   &lt;g transform=&quot;translate(.65192 6.7199)&quot;&gt;
-    &lt;rect height=&quot;1&quot; width=&quot;1&quot; y=&quot;1.4201&quot; x=&quot;-3.897&quot;/&gt;
-    &lt;rect height=&quot;1&quot; width=&quot;1&quot; y=&quot;.42012&quot; x=&quot;-2.897&quot;/&gt;
-    &lt;rect height=&quot;1&quot; width=&quot;1&quot; y=&quot;1.4201&quot; x=&quot;-1.897&quot;/&gt;
-   &lt;/g&gt;
-   &lt;g transform=&quot;translate(0 4)&quot;&gt;
-    &lt;g transform=&quot;translate(.65192 4.7199)&quot;&gt;
-     &lt;rect height=&quot;1&quot; width=&quot;1&quot; y=&quot;1.4201&quot; x=&quot;-3.897&quot;/&gt;
-     &lt;rect height=&quot;1&quot; width=&quot;1&quot; y=&quot;.42012&quot; x=&quot;-2.897&quot;/&gt;
-     &lt;rect height=&quot;1&quot; width=&quot;1&quot; y=&quot;1.4201&quot; x=&quot;-1.897&quot;/&gt;
-    &lt;/g&gt;
-    &lt;g transform=&quot;translate(.65192 6.7199)&quot;&gt;
-     &lt;rect height=&quot;1&quot; width=&quot;1&quot; y=&quot;1.4201&quot; x=&quot;-3.897&quot;/&gt;
-     &lt;rect height=&quot;1&quot; width=&quot;1&quot; y=&quot;.42012&quot; x=&quot;-2.897&quot;/&gt;
-     &lt;rect height=&quot;1&quot; width=&quot;1&quot; y=&quot;1.4201&quot; x=&quot;-1.897&quot;/&gt;
-    &lt;/g&gt;
-   &lt;/g&gt;
-   &lt;g transform=&quot;translate(0 8)&quot;&gt;
-    &lt;g transform=&quot;translate(.65192 4.7199)&quot;&gt;
-     &lt;rect height=&quot;1&quot; width=&quot;1&quot; y=&quot;1.4201&quot; x=&quot;-3.897&quot;/&gt;
-     &lt;rect height=&quot;1&quot; width=&quot;1&quot; y=&quot;.42012&quot; x=&quot;-2.897&quot;/&gt;
-     &lt;rect height=&quot;1&quot; width=&quot;1&quot; y=&quot;1.4201&quot; x=&quot;-1.897&quot;/&gt;
-    &lt;/g&gt;
-    &lt;g transform=&quot;translate(.65192 6.7199)&quot;&gt;
-     &lt;rect height=&quot;1&quot; width=&quot;1&quot; y=&quot;1.4201&quot; x=&quot;-3.897&quot;/&gt;
-     &lt;rect height=&quot;1&quot; width=&quot;1&quot; y=&quot;.42012&quot; x=&quot;-2.897&quot;/&gt;
-     &lt;rect height=&quot;1&quot; width=&quot;1&quot; y=&quot;1.4201&quot; x=&quot;-1.897&quot;/&gt;
-    &lt;/g&gt;
-   &lt;/g&gt;
-  &lt;/g&gt;
-  &lt;rect style=&quot;color:#000000&quot; height=&quot;11.788&quot; width=&quot;2.8367&quot; stroke=&quot;#000&quot; display=&quot;inline&quot; y=&quot;3.7942&quot; x=&quot;6.0816&quot; stroke-width=&quot;.83536&quot;/&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;enable-background:new;text-transform:none&quot; d=&quot;m-1.4538 14.454v-1h-1v1h-1v-1h1v-1h-1v-1h1v-1h-1v-1h1v-1h-1v-1h1v-1h1v1h1v1h-1v1h1v1h-1v1h1v1h-1v1h1v1h-1m5 2c1.0524 0 2-0.84508 2-1.9375v-9.125c0-1.0924-0.94763-1.9375-2-1.9375h-11c-1.0524 0-2 0.84508-2 1.9375v9.125c0 1.0924 0.94763 1.9375 2 1.9375m6-4v-1h-1v1zm0-2v-1h-1v1zm0-2v-1h-1v1zm0-2h-1zm-6 0h3.0312v2h-3.0312zm8 0h3v2h-3zm-8 3h3.0312v2h-3.0312zm8 0h3v2h-3zm-8 3h3.0312v2h-3.0312zm8 0h3v2h-3z&quot; display=&quot;inline&quot;/&gt;
- &lt;/g&gt;
- &lt;g transform=&quot;translate(0,-2)&quot;&gt;
-  &lt;path d=&quot;m8 2.5c-3.6819 0-6.6667 5-6.6667 5s2.9848 5 6.6667 5 6.6667-5 6.6667-5-2.9848-5-6.6667-5zm0 1.6667c3.222 0 5 3.3333 5 3.3333s-1.7783 3.3333-5 3.3333-5-3.3333-5-3.3333 1.7783-3.3333 5-3.3333zm0 0.83333c-1.3807 0-2.5 1.1193-2.5 2.5s1.1193 2.5 2.5 2.5 2.5-1.1193 2.5-2.5-1.1193-2.5-2.5-2.5zm0 1.276c0.65606 0 1.1979 0.54507 1.1979 1.224 0 0.67889-0.54186 1.25-1.1979 1.25-0.65606 0-1.1979-0.57111-1.1979-1.25s0.54186-1.224 1.1979-1.224z&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path d=&quot;m8 0.5c-3.6819 0-6.6562 5-6.6562 5s2.9744 5 6.6562 5c3.6819 0 6.6562-5 6.6562-5s-2.9744-5-6.6562-5zm0 1.6562c3.2217 0 5 3.3438 5 3.3438s-1.7783 3.3438-5 3.3438-5-3.3438-5-3.3438 1.7783-3.3438 5-3.3438z&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m8 3c-1.3807 0-2.5 1.1193-2.5 2.5s1.1193 2.5 2.5 2.5 2.5-1.1193 2.5-2.5-1.1193-2.5-2.5-2.5zm0 1.2812c0.6561 0 1.1875 0.5399 1.1875 1.2188s-0.5314 1.25-1.1875 1.25-1.1875-0.5711-1.1875-1.25 0.5314-1.2188 1.1875-1.2188z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkFilterFieldGlyphsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/FilterFieldGlyph.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/FilterFieldGlyph.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/FilterFieldGlyph.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,7 +1,5 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 13 13&quot;&gt;
</span><del>- &lt;g transform=&quot;translate(0,-3)&quot;&gt;
-  &lt;path style=&quot;color:#000000&quot; d=&quot;m1.5 4.3273v0.71875 0.0625c-0.001 0.13652 0.0388 0.2562 0.125 0.375l4 5.4687c0.062145 0.08767 0.14938 0.16242 0.25 0.21875v2.5016 1l1.25-1v-2.5016c0.10062-0.05633 0.18786-0.13108 0.25-0.21875l4-5.4687c0.08625-0.1188 0.12631-0.23848 0.125-0.375v-0.0625-0.71875z&quot; fill=&quot;#bebebe&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path fill=&quot;#bebebe&quot; d=&quot;m1.5 1.3273v0.71875 0.0625c-0.001 0.13652 0.0388 0.2562 0.125 0.375l4 5.4687c0.062145 0.08767 0.14938 0.16242 0.25 0.21875v2.5016 1l1.25-1v-2.5016c0.1006-0.0563 0.1879-0.131 0.25-0.2187l4-5.4687c0.08625-0.1188 0.12631-0.23848 0.125-0.375v-0.0625-0.71875z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkForwardArrowsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ForwardArrow.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ForwardArrow.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ForwardArrow.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,5 +1,5 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 9 9&quot;&gt;
</span><del>- &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;text-transform:none&quot; d=&quot;m2.6436 0c0.14283 0.034005 0.27509 0.11116 0.375 0.21875l3.75 3.75 0.5 0.53125-0.5 0.53125-3.75 3.75c-0.1399 0.1379-0.3349 0.2182-0.5313 0.2188h-0.03125-0.0625-0.65625v-0.5625-0.09375c-0.0358-0.2367 0.0481-0.4885 0.2188-0.6563l3.1875-3.1875-3.1875-3.2188c-0.1389-0.139-0.2194-0.33465-0.2188-0.5312v-0.15625-0.59375h0.59375 0.09375 0.0625 0.09375z&quot;/&gt;
</del><ins>+ &lt;path d=&quot;m2.6436 0c0.14283 0.034005 0.27509 0.11116 0.375 0.21875l3.75 3.75 0.5 0.53125-0.5 0.53125-3.75 3.75c-0.1399 0.1379-0.3349 0.2182-0.5313 0.2188h-0.03125-0.0625-0.65625v-0.5625-0.09375c-0.0358-0.2367 0.0481-0.4885 0.2188-0.6563l3.1875-3.1875-3.1875-3.2188c-0.1389-0.139-0.2194-0.33465-0.2188-0.5312v-0.15625-0.59375h0.59375 0.09375 0.0625 0.09375z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkFunctionsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Function.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Function.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Function.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,27 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#dcf6c2&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#4e9a06&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#d3f4b2&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#4e9a06&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#8ae234&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#c)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
- &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
- &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
- &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m9.0593 4.8342c-1.0619 0-1.8016 0.3977-2.25 0.875-0.44838 0.4773-0.61719 1.005-0.6875 1.3438l-0.0625 0.25h-0.71875a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.09375 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.09375l-0.1875 1.0938a0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.125 0.15625 0.25002 0.25002 0 0 0 0.125 0.03125h0.59375l-0.84375 4.1563a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.09375 0.125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.03125 0h1.4062a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.09375 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.0625l0.84375-4.2813h1.875a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.093
 75 -0.03125 0.25002 0.25002 0 0 0 0.09375 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.0625l0.21875-1.0938a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-1.7812l0.03125-0.15625c0.037755-0.19297 0.14732-0.34648 0.34375-0.46875 0.19642-0.12227 0.4762-0.21875 0.8125-0.21875 0.30479 0 0.6559 0.064823 0.78125 0.09375l0.21875 0.0625a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.125 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0 -0.03125l0.40625-1a0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125l-0.1875-0.0625c-0.673-0.2163-1.1307-0
 .2185-1.4367-0.2185z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
- &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m9.1111 3.8039c-1.0619 0-1.8016 0.3977-2.25 0.875-0.44838 0.4773-0.61719 1.005-0.6875 1.3438l-0.0625 0.25h-0.71875a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.09375 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.09375l-0.1875 1.0938a0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.125 0.15625 0.25002 0.25002 0 0 0 0.125 0.03125h0.59375l-0.84375 4.1563a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.09375 0.125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.03125 0h1.4062a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.09375 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.0625l0.84375-4.2813h1.875a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.093
 75 -0.03125 0.25002 0.25002 0 0 0 0.09375 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.0625l0.2191-1.0941a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-1.7812l0.03125-0.15625c0.037755-0.19297 0.14732-0.34648 0.34375-0.46875 0.19642-0.12227 0.4762-0.21875 0.8125-0.21875 0.30479 0 0.6559 0.064823 0.78125 0.09375l0.21875 0.0625a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.125 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0 -0.03125l0.40625-1a0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125l-0.1875-0.0625c-0.6732-0.2164-1.1309-0
 .2186-1.4369-0.2186z&quot; display=&quot;block&quot; fill=&quot;url(#d)&quot;/&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m9.0593 4.8342c-1.0619 0-1.8016 0.3977-2.25 0.875-0.44838 0.4773-0.61719 1.005-0.6875 1.3438l-0.0625 0.25h-0.71875a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.09375 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.09375l-0.1875 1.0938a0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.125 0.15625 0.25002 0.25002 0 0 0 0.125 0.03125h0.59375l-0.84375 4.1563a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.09375 0.125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.03125 0h1.4062a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.09375 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.0625l0.84375-4.2813h1.875a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 
 0 0.09375 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.0625l0.21875-1.0938a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-1.7812l0.03125-0.15625c0.037755-0.19297 0.14732-0.34648 0.34375-0.46875 0.19642-0.12227 0.4762-0.21875 0.8125-0.21875 0.30479 0 0.6559 0.064823 0.78125 0.09375l0.21875 0.0625a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.125 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0 -0.03125l0.40625-1a0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125l-0.1875-0.0625c-0.673-0.2163-1.1307-0.2185-1.4367-0.2185z&quot; displ
 ay=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m9.1111 3.8039c-1.0619 0-1.8016 0.3977-2.25 0.875-0.44838 0.4773-0.61719 1.005-0.6875 1.3438l-0.0625 0.25h-0.71875a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.09375 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.09375l-0.1875 1.0938a0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.125 0.15625 0.25002 0.25002 0 0 0 0.125 0.03125h0.59375l-0.84375 4.1563a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.09375 0.125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.03125 0h1.4062a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.09375 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.0625l0.84375-4.2813h1.875a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0
  0 0 0.09375 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.0625l0.2191-1.0941a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-1.7812l0.03125-0.15625c0.037755-0.19297 0.14732-0.34648 0.34375-0.46875 0.19642-0.12227 0.4762-0.21875 0.8125-0.21875 0.30479 0 0.6559 0.064823 0.78125 0.09375l0.21875 0.0625a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.125 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0 -0.03125l0.40625-1a0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125l-0.1875-0.0625c-0.6732-0.2164-1.1309-0.2186-1.4369-0.2186z&quot; di
 splay=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkGoToArrowsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/GoToArrow.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/GoToArrow.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/GoToArrow.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,8 +1,6 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 10 10&quot;&gt;
</span><del>- &lt;g transform=&quot;translate(0,-6)&quot;&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;text-transform:none&quot; d=&quot;m3.7812 6c-1.5485 0-2.8124 1.264-2.8124 2.8125v0.40625h1.625v-0.40625c0-0.6773 0.5102-1.1875 1.1874-1.1875 0.6773 0 1.2188 0.5102 1.2188 1.1875v5.25h1.625v-5.25c0-1.5485-1.2952-2.8125-2.8438-2.8125z&quot;/&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#bebebe;text-transform:none&quot; d=&quot;m9.0302 11.642h-0.80604c-0.20706 0-0.42596 0.10465-0.57934 0.25189l-1.8389 1.839-1.8387-1.839c-0.1534-0.147-0.3723-0.252-0.5794-0.252h-0.80604v0.80604c0 0.24943 0.072785 0.44519 0.2267 0.60453l2.9974 2.947 2.9975-2.947c0.15391-0.15934 0.2267-0.3551 0.2267-0.60453z&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path d=&quot;m3.7812 0c-1.5485 0-2.8124 1.264-2.8124 2.8125v0.40625h1.625v-0.40625c0-0.6773 0.5102-1.1875 1.1874-1.1875 0.6773 0 1.2188 0.5102 1.2188 1.1875v5.25h1.625v-5.25c0-1.5485-1.2952-2.8125-2.8438-2.8125z&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m9.0302 5.6424h-0.80604c-0.20706 0-0.42596 0.10465-0.57934 0.25189l-1.8389 1.8387-1.8387-1.8388c-0.1534-0.1472-0.3723-0.2518-0.5794-0.2518h-0.80604v0.80604c0 0.24943 0.072785 0.44519 0.2267 0.60453l2.9974 2.9471 2.9975-2.9471c0.1539-0.1593 0.2267-0.3551 0.2267-0.6045z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkHierarchicalNavigationItemChevronsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/HierarchicalNavigationItemChevron.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/HierarchicalNavigationItemChevron.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/HierarchicalNavigationItemChevron.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,5 +1,5 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 7 16&quot;&gt;
</span><del>- &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;text-transform:none&quot; d=&quot;m1.073 0c0.1676 0.060453 0.3228 0.19761 0.44003 0.38889l4.4003 6.6667 0.5867 0.9444-0.5867 0.9444-4.4003 6.6666c-0.1641 0.245-0.3929 0.388-0.62336 0.389h-0.03667-0.073338-0.77005v-1-0.16667c-0.042084-0.42 0.056386-0.868 0.25669-1.166l3.7402-5.667-3.7402-5.7222c-0.16299-0.2473-0.25751-0.595-0.25671-0.9445v-0.27778-1.0556h0.69671 0.11001 0.073338 0.11001z&quot; fill=&quot;#bebebe&quot;/&gt;
</del><ins>+ &lt;path fill=&quot;#bebebe&quot; d=&quot;m1.073 0c0.1676 0.060453 0.3228 0.19761 0.44003 0.38889l4.4003 6.6667 0.5867 0.9444-0.5867 0.9444-4.4003 6.6666c-0.1641 0.245-0.3929 0.388-0.62336 0.389h-0.03667-0.073338-0.77005v-1-0.16667c-0.042084-0.42 0.056386-0.868 0.25669-1.166l3.7402-5.667-3.7402-5.7222c-0.16299-0.2473-0.25751-0.595-0.25671-0.9445v-0.27778-1.0556h0.69671 0.11001 0.073338 0.11001z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkIndeterminateProgressSpinner1svg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner1.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner1.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner1.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,26 +1,26 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 32 32&quot;&gt;
</span><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;c&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;189.15&quot; cx=&quot;.053942&quot; gradientTransform=&quot;matrix(-.33324 0.189 -.17767 -.31305 41.83 72.851)&quot; r=&quot;27.33&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;c&quot; cx=&quot;.053942&quot; cy=&quot;189.15&quot; r=&quot;27.33&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(-.33324 0.189 -.17767 -.31305 41.83 72.851)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#bebebe&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;.31861&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.42857&quot; offset=&quot;.75052&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;188.52&quot; cx=&quot;-.067823&quot; gradientTransform=&quot;matrix(.19958 .74573 -.70061 .18773 143.94 -12.616)&quot; r=&quot;27.33&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;b&quot; cx=&quot;-.067823&quot; cy=&quot;188.52&quot; r=&quot;27.33&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.19958 .74573 -.70061 .18773 143.94 -12.616)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.15429&quot; offset=&quot;.31861&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.33714&quot; offset=&quot;.54270&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;22.665&quot; cx=&quot;304.94&quot; gradientTransform=&quot;matrix(1.5437 0 0 1.5437 -454.72 -16.47)&quot; r=&quot;10.046&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;304.94&quot; cy=&quot;22.665&quot; r=&quot;10.046&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(1.5437 0 0 1.5437 -454.72 -16.47)&quot;&gt;
</ins><span class="cx">    &lt;stop offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop offset=&quot;.33333&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#313131&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;path style=&quot;color:#000000&quot; d=&quot;m30.323 16a14.323 14.323 0 1 1 -28.645 0 14.323 14.323 0 1 1 28.645 0z&quot; display=&quot;block&quot; stroke=&quot;#fff&quot; stroke-width=&quot;3.355&quot; fill=&quot;url(#a)&quot;/&gt;
- &lt;path d=&quot;m12.617 22.227a6.892 6.8942 60 1 1 9.9262 -4.2869&quot; stroke=&quot;url(#b)&quot; stroke-linecap=&quot;round&quot; stroke-width=&quot;5.5916&quot; fill=&quot;none&quot;/&gt;
- &lt;path d=&quot;m9.2164 14.586a6.8942 6.892 43.694 1 1 6.9021 8.3228&quot; stroke=&quot;url(#c)&quot; stroke-width=&quot;5.5916&quot; fill=&quot;none&quot;/&gt;
</del><ins>+ &lt;path fill=&quot;url(#a)&quot; stroke=&quot;#fff&quot; stroke-width=&quot;3.355&quot; d=&quot;m30.323 16a14.323 14.323 0 1 1 -28.645 0 14.323 14.323 0 1 1 28.645 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;none&quot; stroke=&quot;url(#b)&quot; stroke-width=&quot;5.5916&quot; d=&quot;m12.617 22.227a6.892 6.8942 60 1 1 9.9262 -4.2869&quot; stroke-linecap=&quot;round&quot; class=&quot;stroked&quot;/&gt;
+ &lt;path fill=&quot;none&quot; stroke=&quot;url(#c)&quot; stroke-width=&quot;5.5916&quot; d=&quot;m9.2164 14.586a6.8942 6.892 43.694 1 1 6.9021 8.3228&quot; class=&quot;stroked&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkIndeterminateProgressSpinner10svg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner10.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner10.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner10.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,28 +1,26 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 32 32&quot;&gt;
</span><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;c&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;22.665&quot; cx=&quot;304.94&quot; gradientTransform=&quot;matrix(1.5437 0 0 1.5437 -454.72 -16.47)&quot; r=&quot;10.046&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;304.94&quot; cy=&quot;22.665&quot; r=&quot;10.046&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(1.5437 0 0 1.5437 -454.72 -16.47)&quot;&gt;
</ins><span class="cx">    &lt;stop offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop offset=&quot;.33333&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#313131&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;188.52&quot; cx=&quot;-.067823&quot; gradientTransform=&quot;matrix(.19958 .74573 -.70061 .18773 143.94 -12.616)&quot; r=&quot;27.33&quot;&gt;
-   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
-   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.15429&quot; offset=&quot;.31861&quot;/&gt;
-   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.33714&quot; offset=&quot;.54270&quot;/&gt;
-   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
-  &lt;/radialGradient&gt;
-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;189.15&quot; cx=&quot;.053942&quot; gradientTransform=&quot;matrix(-.33324 0.189 -.17767 -.31305 41.83 72.851)&quot; r=&quot;27.33&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;c&quot; cx=&quot;.053942&quot; cy=&quot;189.15&quot; r=&quot;27.33&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(0.189 .33324 -.31305 .17767 72.7 -9.8781)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#bebebe&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;.31861&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.42857&quot; offset=&quot;.75052&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><ins>+  &lt;radialGradient id=&quot;b&quot; cx=&quot;-.067823&quot; cy=&quot;188.52&quot; r=&quot;27.33&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.74573 -.19958 .18773 .70061 -12.767 -111.99)&quot;&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.15429&quot; offset=&quot;.31861&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.33714&quot; offset=&quot;.54270&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
</ins><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;path style=&quot;color:#000000&quot; d=&quot;m30.323 16a14.323 14.323 0 1 1 -28.645 0 14.323 14.323 0 1 1 28.645 0z&quot; display=&quot;block&quot; stroke=&quot;#fff&quot; stroke-width=&quot;3.355&quot; fill=&quot;url(#c)&quot;/&gt;
- &lt;g transform=&quot;matrix(0 -1 1 0 -.15086 31.952)&quot; fill=&quot;none&quot;&gt;
-  &lt;path d=&quot;m12.617 22.227a6.892 6.8942 60 1 1 9.9262 -4.2869&quot; stroke=&quot;url(#b)&quot; stroke-linecap=&quot;round&quot; stroke-width=&quot;5.5916&quot;/&gt;
-  &lt;path d=&quot;m9.2164 14.586a6.8942 6.892 43.694 1 1 6.9021 8.3228&quot; stroke=&quot;url(#a)&quot; stroke-width=&quot;5.5916&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path fill=&quot;url(#a)&quot; stroke=&quot;#fff&quot; stroke-width=&quot;3.355&quot; d=&quot;m30.323 16a14.323 14.323 0 1 1 -28.645 0 14.323 14.323 0 1 1 28.645 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;none&quot; stroke=&quot;url(#b)&quot; stroke-width=&quot;5.5916&quot; d=&quot;m22.076 19.335a6.8942 6.892 60 1 1 -4.287 -9.926&quot; stroke-linecap=&quot;round&quot; class=&quot;stroked&quot;/&gt;
+ &lt;path fill=&quot;none&quot; stroke=&quot;url(#c)&quot; stroke-width=&quot;5.5916&quot; d=&quot;m14.435 22.736a6.892 6.8942 43.694 1 1 8.3228 -6.9021&quot; class=&quot;stroked&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkIndeterminateProgressSpinner11svg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner11.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner11.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner11.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,28 +1,26 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 32 32&quot;&gt;
</span><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;c&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;22.665&quot; cx=&quot;304.94&quot; gradientTransform=&quot;matrix(1.5437 0 0 1.5437 -454.72 -16.47)&quot; r=&quot;10.046&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;304.94&quot; cy=&quot;22.665&quot; r=&quot;10.046&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(1.5437 0 0 1.5437 -454.72 -16.47)&quot;&gt;
</ins><span class="cx">    &lt;stop offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop offset=&quot;.33333&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#313131&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;188.52&quot; cx=&quot;-.067823&quot; gradientTransform=&quot;matrix(.19958 .74573 -.70061 .18773 143.94 -12.616)&quot; r=&quot;27.33&quot;&gt;
-   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
-   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.15429&quot; offset=&quot;.31861&quot;/&gt;
-   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.33714&quot; offset=&quot;.54270&quot;/&gt;
-   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
-  &lt;/radialGradient&gt;
-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;189.15&quot; cx=&quot;.053942&quot; gradientTransform=&quot;matrix(-.33324 0.189 -.17767 -.31305 41.83 72.851)&quot; r=&quot;27.33&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;c&quot; cx=&quot;.053942&quot; cy=&quot;189.15&quot; r=&quot;27.33&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(-.0029405 .38309 -.35994 -.0026572 78.04 22.01)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#bebebe&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;.31861&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.42857&quot; offset=&quot;.75052&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><ins>+  &lt;radialGradient id=&quot;b&quot; cx=&quot;-.067823&quot; cy=&quot;188.52&quot; r=&quot;27.33&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.74561 .20002 -.18773 .70061 55.08 -109.16)&quot;&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.15429&quot; offset=&quot;.31861&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.33714&quot; offset=&quot;.54270&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
</ins><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;path style=&quot;color:#000000&quot; d=&quot;m30.323 16a14.323 14.323 0 1 1 -28.645 0 14.323 14.323 0 1 1 28.645 0z&quot; display=&quot;block&quot; stroke=&quot;#fff&quot; stroke-width=&quot;3.355&quot; fill=&quot;url(#c)&quot;/&gt;
- &lt;g transform=&quot;matrix(.5 -.86603 .86603 .5 -5.9659 21.81)&quot; fill=&quot;none&quot;&gt;
-  &lt;path d=&quot;m12.617 22.227a6.892 6.8942 60 1 1 9.9262 -4.2869&quot; stroke=&quot;url(#b)&quot; stroke-linecap=&quot;round&quot; stroke-width=&quot;5.5916&quot;/&gt;
-  &lt;path d=&quot;m9.2164 14.586a6.8942 6.892 43.694 1 1 6.9021 8.3228&quot; stroke=&quot;url(#a)&quot; stroke-width=&quot;5.5916&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path fill=&quot;url(#a)&quot; stroke=&quot;#fff&quot; stroke-width=&quot;3.355&quot; d=&quot;m30.323 16a14.323 14.323 0 1 1 -28.645 0 14.323 14.323 0 1 1 28.645 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;none&quot; stroke=&quot;url(#b)&quot; stroke-width=&quot;5.5916&quot; d=&quot;m19.591 21.997a6.892 6.8942 0 1 1 1.251 -10.739&quot; stroke-linecap=&quot;round&quot; class=&quot;stroked&quot;/&gt;
+ &lt;path fill=&quot;none&quot; stroke=&quot;url(#c)&quot; stroke-width=&quot;5.5916&quot; d=&quot;m11.274 21.122a6.892 6.8942 73.694 1 1 10.659 -1.816&quot; class=&quot;stroked&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkIndeterminateProgressSpinner12svg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner12.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner12.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner12.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,28 +1,26 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 32 32&quot;&gt;
</span><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;c&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;22.665&quot; cx=&quot;304.94&quot; gradientTransform=&quot;matrix(1.5437 0 0 1.5437 -454.72 -16.47)&quot; r=&quot;10.046&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;304.94&quot; cy=&quot;22.665&quot; r=&quot;10.046&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(1.5437 0 0 1.5437 -454.72 -16.47)&quot;&gt;
</ins><span class="cx">    &lt;stop offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop offset=&quot;.33333&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#313131&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;188.52&quot; cx=&quot;-.067823&quot; gradientTransform=&quot;matrix(.19958 .74573 -.70061 .18773 143.94 -12.616)&quot; r=&quot;27.33&quot;&gt;
-   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
-   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.15429&quot; offset=&quot;.31861&quot;/&gt;
-   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.33714&quot; offset=&quot;.54270&quot;/&gt;
-   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
-  &lt;/radialGradient&gt;
-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;189.15&quot; cx=&quot;.053942&quot; gradientTransform=&quot;matrix(-.33324 0.189 -.17767 -.31305 41.83 72.851)&quot; r=&quot;27.33&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;c&quot; cx=&quot;.053942&quot; cy=&quot;189.15&quot; r=&quot;27.33&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(-.19409 .33030 -.31039 -.18227 66.741 52.291)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#bebebe&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;.31861&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.42857&quot; offset=&quot;.75052&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><ins>+  &lt;radialGradient id=&quot;b&quot; cx=&quot;-.067823&quot; cy=&quot;188.52&quot; r=&quot;27.33&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.54571 .54603 -.51288 .51288 112.44 -72.782)&quot;&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.15429&quot; offset=&quot;.31861&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.33714&quot; offset=&quot;.54270&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
</ins><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;path style=&quot;color:#000000&quot; d=&quot;m30.323 16a14.323 14.323 0 1 1 -28.645 0 14.323 14.323 0 1 1 28.645 0z&quot; display=&quot;block&quot; stroke=&quot;#fff&quot; stroke-width=&quot;3.355&quot; fill=&quot;url(#c)&quot;/&gt;
- &lt;g transform=&quot;matrix(.86603 -.5 .5 .86603 -5.9105 10.115)&quot; fill=&quot;none&quot;&gt;
-  &lt;path d=&quot;m12.617 22.227a6.892 6.8942 60 1 1 9.9262 -4.2869&quot; stroke=&quot;url(#b)&quot; stroke-linecap=&quot;round&quot; stroke-width=&quot;5.5916&quot;/&gt;
-  &lt;path d=&quot;m9.2164 14.586a6.8942 6.892 43.694 1 1 6.9021 8.3228&quot; stroke=&quot;url(#a)&quot; stroke-width=&quot;5.5916&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path fill=&quot;url(#a)&quot; stroke=&quot;#fff&quot; stroke-width=&quot;3.355&quot; d=&quot;m30.323 16a14.323 14.323 0 1 1 -28.645 0 14.323 14.323 0 1 1 28.645 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;none&quot; stroke=&quot;url(#b)&quot; stroke-width=&quot;5.5916&quot; d=&quot;m16.129 23.056a6.892 6.8942 30 1 1 6.4529 -8.6757&quot; stroke-linecap=&quot;round&quot; class=&quot;stroked&quot;/&gt;
+ &lt;path fill=&quot;none&quot; stroke=&quot;url(#c)&quot; stroke-width=&quot;5.5916&quot; d=&quot;m9.3642 18.139a6.8942 6.892 13.694 1 1 10.139 3.7567&quot; class=&quot;stroked&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkIndeterminateProgressSpinner2svg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner2.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner2.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner2.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,28 +1,26 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 32 32&quot;&gt;
</span><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;c&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;22.665&quot; cx=&quot;304.94&quot; gradientTransform=&quot;matrix(1.5437 0 0 1.5437 -454.72 -16.47)&quot; r=&quot;10.046&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;304.94&quot; cy=&quot;22.665&quot; r=&quot;10.046&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(1.5437 0 0 1.5437 -454.72 -16.47)&quot;&gt;
</ins><span class="cx">    &lt;stop offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop offset=&quot;.33333&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#313131&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;188.52&quot; cx=&quot;-.067823&quot; gradientTransform=&quot;matrix(.19958 .74573 -.70061 .18773 143.94 -12.616)&quot; r=&quot;27.33&quot;&gt;
-   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
-   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.15429&quot; offset=&quot;.31861&quot;/&gt;
-   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.33714&quot; offset=&quot;.54270&quot;/&gt;
-   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
-  &lt;/radialGradient&gt;
-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;189.15&quot; cx=&quot;.053942&quot; gradientTransform=&quot;matrix(-.33324 0.189 -.17767 -.31305 41.83 72.851)&quot; r=&quot;27.33&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;c&quot; cx=&quot;.053942&quot; cy=&quot;189.15&quot; r=&quot;27.33&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(-.38309 -.0029405 .0026572 -.35994 9.9419 78.191)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#bebebe&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;.31861&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.42857&quot; offset=&quot;.75052&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><ins>+  &lt;radialGradient id=&quot;b&quot; cx=&quot;-.067823&quot; cy=&quot;188.52&quot; r=&quot;27.33&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(-.20002 .74561 -.70061 -.18773 141.11 55.231)&quot;&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.15429&quot; offset=&quot;.31861&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.33714&quot; offset=&quot;.54270&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
</ins><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;path style=&quot;color:#000000&quot; d=&quot;m30.323 16a14.323 14.323 0 1 1 -28.645 0 14.323 14.323 0 1 1 28.645 0z&quot; display=&quot;block&quot; stroke=&quot;#fff&quot; stroke-width=&quot;3.355&quot; fill=&quot;url(#c)&quot;/&gt;
- &lt;g transform=&quot;matrix(.86603 .5 -.5 .86603 10.141 -5.8151)&quot; fill=&quot;none&quot;&gt;
-  &lt;path d=&quot;m12.617 22.227a6.892 6.8942 60 1 1 9.9262 -4.2869&quot; stroke=&quot;url(#b)&quot; stroke-linecap=&quot;round&quot; stroke-width=&quot;5.5916&quot;/&gt;
-  &lt;path d=&quot;m9.2164 14.586a6.8942 6.892 43.694 1 1 6.9021 8.3228&quot; stroke=&quot;url(#a)&quot; stroke-width=&quot;5.5916&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path fill=&quot;url(#a)&quot; stroke=&quot;#fff&quot; stroke-width=&quot;3.355&quot; d=&quot;m30.323 16a14.323 14.323 0 1 1 -28.645 0 14.323 14.323 0 1 1 28.645 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;none&quot; stroke=&quot;url(#b)&quot; stroke-width=&quot;5.5916&quot; d=&quot;m9.9545 19.742a6.8942 6.892 0 1 1 10.74 1.251&quot; stroke-linecap=&quot;round&quot; class=&quot;stroked&quot;/&gt;
+ &lt;path fill=&quot;none&quot; stroke=&quot;url(#c)&quot; stroke-width=&quot;5.5916&quot; d=&quot;m10.83 11.425a6.8942 6.892 73.694 1 1 1.816 10.659&quot; class=&quot;stroked&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkIndeterminateProgressSpinner3svg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner3.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner3.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner3.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,28 +1,26 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 32 32&quot;&gt;
</span><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;c&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;22.665&quot; cx=&quot;304.94&quot; gradientTransform=&quot;matrix(1.5437 0 0 1.5437 -454.72 -16.47)&quot; r=&quot;10.046&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;304.94&quot; cy=&quot;22.665&quot; r=&quot;10.046&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(1.5437 0 0 1.5437 -454.72 -16.47)&quot;&gt;
</ins><span class="cx">    &lt;stop offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop offset=&quot;.33333&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#313131&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;188.52&quot; cx=&quot;-.067823&quot; gradientTransform=&quot;matrix(.19958 .74573 -.70061 .18773 143.94 -12.616)&quot; r=&quot;27.33&quot;&gt;
-   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
-   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.15429&quot; offset=&quot;.31861&quot;/&gt;
-   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.33714&quot; offset=&quot;.54270&quot;/&gt;
-   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
-  &lt;/radialGradient&gt;
-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;189.15&quot; cx=&quot;.053942&quot; gradientTransform=&quot;matrix(-.33324 0.189 -.17767 -.31305 41.83 72.851)&quot; r=&quot;27.33&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;c&quot; cx=&quot;.053942&quot; cy=&quot;189.15&quot; r=&quot;27.33&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(-.33030 -.19409 .18227 -.31039 -20.339 66.892)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#bebebe&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;.31861&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.42857&quot; offset=&quot;.75052&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><ins>+  &lt;radialGradient id=&quot;b&quot; cx=&quot;-.067823&quot; cy=&quot;188.52&quot; r=&quot;27.33&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(-.54603 .54571 -.51288 -.51288 104.73 112.59)&quot;&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.15429&quot; offset=&quot;.31861&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.33714&quot; offset=&quot;.54270&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
</ins><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;path style=&quot;color:#000000&quot; d=&quot;m30.323 16a14.323 14.323 0 1 1 -28.645 0 14.323 14.323 0 1 1 28.645 0z&quot; display=&quot;block&quot; stroke=&quot;#fff&quot; stroke-width=&quot;3.355&quot; fill=&quot;url(#c)&quot;/&gt;
- &lt;g transform=&quot;matrix(.5 .86603 -.86603 .5 21.837 -5.7597)&quot; fill=&quot;none&quot;&gt;
-  &lt;path d=&quot;m12.617 22.227a6.892 6.8942 60 1 1 9.9262 -4.2869&quot; stroke=&quot;url(#b)&quot; stroke-linecap=&quot;round&quot; stroke-width=&quot;5.5916&quot;/&gt;
-  &lt;path d=&quot;m9.2164 14.586a6.8942 6.892 43.694 1 1 6.9021 8.3228&quot; stroke=&quot;url(#a)&quot; stroke-width=&quot;5.5916&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path fill=&quot;url(#a)&quot; stroke=&quot;#fff&quot; stroke-width=&quot;3.355&quot; d=&quot;m30.323 16a14.323 14.323 0 1 1 -28.645 0 14.323 14.323 0 1 1 28.645 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;none&quot; stroke=&quot;url(#b)&quot; stroke-width=&quot;5.5916&quot; d=&quot;m8.8962 16.28a6.8942 6.892 30 1 1 8.6758 6.453&quot; stroke-linecap=&quot;round&quot; class=&quot;stroked&quot;/&gt;
+ &lt;path fill=&quot;none&quot; stroke=&quot;url(#c)&quot; stroke-width=&quot;5.5916&quot; d=&quot;m13.813 9.515a6.892 6.8942 13.694 1 1 -3.757 10.139&quot; class=&quot;stroked&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkIndeterminateProgressSpinner4svg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner4.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner4.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner4.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,28 +1,26 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 32 32&quot;&gt;
</span><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;c&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;22.665&quot; cx=&quot;304.94&quot; gradientTransform=&quot;matrix(1.5437 0 0 1.5437 -454.72 -16.47)&quot; r=&quot;10.046&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;304.94&quot; cy=&quot;22.665&quot; r=&quot;10.046&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(1.5437 0 0 1.5437 -454.72 -16.47)&quot;&gt;
</ins><span class="cx">    &lt;stop offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop offset=&quot;.33333&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#313131&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;188.52&quot; cx=&quot;-.067823&quot; gradientTransform=&quot;matrix(.19958 .74573 -.70061 .18773 143.94 -12.616)&quot; r=&quot;27.33&quot;&gt;
-   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
-   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.15429&quot; offset=&quot;.31861&quot;/&gt;
-   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.33714&quot; offset=&quot;.54270&quot;/&gt;
-   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
-  &lt;/radialGradient&gt;
-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;189.15&quot; cx=&quot;.053942&quot; gradientTransform=&quot;matrix(-.33324 0.189 -.17767 -.31305 41.83 72.851)&quot; r=&quot;27.33&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;c&quot; cx=&quot;.053942&quot; cy=&quot;189.15&quot; r=&quot;27.33&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(-0.189 -.33324 .31305 -.17767 -40.899 41.981)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#bebebe&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;.31861&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.42857&quot; offset=&quot;.75052&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><ins>+  &lt;radialGradient id=&quot;b&quot; cx=&quot;-.067823&quot; cy=&quot;188.52&quot; r=&quot;27.33&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(-.74573 .19958 -.18773 -.70061 44.568 144.09)&quot;&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.15429&quot; offset=&quot;.31861&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.33714&quot; offset=&quot;.54270&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
</ins><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;path style=&quot;color:#000000&quot; d=&quot;m30.323 16a14.323 14.323 0 1 1 -28.645 0 14.323 14.323 0 1 1 28.645 0z&quot; display=&quot;block&quot; stroke=&quot;#fff&quot; stroke-width=&quot;3.355&quot; fill=&quot;url(#c)&quot;/&gt;
- &lt;g transform=&quot;matrix(0 1 -1 0 31.952 .15086)&quot; fill=&quot;none&quot;&gt;
-  &lt;path d=&quot;m12.617 22.227a6.892 6.8942 60 1 1 9.9262 -4.2869&quot; stroke=&quot;url(#b)&quot; stroke-linecap=&quot;round&quot; stroke-width=&quot;5.5916&quot;/&gt;
-  &lt;path d=&quot;m9.2164 14.586a6.8942 6.892 43.694 1 1 6.9021 8.3228&quot; stroke=&quot;url(#a)&quot; stroke-width=&quot;5.5916&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path fill=&quot;url(#a)&quot; stroke=&quot;#fff&quot; stroke-width=&quot;3.355&quot; d=&quot;m30.323 16a14.323 14.323 0 1 1 -28.645 0 14.323 14.323 0 1 1 28.645 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;none&quot; stroke=&quot;url(#b)&quot; stroke-width=&quot;5.5916&quot; d=&quot;m9.7252 12.768a6.8942 6.892 60 1 1 4.2869 9.9262&quot; stroke-linecap=&quot;round&quot; class=&quot;stroked&quot;/&gt;
+ &lt;path fill=&quot;none&quot; stroke=&quot;url(#c)&quot; stroke-width=&quot;5.5916&quot; d=&quot;m17.366 9.3673a6.892 6.8942 43.694 1 1 -8.3229 6.9017&quot; class=&quot;stroked&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkIndeterminateProgressSpinner5svg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner5.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner5.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner5.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,28 +1,26 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 32 32&quot;&gt;
</span><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;c&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;22.665&quot; cx=&quot;304.94&quot; gradientTransform=&quot;matrix(1.5437 0 0 1.5437 -454.72 -16.47)&quot; r=&quot;10.046&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;304.94&quot; cy=&quot;22.665&quot; r=&quot;10.046&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(1.5437 0 0 1.5437 -454.72 -16.47)&quot;&gt;
</ins><span class="cx">    &lt;stop offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop offset=&quot;.33333&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#313131&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;188.52&quot; cx=&quot;-.067823&quot; gradientTransform=&quot;matrix(.19958 .74573 -.70061 .18773 143.94 -12.616)&quot; r=&quot;27.33&quot;&gt;
-   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
-   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.15429&quot; offset=&quot;.31861&quot;/&gt;
-   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.33714&quot; offset=&quot;.54270&quot;/&gt;
-   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
-  &lt;/radialGradient&gt;
-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;189.15&quot; cx=&quot;.053942&quot; gradientTransform=&quot;matrix(-.33324 0.189 -.17767 -.31305 41.83 72.851)&quot; r=&quot;27.33&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;c&quot; cx=&quot;.053942&quot; cy=&quot;189.15&quot; r=&quot;27.33&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.0029405 -.38309 .35994 .0026572 -46.239 10.093)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#bebebe&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;.31861&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.42857&quot; offset=&quot;.75052&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><ins>+  &lt;radialGradient id=&quot;b&quot; cx=&quot;-.067823&quot; cy=&quot;188.52&quot; r=&quot;27.33&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(-.74561 -.20002 .18773 -.70061 -23.279 141.26)&quot;&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.15429&quot; offset=&quot;.31861&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.33714&quot; offset=&quot;.54270&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
</ins><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;path style=&quot;color:#000000&quot; d=&quot;m30.323 16a14.323 14.323 0 1 1 -28.645 0 14.323 14.323 0 1 1 28.645 0z&quot; display=&quot;block&quot; stroke=&quot;#fff&quot; stroke-width=&quot;3.355&quot; fill=&quot;url(#c)&quot;/&gt;
- &lt;g transform=&quot;matrix(-.5 .86603 -.86603 -.5 37.767 10.292)&quot; fill=&quot;none&quot;&gt;
-  &lt;path d=&quot;m12.617 22.227a6.892 6.8942 60 1 1 9.9262 -4.2869&quot; stroke=&quot;url(#b)&quot; stroke-linecap=&quot;round&quot; stroke-width=&quot;5.5916&quot;/&gt;
-  &lt;path d=&quot;m9.2164 14.586a6.8942 6.892 43.694 1 1 6.9021 8.3228&quot; stroke=&quot;url(#a)&quot; stroke-width=&quot;5.5916&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path fill=&quot;url(#a)&quot; stroke=&quot;#fff&quot; stroke-width=&quot;3.355&quot; d=&quot;m30.323 16a14.323 14.323 0 1 1 -28.645 0 14.323 14.323 0 1 1 28.645 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;none&quot; stroke=&quot;url(#b)&quot; stroke-width=&quot;5.5916&quot; d=&quot;m12.21 10.105a6.892 6.8942 0 1 1 -1.251 10.74&quot; stroke-linecap=&quot;round&quot; class=&quot;stroked&quot;/&gt;
+ &lt;path fill=&quot;none&quot; stroke=&quot;url(#c)&quot; stroke-width=&quot;5.5916&quot; d=&quot;m20.527 10.981a6.892 6.8942 73.694 1 1 -10.659 1.816&quot; class=&quot;stroked&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkIndeterminateProgressSpinner6svg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner6.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner6.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner6.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,28 +1,26 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 32 32&quot;&gt;
</span><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;c&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;22.665&quot; cx=&quot;304.94&quot; gradientTransform=&quot;matrix(1.5437 0 0 1.5437 -454.72 -16.47)&quot; r=&quot;10.046&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;304.94&quot; cy=&quot;22.665&quot; r=&quot;10.046&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(1.5437 0 0 1.5437 -454.72 -16.47)&quot;&gt;
</ins><span class="cx">    &lt;stop offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop offset=&quot;.33333&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#313131&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;188.52&quot; cx=&quot;-.067823&quot; gradientTransform=&quot;matrix(.19958 .74573 -.70061 .18773 143.94 -12.616)&quot; r=&quot;27.33&quot;&gt;
-   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
-   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.15429&quot; offset=&quot;.31861&quot;/&gt;
-   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.33714&quot; offset=&quot;.54270&quot;/&gt;
-   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
-  &lt;/radialGradient&gt;
-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;189.15&quot; cx=&quot;.053942&quot; gradientTransform=&quot;matrix(-.33324 0.189 -.17767 -.31305 41.83 72.851)&quot; r=&quot;27.33&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;c&quot; cx=&quot;.053942&quot; cy=&quot;189.15&quot; r=&quot;27.33&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.19409 -.33030 .31039 .18227 -34.94 -20.188)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#bebebe&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;.31861&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.42857&quot; offset=&quot;.75052&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><ins>+  &lt;radialGradient id=&quot;b&quot; cx=&quot;-.067823&quot; cy=&quot;188.52&quot; r=&quot;27.33&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(-.54571 -.54603 .51288 -.51288 -80.638 104.88)&quot;&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.15429&quot; offset=&quot;.31861&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.33714&quot; offset=&quot;.54270&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
</ins><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;path style=&quot;color:#000000&quot; d=&quot;m30.323 16a14.323 14.323 0 1 1 -28.645 0 14.323 14.323 0 1 1 28.645 0z&quot; display=&quot;block&quot; stroke=&quot;#fff&quot; stroke-width=&quot;3.355&quot; fill=&quot;url(#c)&quot;/&gt;
- &lt;g transform=&quot;matrix(-.86603 .5 -.5 -.86603 37.712 21.988)&quot; fill=&quot;none&quot;&gt;
-  &lt;path d=&quot;m12.617 22.227a6.892 6.8942 60 1 1 9.9262 -4.2869&quot; stroke=&quot;url(#b)&quot; stroke-linecap=&quot;round&quot; stroke-width=&quot;5.5916&quot;/&gt;
-  &lt;path d=&quot;m9.2164 14.586a6.8942 6.892 43.694 1 1 6.9021 8.3228&quot; stroke=&quot;url(#a)&quot; stroke-width=&quot;5.5916&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path fill=&quot;url(#a)&quot; stroke=&quot;#fff&quot; stroke-width=&quot;3.355&quot; d=&quot;m30.323 16a14.323 14.323 0 1 1 -28.645 0 14.323 14.323 0 1 1 28.645 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;none&quot; stroke=&quot;url(#b)&quot; stroke-width=&quot;5.5916&quot; d=&quot;m15.672 9.0471a6.892 6.8942 30 1 1 -6.4531 8.6759&quot; stroke-linecap=&quot;round&quot; class=&quot;stroked&quot;/&gt;
+ &lt;path fill=&quot;none&quot; stroke=&quot;url(#c)&quot; stroke-width=&quot;5.5916&quot; d=&quot;m22.437 13.964a6.8942 6.892 13.694 1 1 -10.139 -3.757&quot; class=&quot;stroked&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkIndeterminateProgressSpinner7svg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner7.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner7.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner7.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,28 +1,26 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 32 32&quot;&gt;
</span><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;c&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;22.665&quot; cx=&quot;304.94&quot; gradientTransform=&quot;matrix(1.5437 0 0 1.5437 -454.72 -16.47)&quot; r=&quot;10.046&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;304.94&quot; cy=&quot;22.665&quot; r=&quot;10.046&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(1.5437 0 0 1.5437 -454.72 -16.47)&quot;&gt;
</ins><span class="cx">    &lt;stop offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop offset=&quot;.33333&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#313131&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;188.52&quot; cx=&quot;-.067823&quot; gradientTransform=&quot;matrix(.19958 .74573 -.70061 .18773 143.94 -12.616)&quot; r=&quot;27.33&quot;&gt;
-   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
-   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.15429&quot; offset=&quot;.31861&quot;/&gt;
-   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.33714&quot; offset=&quot;.54270&quot;/&gt;
-   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
-  &lt;/radialGradient&gt;
-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;189.15&quot; cx=&quot;.053942&quot; gradientTransform=&quot;matrix(-.33324 0.189 -.17767 -.31305 41.83 72.851)&quot; r=&quot;27.33&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;c&quot; cx=&quot;.053942&quot; cy=&quot;189.15&quot; r=&quot;27.33&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.33324 -0.189 .17767 .31305 -10.029 -40.748)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#bebebe&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;.31861&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.42857&quot; offset=&quot;.75052&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><ins>+  &lt;radialGradient id=&quot;b&quot; cx=&quot;-.067823&quot; cy=&quot;188.52&quot; r=&quot;27.33&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(-.19958 -.74573 .70061 -.18773 -112.14 44.719)&quot;&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.15429&quot; offset=&quot;.31861&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.33714&quot; offset=&quot;.54270&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
</ins><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;path style=&quot;color:#000000&quot; d=&quot;m30.323 16a14.323 14.323 0 1 1 -28.645 0 14.323 14.323 0 1 1 28.645 0z&quot; display=&quot;block&quot; stroke=&quot;#fff&quot; stroke-width=&quot;3.355&quot; fill=&quot;url(#c)&quot;/&gt;
- &lt;g transform=&quot;matrix(-1 0 0 -1 31.801 32.103)&quot; fill=&quot;none&quot;&gt;
-  &lt;path d=&quot;m12.617 22.227a6.892 6.8942 60 1 1 9.9262 -4.2869&quot; stroke=&quot;url(#b)&quot; stroke-linecap=&quot;round&quot; stroke-width=&quot;5.5916&quot;/&gt;
-  &lt;path d=&quot;m9.2164 14.586a6.8942 6.892 43.694 1 1 6.9021 8.3228&quot; stroke=&quot;url(#a)&quot; stroke-width=&quot;5.5916&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path fill=&quot;url(#a)&quot; stroke=&quot;#fff&quot; stroke-width=&quot;3.355&quot; d=&quot;m30.323 16a14.323 14.323 0 1 1 -28.645 0 14.323 14.323 0 1 1 28.645 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;none&quot; stroke=&quot;url(#b)&quot; stroke-width=&quot;5.5916&quot; d=&quot;m19.184 9.876a6.892 6.8942 60 1 1 -9.9259 4.287&quot; stroke-linecap=&quot;round&quot; class=&quot;stroked&quot;/&gt;
+ &lt;path fill=&quot;none&quot; stroke=&quot;url(#c)&quot; stroke-width=&quot;5.5916&quot; d=&quot;m22.585 17.517a6.8942 6.892 43.694 1 1 -6.902 -8.3231&quot; class=&quot;stroked&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkIndeterminateProgressSpinner8svg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner8.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner8.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner8.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,28 +1,26 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 32 32&quot;&gt;
</span><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;c&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;22.665&quot; cx=&quot;304.94&quot; gradientTransform=&quot;matrix(1.5437 0 0 1.5437 -454.72 -16.47)&quot; r=&quot;10.046&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;304.94&quot; cy=&quot;22.665&quot; r=&quot;10.046&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(1.5437 0 0 1.5437 -454.72 -16.47)&quot;&gt;
</ins><span class="cx">    &lt;stop offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop offset=&quot;.33333&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#313131&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;188.52&quot; cx=&quot;-.067823&quot; gradientTransform=&quot;matrix(.19958 .74573 -.70061 .18773 143.94 -12.616)&quot; r=&quot;27.33&quot;&gt;
-   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
-   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.15429&quot; offset=&quot;.31861&quot;/&gt;
-   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.33714&quot; offset=&quot;.54270&quot;/&gt;
-   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
-  &lt;/radialGradient&gt;
-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;189.15&quot; cx=&quot;.053942&quot; gradientTransform=&quot;matrix(-.33324 0.189 -.17767 -.31305 41.83 72.851)&quot; r=&quot;27.33&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;c&quot; cx=&quot;.053942&quot; cy=&quot;189.15&quot; r=&quot;27.33&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.38309 .0029405 -.0026572 .35994 21.859 -46.088)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#bebebe&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;.31861&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.42857&quot; offset=&quot;.75052&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><ins>+  &lt;radialGradient id=&quot;b&quot; cx=&quot;-.067823&quot; cy=&quot;188.52&quot; r=&quot;27.33&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.20002 -.74561 .70061 .18773 -109.31 -23.128)&quot;&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.15429&quot; offset=&quot;.31861&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.33714&quot; offset=&quot;.54270&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
</ins><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;path style=&quot;color:#000000&quot; d=&quot;m30.323 16a14.323 14.323 0 1 1 -28.645 0 14.323 14.323 0 1 1 28.645 0z&quot; display=&quot;block&quot; stroke=&quot;#fff&quot; stroke-width=&quot;3.355&quot; fill=&quot;url(#c)&quot;/&gt;
- &lt;g transform=&quot;matrix(-.86603 -.5 .5 -.86603 21.66 37.918)&quot; fill=&quot;none&quot;&gt;
-  &lt;path d=&quot;m12.617 22.227a6.892 6.8942 60 1 1 9.9262 -4.2869&quot; stroke=&quot;url(#b)&quot; stroke-linecap=&quot;round&quot; stroke-width=&quot;5.5916&quot;/&gt;
-  &lt;path d=&quot;m9.2164 14.586a6.8942 6.892 43.694 1 1 6.9021 8.3228&quot; stroke=&quot;url(#a)&quot; stroke-width=&quot;5.5916&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path fill=&quot;url(#a)&quot; stroke=&quot;#fff&quot; stroke-width=&quot;3.355&quot; d=&quot;m30.323 16a14.323 14.323 0 1 1 -28.645 0 14.323 14.323 0 1 1 28.645 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;none&quot; stroke=&quot;url(#b)&quot; stroke-width=&quot;5.5916&quot; d=&quot;m21.847 12.361a6.8942 6.892 0 1 1 -10.74 -1.251&quot; stroke-linecap=&quot;round&quot; class=&quot;stroked&quot;/&gt;
+ &lt;path fill=&quot;none&quot; stroke=&quot;url(#c)&quot; stroke-width=&quot;5.5916&quot; d=&quot;m20.971 20.678a6.8942 6.892 73.694 1 1 -1.816 -10.659&quot; class=&quot;stroked&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkIndeterminateProgressSpinner9svg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner9.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner9.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner9.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,28 +1,26 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 32 32&quot;&gt;
</span><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;c&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;22.665&quot; cx=&quot;304.94&quot; gradientTransform=&quot;matrix(1.5437 0 0 1.5437 -454.72 -16.47)&quot; r=&quot;10.046&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;304.94&quot; cy=&quot;22.665&quot; r=&quot;10.046&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(1.5437 0 0 1.5437 -454.72 -16.47)&quot;&gt;
</ins><span class="cx">    &lt;stop offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop offset=&quot;.33333&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#313131&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;188.52&quot; cx=&quot;-.067823&quot; gradientTransform=&quot;matrix(.19958 .74573 -.70061 .18773 143.94 -12.616)&quot; r=&quot;27.33&quot;&gt;
-   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
-   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.15429&quot; offset=&quot;.31861&quot;/&gt;
-   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.33714&quot; offset=&quot;.54270&quot;/&gt;
-   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
-  &lt;/radialGradient&gt;
-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;189.15&quot; cx=&quot;.053942&quot; gradientTransform=&quot;matrix(-.33324 0.189 -.17767 -.31305 41.83 72.851)&quot; r=&quot;27.33&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;c&quot; cx=&quot;.053942&quot; cy=&quot;189.15&quot; r=&quot;27.33&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.33030 .19409 -.18227 .31039 52.14 -34.789)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#bebebe&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;.31861&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.42857&quot; offset=&quot;.75052&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><ins>+  &lt;radialGradient id=&quot;b&quot; cx=&quot;-.067823&quot; cy=&quot;188.52&quot; r=&quot;27.33&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.54603 -.54571 .51288 .51288 -72.933 -80.487)&quot;&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.15429&quot; offset=&quot;.31861&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.33714&quot; offset=&quot;.54270&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
</ins><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;path style=&quot;color:#000000&quot; d=&quot;m30.323 16a14.323 14.323 0 1 1 -28.645 0 14.323 14.323 0 1 1 28.645 0z&quot; display=&quot;block&quot; stroke=&quot;#fff&quot; stroke-width=&quot;3.355&quot; fill=&quot;url(#c)&quot;/&gt;
- &lt;g transform=&quot;matrix(-.5 -.86603 .86603 -.5 9.9643 37.863)&quot; fill=&quot;none&quot;&gt;
-  &lt;path d=&quot;m12.617 22.227a6.892 6.8942 60 1 1 9.9262 -4.2869&quot; stroke=&quot;url(#b)&quot; stroke-linecap=&quot;round&quot; stroke-width=&quot;5.5916&quot;/&gt;
-  &lt;path d=&quot;m9.2164 14.586a6.8942 6.892 43.694 1 1 6.9021 8.3228&quot; stroke=&quot;url(#a)&quot; stroke-width=&quot;5.5916&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path fill=&quot;url(#a)&quot; stroke=&quot;#fff&quot; stroke-width=&quot;3.355&quot; d=&quot;m30.323 16a14.323 14.323 0 1 1 -28.645 0 14.323 14.323 0 1 1 28.645 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;none&quot; stroke=&quot;url(#b)&quot; stroke-width=&quot;5.5916&quot; d=&quot;m22.905 15.823a6.8942 6.892 30 1 1 -8.676 -6.4532&quot; stroke-linecap=&quot;round&quot; class=&quot;stroked&quot;/&gt;
+ &lt;path fill=&quot;none&quot; stroke=&quot;url(#c)&quot; stroke-width=&quot;5.5916&quot; d=&quot;m17.988 22.588a6.892 6.8942 13.694 1 1 3.7567 -10.139&quot; class=&quot;stroked&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkIssuessvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Issues.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Issues.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Issues.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,7 +1,5 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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;g transform=&quot;matrix(.80493 0 0 .80493 1.5605 1.5605)&quot;&gt;
-  &lt;path style=&quot;color:#bebebe;enable-background:new&quot; d=&quot;m7.9355 0.54778c-0.5255-0.0286-1.0382 0.28305-1.4375 0.96875l-6.25 11.594c-0.53347 0.96339 0.04822 2.3438 1.0938 2.3438h13.156c0.98172 0 1.9031-1.1594 1.2188-2.3438l-6.3127-11.531c-0.39872-0.64617-0.94325-1.0026-1.4688-1.0312zm0.0625 3.9375c0.54448-0.0172 1.0485 0.48677 1.0312 1.0312v3.9375c0.007 0.52831-0.47163 1-1 1-0.52836 0-1.0075-0.47169-1-1v-3.9375c-0.008-0.4666 0.3541-0.91253 0.8125-1 0.0511-0.0145 0.10345-0.0249 0.15625-0.0312zm0.03125 6.9687c0.55228 0 1 0.44772 1 1s-0.44772 1-1 1-1-0.44772-1-1 0.44772-1 1-1z&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path d=&quot;m7.9481 2.0014c-0.42299-0.023021-0.83571 0.22784-1.1571 0.77978l-5.0308 9.3318c-0.4295 0.776 0.0388 1.887 0.8804 1.887h10.59c0.79022 0 1.5319-0.93323 0.98101-1.8866l-5.0817-9.2815c-0.3209-0.5201-0.7592-0.807-1.1822-0.8301zm0.050308 3.1694c0.43827-0.013845 0.84397 0.39182 0.83009 0.83009v3.1694c0.00563 0.42525-0.37963 0.80493-0.80493 0.80493s-0.81095-0.37968-0.80493-0.80493v-3.1694c-0.0064-0.3755 0.285-0.7345 0.654-0.8049 0.041132-0.011672 0.083271-0.020043 0.12577-0.025114zm0.025154 5.6094c0.44455 0 0.80493 0.36038 0.80493 0.80493s-0.36039 0.80494-0.80493 0.80494c-0.44455 0-0.80493-0.36039-0.80493-0.80494s0.36039-0.80493 0.80493-0.80493z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkIssuesEnabledsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IssuesEnabled.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IssuesEnabled.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IssuesEnabled.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,7 +1,5 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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;g transform=&quot;matrix(.80493 0 0 .80493 1.5605 1.5605)&quot;&gt;
-  &lt;path style=&quot;color:#bebebe;enable-background:new&quot; d=&quot;m7.9355 0.54778c-0.5255-0.0286-1.0382 0.28305-1.4375 0.96875l-6.25 11.594c-0.53347 0.96339 0.04822 2.3438 1.0938 2.3438h13.156c0.98172 0 1.9031-1.1594 1.2188-2.3438l-6.3127-11.531c-0.39872-0.64617-0.94325-1.0026-1.4688-1.0312zm0.0625 3.9375c0.54448-0.0172 1.0485 0.48677 1.0312 1.0312v3.9375c0.007 0.52831-0.47163 1-1 1-0.52836 0-1.0075-0.47169-1-1v-3.9375c-0.008-0.4666 0.3541-0.91253 0.8125-1 0.0511-0.0145 0.10345-0.0249 0.15625-0.0312zm0.03125 6.9687c0.55228 0 1 0.44772 1 1s-0.44772 1-1 1-1-0.44772-1-1 0.44772-1 1-1z&quot; fill=&quot;#f57900&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path fill=&quot;#f57900&quot; d=&quot;m7.9481 2.0014c-0.42299-0.023021-0.83571 0.22784-1.1571 0.77978l-5.0308 9.3318c-0.4295 0.776 0.0388 1.887 0.8804 1.887h10.59c0.79022 0 1.5319-0.93323 0.98101-1.8866l-5.0817-9.2815c-0.3209-0.5201-0.7592-0.807-1.1822-0.8301zm0.050308 3.1694c0.43827-0.013845 0.84397 0.39182 0.83009 0.83009v3.1694c0.00563 0.42525-0.37963 0.80493-0.80493 0.80493s-0.81095-0.37968-0.80493-0.80493v-3.1694c-0.0064-0.3755 0.285-0.7345 0.654-0.8049 0.041132-0.011672 0.083271-0.020043 0.12577-0.025114zm0.025154 5.6094c0.44455 0 0.80493 0.36038 0.80493 0.80493s-0.36039 0.80494-0.80493 0.80494c-0.44455 0-0.80493-0.36039-0.80493-0.80494s0.36039-0.80493 0.80493-0.80493z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkLayerBorderssvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/LayerBorders.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/LayerBorders.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/LayerBorders.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,10 +1,8 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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;g&gt;
-  &lt;path d=&quot;m1 14.5 3-3h11l-3 3z&quot;/&gt;
-  &lt;path d=&quot;m1 9.5 3-3h11l-3 3z&quot;/&gt;
-  &lt;path d=&quot;m1 4.5 3-3h11l-3 3z&quot;/&gt;
-  &lt;path fill=&quot;#bebebe&quot; d=&quot;m4.5569 2.0969-1.8062 1.8062h8.6925l1.8062-1.8062h-8.6925z&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path d=&quot;m1 14.5 3-3h11l-3 3z&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m1 9.5 3-3h11l-3 3z&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m1 4.5 3-3h11l-3 3z&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#bebebe&quot; d=&quot;m4.5569 2.0969-1.8062 1.8062h8.6925l1.8062-1.8062h-8.6925z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkLockedsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Locked.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Locked.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Locked.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,7 +1,5 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 8 10&quot;&gt;
</span><del>- &lt;g transform=&quot;translate(0,-6)&quot;&gt;
-  &lt;path style=&quot;color:#bebebe&quot; d=&quot;m3.3333 6.6667c-1.0965 0-2 0.90353-2 2v2h-0.66667c-0.3693 0-0.66663 0.297-0.66663 0.666v0.35417 3.6458h3.3333 1.3333 3.3334v-3.645-0.355c0-0.369-0.2973-0.666-0.6667-0.666h-0.66667v-2c0-1.0965-0.90353-2-2-2h-1.3333zm0 1.3333h1.3333c0.38087 0 0.66667 0.2858 0.66667 0.66667v2h-2.6667v-2c0-0.38087 0.2858-0.66667 0.66667-0.66667z&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path d=&quot;m3.3333 0.66667c-1.0965 0-2 0.90353-2 2v2h-0.66667c-0.3693 0-0.66663 0.2973-0.66663 0.6666v0.35417 3.6458h3.3333 1.3333 3.3334v-3.6458-0.3542c0-0.3693-0.2973-0.6666-0.6667-0.6666h-0.66667v-2c0-1.0965-0.90353-2-2-2h-1.3333zm0 1.3333h1.3333c0.38087 0 0.66667 0.2858 0.66667 0.66667v2h-2.6667v-2c0-0.38087 0.2858-0.66667 0.66667-0.66667z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkLogssvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Logs.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Logs.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Logs.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,7 +1,5 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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;g transform=&quot;matrix(.75 0 0 .75 2 2)&quot;&gt;
-  &lt;path d=&quot;m0 0v16h0.96875c-0.44927-0.525-0.39088-0.992 0.0312-1.531l2.5446-2.521c-0.3395-0.585-0.5446-1.257-0.5446-1.9792 0-2.2136 1.8008-4.0312 4-4.0312s4 1.8177 4 4.0312c0 2.2136-1.8008 4.0312-4 4.0312-0.8092 0-1.5558-0.23556-2.1875-0.65625l-2.7813 2.656h12c-0.12596-0.12596-0.21875-0.30779-0.21875-0.5 0-0.38442 0.30308-0.6875 0.6875-0.6875s0.71875 0.30308 0.71875 0.6875c0 0.19221-0.0928 0.37404-0.21875 0.5h1v-16h-1c-0.126 0.12596-0.308 0.21875-0.5 0.21875s-0.343-0.0928-0.469-0.21875h-12.062c-0.1262 0.12595-0.2768 0.21875-0.469 0.21875s-0.374-0.0928-0.5-0.21875zm1.5 0.8125c0.3844 0 0.6875 0.3031 0.6875 0.6875s-0.3031 0.7188-0.6875 0.7188-0.71875-0.3344-0.71875-0.7188 0.33435-0.6875 0.71875-0.6875zm13 0c0.38442 0 0.71875 0.30308 0.71875 0.6875s-0.33433 0.71875-0.71875 0.71875-0.6875-0.33433-0.6875-0.71875 0.30308-0.6875 0.6875-0.6875zm-13 2c0.3844 0 0.6875 0.3031 0.6875 0.6875s-0.3031 0.7188-0.6875 0.7188-0.71875-0.3344-0.71875-0.7188 0.33435-0.6875 0.71875-0.6875zm
 13 0c0.38442 0 0.71875 0.30308 0.71875 0.6875s-0.33433 0.71875-0.71875 0.71875-0.6875-0.33433-0.6875-0.71875 0.30308-0.6875 0.6875-0.6875zm-13 2c0.3844 0 0.6875 0.3031 0.6875 0.6875s-0.3031 0.7188-0.6875 0.7188-0.71875-0.3344-0.71875-0.7188 0.33435-0.6875 0.71875-0.6875zm13 0c0.38442 0 0.71875 0.30308 0.71875 0.6875s-0.33433 0.71875-0.71875 0.71875-0.6875-0.33433-0.6875-0.71875 0.30308-0.6875 0.6875-0.6875zm-13 2c0.3844 0 0.6875 0.3031 0.6875 0.6875s-0.3031 0.7188-0.6875 0.7188-0.71875-0.3344-0.71875-0.7188 0.33435-0.6875 0.71875-0.6875zm13 0c0.38442 0 0.71875 0.30308 0.71875 0.6875s-0.33433 0.71875-0.71875 0.71875-0.6875-0.33433-0.6875-0.71875 0.30308-0.6875 0.6875-0.6875zm-7.4598 1.2031c-1.1122 0-1.991 0.89617-1.991 2.0156 0 1.1195 0.87885 2.0156 1.991 2.0156s1.991-0.89616 1.991-2.0156c0-1.1195-0.87884-2.0156-1.991-2.0156zm-5.5402 0.7969c0.38442 0 0.6875 0.30308 0.6875 0.6875s-0.30308 0.71875-0.6875 0.71875c-0.3844 0-0.71875-0.3346-0.71875-0.719s0.33435-0.6875 0.71875-0.68
 75zm13 0c0.38442 0 0.71875 0.30308 0.71875 0.6875s-0.33433 0.71875-0.71875 0.71875-0.6875-0.33433-0.6875-0.71875 0.30308-0.6875 0.6875-0.6875zm-13 2c0.38442 0 0.6875 0.30308 0.6875 0.6875s-0.30308 0.71875-0.6875 0.71875-0.71875-0.33433-0.71875-0.71875 0.33433-0.6875 0.71875-0.6875zm13 0c0.38442 0 0.71875 0.30308 0.71875 0.6875s-0.33433 0.71875-0.71875 0.71875-0.6875-0.33433-0.6875-0.71875 0.30308-0.6875 0.6875-0.6875zm0 2c0.38442 0 0.71875 0.30308 0.71875 0.6875s-0.33433 0.71875-0.71875 0.71875-0.6875-0.33433-0.6875-0.71875 0.30308-0.6875 0.6875-0.6875z&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path d=&quot;m2 2v12h0.72656c-0.33695-0.39381-0.29316-0.74388 0.0234-1.1484l1.9084-1.891c-0.2546-0.439-0.4084-0.943-0.4084-1.4844 0-1.6602 1.3506-3.0234 3-3.0234s3 1.3633 3 3.0234c0 1.6602-1.3506 3.0234-3 3.0234-0.6069 0-1.1669-0.17667-1.6406-0.49219l-2.086 1.992h8.9996c-0.09447-0.09447-0.16406-0.23084-0.16406-0.375 0-0.28832 0.22731-0.51562 0.51562-0.51562 0.28832 0 0.53906 0.22731 0.53906 0.51562 0 0.14416-0.0696 0.28053-0.16406 0.375h0.75v-12h-0.75c-0.09447 0.09447-0.23084 0.16406-0.375 0.16406s-0.25709-0.0696-0.35156-0.16406h-9.0464c-0.0945 0.0945-0.2074 0.1641-0.3516 0.1641s-0.2805-0.0696-0.375-0.1641zm1.125 0.60938c0.28832 0 0.51562 0.22731 0.51562 0.51562 0 0.28832-0.22731 0.53906-0.51562 0.53906-0.28832 0-0.53906-0.25075-0.53906-0.53906 0-0.28832 0.25075-0.51562 0.53906-0.51562zm9.75 0c0.28832 0 0.53906 0.22731 0.53906 0.51562 0 0.28832-0.25075 0.53906-0.53906 0.53906-0.28832 0-0.51562-0.25075-0.51562-0.53906 0-0.28832 0.22731-0.51562 0.51562-0.51562z
 m-9.75 1.5c0.28832 0 0.51562 0.22731 0.51562 0.51562 0 0.28832-0.22731 0.53906-0.51562 0.53906-0.28832 0-0.53906-0.25075-0.53906-0.53906 0-0.28832 0.25075-0.51562 0.53906-0.51562zm9.75 0c0.28832 0 0.53906 0.22731 0.53906 0.51562 0 0.28832-0.25075 0.53906-0.53906 0.53906-0.28832 0-0.51562-0.25075-0.51562-0.53906 0-0.28832 0.22731-0.51562 0.51562-0.51562zm-9.75 1.5c0.28832 0 0.51562 0.22731 0.51562 0.51562 0 0.28832-0.22731 0.53906-0.51562 0.53906-0.28832 0-0.53906-0.25075-0.53906-0.53906 0-0.28832 0.25075-0.51562 0.53906-0.51562zm9.75 0c0.28832 0 0.53906 0.22731 0.53906 0.51562 0 0.28832-0.25075 0.53906-0.53906 0.53906-0.28832 0-0.51562-0.25075-0.51562-0.53906 0-0.28832 0.22731-0.51562 0.51562-0.51562zm-9.75 1.5c0.28832 0 0.51562 0.22731 0.51562 0.51562 0 0.28832-0.22731 0.53906-0.51562 0.53906-0.28832 0-0.53906-0.25075-0.53906-0.53906 0-0.28832 0.25075-0.51562 0.53906-0.51562zm9.75 0c0.28832 0 0.53906 0.22731 0.53906 0.51562 0 0.28832-0.25075 0.53906-0.53906 0.53906-0.28832 
 0-0.51562-0.25075-0.51562-0.53906 0-0.28832 0.22731-0.51562 0.51562-0.51562zm-5.5948 0.90234c-0.83415 0-1.4933 0.67213-1.4933 1.5117 0 0.83959 0.65914 1.5117 1.4933 1.5117 0.83415 0 1.4933-0.67212 1.4933-1.5117 0-0.8396-0.65913-1.5117-1.4933-1.5117zm-4.1552 0.5977c0.28832 0 0.51562 0.22731 0.51562 0.51562 0 0.28832-0.22731 0.53906-0.51562 0.53906-0.28832 0-0.53906-0.25075-0.53906-0.53906 0-0.28832 0.25075-0.51562 0.53906-0.51562zm9.75 0c0.28832 0 0.53906 0.22731 0.53906 0.51562 0 0.28832-0.25075 0.53906-0.53906 0.53906-0.28832 0-0.51562-0.25075-0.51562-0.53906 0-0.28832 0.22731-0.51562 0.51562-0.51562zm-9.75 1.5c0.28832 0 0.51562 0.22731 0.51562 0.51562 0 0.28832-0.22731 0.53906-0.51562 0.53906-0.28832 0-0.53906-0.25075-0.53906-0.53906 0-0.28832 0.25075-0.51562 0.53906-0.51562zm9.75 0c0.28832 0 0.53906 0.22731 0.53906 0.51562 0 0.28832-0.25075 0.53906-0.53906 0.53906-0.28832 0-0.51562-0.25075-0.51562-0.53906 0-0.28832 0.22731-0.51562 0.51562-0.51562zm0 1.5c0.28832 0 0.53906 
 0.22731 0.53906 0.51562 0 0.28832-0.25075 0.53906-0.53906 0.53906-0.28832 0-0.51562-0.25075-0.51562-0.53906 0-0.28832 0.22731-0.51562 0.51562-0.51562z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkNativesvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Native.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Native.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Native.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,27 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#dcdcdc&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#9b9b9b&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#d3d7cf&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#888a85&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#d3d7cf&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#c)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
- &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
- &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
- &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m4.3406 4.8501c-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.0625v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0h1.4062a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-5.0938l3.375 5.25a0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0h1.71
 88a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-8a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-1.4063a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625v5.0938l-3.4062-5.2188a0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 
 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-1.6875c-0.02072-0.00261-0.04178-0.00261-0.0625 0z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
- &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m4.3923 3.8198c-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.0625v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0h1.4062a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-5.0938l3.375 5.25a0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0h1.71
 88a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-8a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-1.4062a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625v5.0938l-3.4062-5.2188a0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 
 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-1.6875c-0.02072-0.00261-0.04178-0.00261-0.0625 0z&quot; display=&quot;block&quot; fill=&quot;url(#d)&quot;/&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m4.3406 4.8501c-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.0625v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0h1.4062a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-5.0938l3.375 5.25a0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0h1.7188a0.25002 0.25002 0 0 0 0.0625 
 0 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-8a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-1.4063a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625v5.0938l-3.4062-5.2188a0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002
  0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-1.6875c-0.02072-0.00261-0.04178-0.00261-0.0625 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m4.3923 3.8198c-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.0625v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0h1.4062a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-5.0938l3.375 5.25a0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0h1.7188a0.25002 0.25002 0 0 0 0.06
 25 0 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-8a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-1.4062a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625v5.0938l-3.4062-5.2188a0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25
 002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-1.6875c-0.02072-0.00261-0.04178-0.00261-0.0625 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemCurleyBracessvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemCurleyBraces.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemCurleyBraces.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemCurleyBraces.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,8 +1,6 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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;g&gt;
-  &lt;path d=&quot;m3.4301 5.4599c-0.1536 1.1724-0.7677 1.6887-1.4236 1.8004l-0.23726 0.027913v1.4236l0.23726 0.027913c0.23726 0.04187 0.46057 0.13957 0.65596 0.27913 0.86531 0.62805 0.75366 1.7585 0.85135 2.7076 0.26518 2.6099 2.1074 3.0565 2.7495 3.0984l0.23726 0.02791 0.33496-1.4236-0.30705-0.04187c-0.4606-0.056-0.8514-0.349-1.0747-0.684-0.7537-1.158 0.0558-3.3911-1.4934-4.703 1.5352-1.3119 0.7257-3.531 1.4934-4.7034 0.2233-0.3349 0.6141-0.642 1.0746-0.6978l0.3071-0.0419-0.335-1.4096-0.2373 0.014c-0.7397 0.0558-2.4982 0.5443-2.7494 3.196-0.0279 0.3769-0.0419 0.7537-0.0837 1.1026&quot;/&gt;
-  &lt;path d=&quot;m12.486 4.3573c-0.251-2.6378-1.996-3.1402-2.7492-3.196l-0.2373-0.014-0.321 1.4096 0.307 0.0419c0.46057 0.055826 0.8374 0.36287 1.0607 0.69783 0.76761 1.1724-0.04187 3.3915 1.4934 4.7034-1.5492 1.3119-0.7397 3.545-1.4934 4.7034-0.2233 0.33496-0.60013 0.62805-1.0607 0.68387l-0.30705 0.04187 0.321 1.4236 0.23726-0.02791c0.642-0.04187 2.4843-0.48848 2.7495-3.0984 0.0977-0.94905-0.01396-2.0795 0.85135-2.7076 0.19539-0.13957 0.43266-0.23726 0.66992-0.27913l0.2233-0.027913v-1.4236l-0.2233-0.027913c-0.655-0.1129-1.27-0.6292-1.423-1.8016-0.042-0.3489-0.07-0.7257-0.098-1.1026&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path d=&quot;m3.4301 5.4599c-0.1536 1.1724-0.7677 1.6887-1.4236 1.8004l-0.23726 0.027913v1.4236l0.23726 0.027913c0.23726 0.04187 0.46057 0.13957 0.65596 0.27913 0.86531 0.62805 0.75366 1.7585 0.85135 2.7076 0.26518 2.6099 2.1074 3.0565 2.7495 3.0984l0.23726 0.02791 0.33496-1.4236-0.30705-0.04187c-0.4606-0.056-0.8514-0.349-1.0747-0.684-0.7537-1.158 0.0558-3.3911-1.4934-4.703 1.5352-1.3119 0.7257-3.531 1.4934-4.7034 0.2233-0.3349 0.6141-0.642 1.0746-0.6978l0.3071-0.0419-0.335-1.4096-0.2373 0.014c-0.7397 0.0558-2.4982 0.5443-2.7494 3.196-0.0279 0.3769-0.0419 0.7537-0.0837 1.1026&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m12.486 4.3573c-0.251-2.6378-1.996-3.1402-2.7492-3.196l-0.2373-0.014-0.321 1.4096 0.307 0.0419c0.46057 0.055826 0.8374 0.36287 1.0607 0.69783 0.76761 1.1724-0.04187 3.3915 1.4934 4.7034-1.5492 1.3119-0.7397 3.545-1.4934 4.7034-0.2233 0.33496-0.60013 0.62805-1.0607 0.68387l-0.30705 0.04187 0.321 1.4236 0.23726-0.02791c0.642-0.04187 2.4843-0.48848 2.7495-3.0984 0.0977-0.94905-0.01396-2.0795 0.85135-2.7076 0.19539-0.13957 0.43266-0.23726 0.66992-0.27913l0.2233-0.027913v-1.4236l-0.2233-0.027913c-0.655-0.1129-1.27-0.6292-1.423-1.8016-0.042-0.3489-0.07-0.7257-0.098-1.1026&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemTrashsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemTrash.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemTrash.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemTrash.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,5 +1,5 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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;m3.5 5v9h9v-9h2v9c0 2-2 2-2 2h-9c-2 0-2-2-2-2v-9zm4 1h1v6h-1zm2 0h1v6h-1zm-4 0h0.99999v6h-0.99999zm-1-6c-2 0-2 2-2 2h-2v2h15v-2h-2c0-2-2-2-2-2h-7zm0 1h7v1h-7v-1z&quot;/&gt;
</del><ins>+ &lt;path d=&quot;m3.5 5v9h9v-9h2v9c0 2-2 2-2 2h-9c-2 0-2-2-2-2v-9zm4 1h1v6h-1zm2 0h1v6h-1zm-4 0h0.99999v6h-0.99999zm-1-6c-2 0-2 2-2 2h-2v2h15v-2h-2c0-2-2-2-2-2h-7zm0 1h7v1h-7v-1z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemTypessvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemTypes.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemTypes.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemTypes.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,8 +1,6 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 13 14&quot;&gt;
</span><del>- &lt;g transform=&quot;translate(0,-2)&quot;&gt;
-  &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;1.2112&quot; ry=&quot;1.2111&quot; height=&quot;12&quot; width=&quot;12&quot; stroke=&quot;#000&quot; stroke-miterlimit=&quot;10&quot; y=&quot;3.0001&quot; x=&quot;.49998&quot; stroke-width=&quot;.99996&quot; fill=&quot;none&quot;/&gt;
-  &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m3.0938 4.75c-0.02216 0.00743-0.04326 0.017981-0.0625 0.03125-0.03888 0.02211-0.07164 0.054868-0.09375 0.09375-0.01327 0.019236-0.02385 0.040343-0.03125 0.0625-0.0026 0.020724-0.0026 0.041776 0 0.0625v1.2813a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.09375 0.125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.03125 0h2.375v6.4687a0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.0625 0.09375 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125h1.4062a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.09375 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625v-6.4687h2.4063a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0
 .03125 -0.0625v-1.2813a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.032 -0.0625 0.25002 0.25002 0 0 0 -0.0933 -0.0938 0.25002 0.25002 0 0 0 -0.0625 -0.0312 0.25002 0.25002 0 0 0 -0.0625 0h-6.6875c-0.02072-0.00261-0.04178-0.00261-0.0625 0z&quot; display=&quot;block&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;rect width=&quot;12&quot; height=&quot;12&quot; x=&quot;.49998&quot; y=&quot;1.0001&quot; fill=&quot;none&quot; stroke=&quot;#000&quot; stroke-width=&quot;.99996&quot; stroke-miterlimit=&quot;10&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;1.2112&quot; ry=&quot;1.2111&quot; class=&quot;stroked&quot;/&gt;
+ &lt;path d=&quot;m3.0938 2.75c-0.02216 0.00743-0.04326 0.017981-0.0625 0.03125-0.03888 0.02211-0.07164 0.054868-0.09375 0.09375-0.01327 0.019236-0.02385 0.040343-0.03125 0.0625-0.0026 0.020724-0.0026 0.041776 0 0.0625v1.2813a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.09375 0.125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.03125 0h2.375v6.4687a0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.0625 0.09375 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125h1.4062a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.09375 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625v-6.4687h2.4063a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.0625v-1.2813a0.25002 0.25002 0 0 0 0 -0.0625 
 0.25002 0.25002 0 0 0 -0.032 -0.0625 0.25002 0.25002 0 0 0 -0.0933 -0.0938 0.25002 0.25002 0 0 0 -0.0625 -0.0312 0.25002 0.25002 0 0 0 -0.0625 0h-6.6875c-0.02072-0.00261-0.04178-0.00261-0.0625 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkPaintFlashingsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/PaintFlashing.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/PaintFlashing.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/PaintFlashing.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,5 +1,5 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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;m13.93 1.5c-0.12717 0.00228-0.29604 0.085471-0.47681 0.26489-3.3896 3.3642-3.9819 3.3962-7.1521 7.7614 0.85067 0.03196 1.5809 0.58374 1.9602 1.3774 3.7537-4.0456 4.1767-6.2083 5.8017-8.8212 0.163-0.3527 0.079-0.5866-0.133-0.5828zm-7.9464 8.768c-0.29267 0.0069-0.62917 0.08868-0.95362 0.29138-1.1199 0.7-0.8722 3.206-3.1787 3.206 0.2183 0.845 3.5316 1.044 4.9005 0.159 0.7136-0.462 1.2401-1.315 0.9536-2.358-0.1703-0.62-0.8438-1.319-1.7218-1.298z&quot;/&gt;
</del><ins>+ &lt;path d=&quot;m13.93 1.5c-0.12717 0.00228-0.29604 0.085471-0.47681 0.26489-3.3896 3.3642-3.9819 3.3962-7.1521 7.7614 0.85067 0.03196 1.5809 0.58374 1.9602 1.3774 3.7537-4.0456 4.1767-6.2083 5.8017-8.8212 0.163-0.3527 0.079-0.5866-0.133-0.5828zm-7.9464 8.768c-0.29267 0.0069-0.62917 0.08868-0.95362 0.29138-1.1199 0.7-0.8722 3.206-3.1787 3.206 0.2183 0.845 3.5316 1.044 4.9005 0.159 0.7136-0.462 1.2401-1.315 0.9536-2.358-0.1703-0.62-0.8438-1.319-1.7218-1.298z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkPausesvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Pause.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Pause.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Pause.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,8 +1,6 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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;g&gt;
-  &lt;path style=&quot;color:#bebebe;text-transform:none;text-indent:0pt&quot; d=&quot;m4 4v8h3v-8h-3z&quot;/&gt;
-  &lt;path style=&quot;color:#bebebe;text-transform:none;text-indent:0pt&quot; d=&quot;m9 4v8h3v-8h-3z&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path d=&quot;m4 4v8h3v-8h-3z&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m9 4v8h3v-8h-3z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkPausedBreakpointsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/PausedBreakpoint.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/PausedBreakpoint.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/PausedBreakpoint.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,27 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fabebe&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#a40000&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#f9adad&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#a40000&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#f9adad&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#c)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
- &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
- &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
- &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m4.9353 4.8501c-0.03291 0.00406-0.06499 0.014754-0.09375 0.03125-0.02216 0.00743-0.04326 0.017981-0.0625 0.03125-0.01131 0.00947-0.02175 0.019939-0.03125 0.03125-0.02758 0.025975-0.04913 0.058305-0.0625 0.09375-0.0026 0.020724-0.0026 0.041776 0 0.0625v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125h1.4375a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-2.875c0.11491 0.0052 0.21821 0.03125 0.34375 0.03125 0.87733 0 1.8771-0.05577 2.6875-0.4375s1.4375-1.1251 1.4375-2.3438c0-1.1859-0.65393-1.9068-1.4062-2.25-0.75232-0.34325-1.593
 3-0.375-2.125-0.375h-2.625zm1.6875 1.8125h0.78125c0.50267 0 0.97982 0.028766 1.2812 0.15625 0.30143 0.12748 0.4375 0.27798 0.4375 0.6875 0 0.23499-0.037039 0.38143-0.125 0.5s-0.22339 0.21106-0.40625 0.28125c-0.36571 0.14038-0.93321 0.1875-1.5312 0.1875-0.14412 0-0.29053-0.021575-0.4375-0.03125v-1.7812z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
- &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m5.0479 3.75c-0.03291 0.00406-0.06499 0.014754-0.09375 0.03125-0.02216 0.00743-0.04326 0.017981-0.0625 0.03125-0.01131 0.00947-0.02175 0.019939-0.03125 0.03125-0.02758 0.025975-0.04913 0.058305-0.0625 0.09375-0.0026 0.020724-0.0026 0.041776 0 0.0625v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125h1.4375a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-2.875c0.11491 0.00518 0.21821 0.03125 0.34375 0.03125 0.87733 0 1.8771-0.055769 2.6875-0.4375 0.8104-0.3818 1.4374-1.1251 1.4374-2.3438 0-1.1859-0.65393-1.9068-1.4062-2.25-0.7523-
 0.3432-1.5932-0.375-2.1249-0.375h-2.625zm1.6875 1.8125h0.78125c0.50267 0 0.97982 0.028766 1.2812 0.15625 0.30143 0.12748 0.4375 0.27798 0.4375 0.6875 0 0.23499-0.037039 0.38143-0.125 0.5s-0.22339 0.21106-0.40625 0.28125c-0.36571 0.14038-0.93321 0.1875-1.5312 0.1875-0.14412 0-0.29053-0.021575-0.4375-0.03125v-1.7812z&quot; display=&quot;block&quot; fill=&quot;url(#d)&quot;/&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m4.9353 4.8501c-0.03291 0.00406-0.06499 0.014754-0.09375 0.03125-0.02216 0.00743-0.04326 0.017981-0.0625 0.03125-0.01131 0.00947-0.02175 0.019939-0.03125 0.03125-0.02758 0.025975-0.04913 0.058305-0.0625 0.09375-0.0026 0.020724-0.0026 0.041776 0 0.0625v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125h1.4375a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-2.875c0.11491 0.0052 0.21821 0.03125 0.34375 0.03125 0.87733 0 1.8771-0.05577 2.6875-0.4375s1.4375-1.1251 1.4375-2.3438c0-1.1859-0.65393-1.9068-1.4062-2.25-0.75232-0.34325-1.5933-0.375-2.125-0.375h-2.625zm1.68
 75 1.8125h0.78125c0.50267 0 0.97982 0.028766 1.2812 0.15625 0.30143 0.12748 0.4375 0.27798 0.4375 0.6875 0 0.23499-0.037039 0.38143-0.125 0.5s-0.22339 0.21106-0.40625 0.28125c-0.36571 0.14038-0.93321 0.1875-1.5312 0.1875-0.14412 0-0.29053-0.021575-0.4375-0.03125v-1.7812z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m5.0479 3.75c-0.03291 0.00406-0.06499 0.014754-0.09375 0.03125-0.02216 0.00743-0.04326 0.017981-0.0625 0.03125-0.01131 0.00947-0.02175 0.019939-0.03125 0.03125-0.02758 0.025975-0.04913 0.058305-0.0625 0.09375-0.0026 0.020724-0.0026 0.041776 0 0.0625v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125h1.4375a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-2.875c0.11491 0.00518 0.21821 0.03125 0.34375 0.03125 0.87733 0 1.8771-0.055769 2.6875-0.4375 0.8104-0.3818 1.4374-1.1251 1.4374-2.3438 0-1.1859-0.65393-1.9068-1.4062-2.25-0.7523-0.3432-1.5932-0.375-2.1249-0.
 375h-2.625zm1.6875 1.8125h0.78125c0.50267 0 0.97982 0.028766 1.2812 0.15625 0.30143 0.12748 0.4375 0.27798 0.4375 0.6875 0 0.23499-0.037039 0.38143-0.125 0.5s-0.22339 0.21106-0.40625 0.28125c-0.36571 0.14038-0.93321 0.1875-1.5312 0.1875-0.14412 0-0.29053-0.021575-0.4375-0.03125v-1.7812z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkPencilsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Pencil.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Pencil.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Pencil.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">    &lt;stop offset=&quot;0&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;rect rx=&quot;0&quot; ry=&quot;0&quot; height=&quot;15.951&quot; width=&quot;16&quot; y=&quot;.049291&quot; x=&quot;0&quot; fill=&quot;none&quot;/&gt;
- &lt;path d=&quot;m12.656 0.52387-1.875 1.9938c1.3287 0.02582 2.6651 1.2078 2.7188 2.43l2-1.9938c-0.055-1.2615-1.474-2.4808-2.844-2.43z&quot; fill-rule=&quot;evenodd&quot; fill=&quot;url(#a)&quot;/&gt;
- &lt;path d=&quot;m2.1304 11.526 7.5202-8.0098c1.3694-0.0508 2.7944 1.1598 2.8494 2.4213l-7.49 7.7695-4.51 1.771z&quot; fill-rule=&quot;evenodd&quot; fill=&quot;url(#a)&quot;/&gt;
</del><ins>+ &lt;rect width=&quot;16&quot; height=&quot;15.951&quot; y=&quot;.049291&quot; fill=&quot;none&quot; rx=&quot;0&quot; ry=&quot;0&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; d=&quot;m12.656 0.52387-1.875 1.9938c1.3287 0.02582 2.6651 1.2078 2.7188 2.43l2-1.9938c-0.055-1.2615-1.474-2.4808-2.844-2.43z&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; d=&quot;m2.1304 11.526 7.5202-8.0098c1.3694-0.0508 2.7944 1.1598 2.8494 2.4213l-7.49 7.7695-4.51 1.771z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkPlussvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Plus.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Plus.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Plus.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,7 +1,5 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 13 13&quot;&gt;
</span><del>- &lt;g transform=&quot;translate(0,-3)&quot;&gt;
-  &lt;text style=&quot;word-spacing:0px;letter-spacing:0px&quot; font-weight=&quot;bold&quot; xml:space=&quot;preserve&quot; transform=&quot;scale(.99917 1.0008)&quot; line-height=&quot;125%&quot; font-size=&quot;18.288px&quot; y=&quot;15.371576&quot; x=&quot;0.45220301&quot; font-family=&quot;Cantarell&quot; fill=&quot;#000000&quot;&gt;&lt;tspan y=&quot;15.371576&quot; x=&quot;0.45220301&quot;&gt;+&lt;/tspan&gt;&lt;/text&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path d=&quot;m5.4767 1v4.5208h-4.4767v1.9584h4.4767v4.5208h2.0465v-4.5208h4.4767v-1.9584h-4.4767v-4.5208h-2.0465&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkPseudoElementsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/PseudoElement.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/PseudoElement.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/PseudoElement.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,27 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fabebe&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#a40000&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#f9adad&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#a40000&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#f9adad&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#c)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
- &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
- &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
- &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m4.9353 4.8501c-0.03291 0.00406-0.06499 0.014754-0.09375 0.03125-0.02216 0.00743-0.04326 0.017981-0.0625 0.03125-0.01131 0.00947-0.02175 0.019939-0.03125 0.03125-0.02758 0.025975-0.04913 0.058305-0.0625 0.09375-0.0026 0.020724-0.0026 0.041776 0 0.0625v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125h1.4375a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-2.875c0.11491 0.0052 0.21821 0.03125 0.34375 0.03125 0.87733 0 1.8771-0.05577 2.6875-0.4375s1.4375-1.1251 1.4375-2.3438c0-1.1859-0.65393-1.9068-1.4062-2.25-0.75232-0.34325-1.593
 3-0.375-2.125-0.375h-2.625zm1.6875 1.8125h0.78125c0.50267 0 0.97982 0.028766 1.2812 0.15625 0.30143 0.12748 0.4375 0.27798 0.4375 0.6875 0 0.23499-0.037039 0.38143-0.125 0.5s-0.22339 0.21106-0.40625 0.28125c-0.36571 0.14038-0.93321 0.1875-1.5312 0.1875-0.14412 0-0.29053-0.021575-0.4375-0.03125v-1.7812z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
- &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m5.0479 3.75c-0.03291 0.00406-0.06499 0.014754-0.09375 0.03125-0.02216 0.00743-0.04326 0.017981-0.0625 0.03125-0.01131 0.00947-0.02175 0.019939-0.03125 0.03125-0.02758 0.025975-0.04913 0.058305-0.0625 0.09375-0.0026 0.020724-0.0026 0.041776 0 0.0625v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125h1.4375a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-2.875c0.11491 0.00518 0.21821 0.03125 0.34375 0.03125 0.87733 0 1.8771-0.055769 2.6875-0.4375 0.8104-0.3818 1.4374-1.1251 1.4374-2.3438 0-1.1859-0.65393-1.9068-1.4062-2.25-0.7523-
 0.3432-1.5932-0.375-2.1249-0.375h-2.625zm1.6875 1.8125h0.78125c0.50267 0 0.97982 0.028766 1.2812 0.15625 0.30143 0.12748 0.4375 0.27798 0.4375 0.6875 0 0.23499-0.037039 0.38143-0.125 0.5s-0.22339 0.21106-0.40625 0.28125c-0.36571 0.14038-0.93321 0.1875-1.5312 0.1875-0.14412 0-0.29053-0.021575-0.4375-0.03125v-1.7812z&quot; display=&quot;block&quot; fill=&quot;url(#d)&quot;/&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m4.9353 4.8501c-0.03291 0.00406-0.06499 0.014754-0.09375 0.03125-0.02216 0.00743-0.04326 0.017981-0.0625 0.03125-0.01131 0.00947-0.02175 0.019939-0.03125 0.03125-0.02758 0.025975-0.04913 0.058305-0.0625 0.09375-0.0026 0.020724-0.0026 0.041776 0 0.0625v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125h1.4375a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-2.875c0.11491 0.0052 0.21821 0.03125 0.34375 0.03125 0.87733 0 1.8771-0.05577 2.6875-0.4375s1.4375-1.1251 1.4375-2.3438c0-1.1859-0.65393-1.9068-1.4062-2.25-0.75232-0.34325-1.5933-0.375-2.125-0.375h-2.625zm1.68
 75 1.8125h0.78125c0.50267 0 0.97982 0.028766 1.2812 0.15625 0.30143 0.12748 0.4375 0.27798 0.4375 0.6875 0 0.23499-0.037039 0.38143-0.125 0.5s-0.22339 0.21106-0.40625 0.28125c-0.36571 0.14038-0.93321 0.1875-1.5312 0.1875-0.14412 0-0.29053-0.021575-0.4375-0.03125v-1.7812z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m5.0479 3.75c-0.03291 0.00406-0.06499 0.014754-0.09375 0.03125-0.02216 0.00743-0.04326 0.017981-0.0625 0.03125-0.01131 0.00947-0.02175 0.019939-0.03125 0.03125-0.02758 0.025975-0.04913 0.058305-0.0625 0.09375-0.0026 0.020724-0.0026 0.041776 0 0.0625v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125h1.4375a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-2.875c0.11491 0.00518 0.21821 0.03125 0.34375 0.03125 0.87733 0 1.8771-0.055769 2.6875-0.4375 0.8104-0.3818 1.4374-1.1251 1.4374-2.3438 0-1.1859-0.65393-1.9068-1.4062-2.25-0.7523-0.3432-1.5932-0.375-2.1249-0.
 375h-2.625zm1.6875 1.8125h0.78125c0.50267 0 0.97982 0.028766 1.2812 0.15625 0.30143 0.12748 0.4375 0.27798 0.4375 0.6875 0 0.23499-0.037039 0.38143-0.125 0.5s-0.22339 0.21106-0.40625 0.28125c-0.36571 0.14038-0.93321 0.1875-1.5312 0.1875-0.14412 0-0.29053-0.021575-0.4375-0.03125v-1.7812z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkRecordsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Record.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Record.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Record.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,7 +1,5 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 13 13&quot;&gt;
</span><del>- &lt;g transform=&quot;translate(0,-3)&quot;&gt;
-  &lt;path style=&quot;color:#bebebe;text-transform:none;text-indent:0pt&quot; d=&quot;m6.5 4.5175c-2.7496 0-4.9825 2.2329-4.9825 4.9825s2.2329 4.9825 4.9825 4.9825 4.9825-2.2329 4.9825-4.9825-2.2329-4.9825-4.9825-4.9825z&quot; fill=&quot;#ef2929&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path fill=&quot;#ef2929&quot; d=&quot;m6.5 1.5175c-2.7496 0-4.9825 2.2329-4.9825 4.9825s2.2329 4.9825 4.9825 4.9825 4.9825-2.2329 4.9825-4.9825-2.2329-4.9825-4.9825-4.9825z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkReflectionsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Reflection.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Reflection.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Reflection.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,29 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
+   &lt;stop stop-color=&quot;#204a87&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#bdd2e9&quot; offset=&quot;1&quot;/&gt;
+  &lt;/linearGradient&gt;
+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#cbdbed&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#204a87&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#bdd2e9&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
-   &lt;stop stop-color=&quot;#204a87&quot; offset=&quot;0&quot;/&gt;
-   &lt;stop stop-color=&quot;#bdd2e9&quot; offset=&quot;1&quot;/&gt;
-  &lt;/linearGradient&gt;
</del><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;g&gt;
-  &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#c)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
-  &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
-  &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
-  &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m4.7937 4.8501c-0.03291 0.00406-0.06499 0.014754-0.09375 0.03125-0.02216 0.00743-0.04326 0.017981-0.0625 0.03125-0.02758 0.025975-0.04913 0.058305-0.0625 0.09375-0.000652 0.010403-0.000652 0.020847 0 0.03125-0.0026 0.020724-0.0026 0.041776 0 0.0625v8a0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.03125 0h1.4062a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.03125v-2.875c0.12483 0.0059 0.2381 0.03125 0.375 0.03125 0.14931 0 0
 .32427 0.0053 0.5 0l1.75 2.9688a0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 0h1.625a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.09375l-1.9066-3.1249c0.40877-0.16309 0.82622-0.3517 1.125-0.6875 0.36559-0.41089 0.59375-0.96258 0.59375-1.6875 0-1.1859-0.65393-1.9068-1.4063-2.25-0.75232-0.34325-1.6246-0.375-2.1562-0.375h-2.5938c-0.0104-0.0006514-0.02085-0.0006514-0.03125 0zm1.6875 1.8125h0.8125c0.50267 0 0.97982 0.028766 1.2812 0.15625 0.30143 0.12748 0.4375 0.27798 0.4375 0.6875 0 0.23499-0.03704 0.38143-0.125 0.5s-0.22339 0.21106-0.40625 0.28125c-0.36572 0.14038-0.93321 0.1875-1.5312 0.1875-0.15438 0-0.31008-0.02084
 1-0.46875-0.03125v-1.7813z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
-  &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m4.8455 3.8198c-0.03291 0.00406-0.06499 0.014754-0.09375 0.03125-0.02216 0.00743-0.04326 0.017981-0.0625 0.03125-0.02758 0.025975-0.04913 0.058305-0.0625 0.09375-0.000652 0.010403-0.000652 0.020847 0 0.03125-0.0026 0.020724-0.0026 0.041776 0 0.0625v8a0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.03125 0h1.4062a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.03125v-2.875c0.12483 0.00594 0.2381 0.03125 0.375 0.03125 0.14931 0 
 0.32427 0.00525 0.5 0l1.75 2.9688a0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 0h1.625a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.09375l-1.9068-3.1252c0.40877-0.16309 0.82622-0.3517 1.125-0.6875 0.36559-0.41089 0.59375-0.96258 0.59375-1.6875 0-1.1859-0.65393-1.9068-1.4063-2.25-0.75232-0.34325-1.6246-0.375-2.1562-0.375h-2.5938c-0.0104-0.0006514-0.02085-0.0006514-0.03125 0zm1.6875 1.8125h0.8125c0.50267 0 0.97982 0.028766 1.2812 0.15625 0.30143 0.12748 0.4375 0.27798 0.4375 0.6875 0 0.23499-0.03704 0.38143-0.125 0.5s-0.22339 0.21106-0.40625 0.28125c-0.36572 0.14038-0.93321 0.1875-1.5312 0.1875-0.15438 0-0.31008-0.020
 841-0.46875-0.03125v-1.7813z&quot; display=&quot;block&quot; fill=&quot;url(#d)&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m4.7937 4.8501c-0.03291 0.00406-0.06499 0.014754-0.09375 0.03125-0.02216 0.00743-0.04326 0.017981-0.0625 0.03125-0.02758 0.025975-0.04913 0.058305-0.0625 0.09375-0.000652 0.010403-0.000652 0.020847 0 0.03125-0.0026 0.020724-0.0026 0.041776 0 0.0625v8a0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.03125 0h1.4062a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.03125v-2.875c0.12483 0.0059 0.2381 0.03125 0.375 0.03125 0.14931 0 0.32427 0.0053 0.5 0l1.75 2.9688a0
 .25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 0h1.625a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.09375l-1.9066-3.1249c0.40877-0.16309 0.82622-0.3517 1.125-0.6875 0.36559-0.41089 0.59375-0.96258 0.59375-1.6875 0-1.1859-0.65393-1.9068-1.4063-2.25-0.75232-0.34325-1.6246-0.375-2.1562-0.375h-2.5938c-0.0104-0.0006514-0.02085-0.0006514-0.03125 0zm1.6875 1.8125h0.8125c0.50267 0 0.97982 0.028766 1.2812 0.15625 0.30143 0.12748 0.4375 0.27798 0.4375 0.6875 0 0.23499-0.03704 0.38143-0.125 0.5s-0.22339 0.21106-0.40625 0.28125c-0.36572 0.14038-0.93321 0.1875-1.5312 0.1875-0.15438 0-0.31008-0.020841-0.46875-0.03125v-1.7813z&quot; 
 display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m4.8455 3.8198c-0.03291 0.00406-0.06499 0.014754-0.09375 0.03125-0.02216 0.00743-0.04326 0.017981-0.0625 0.03125-0.02758 0.025975-0.04913 0.058305-0.0625 0.09375-0.000652 0.010403-0.000652 0.020847 0 0.03125-0.0026 0.020724-0.0026 0.041776 0 0.0625v8a0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.03125 0h1.4062a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.03125v-2.875c0.12483 0.00594 0.2381 0.03125 0.375 0.03125 0.14931 0 0.32427 0.00525 0.5 0l1.75 2.9
 688a0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 0h1.625a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.09375l-1.9068-3.1252c0.40877-0.16309 0.82622-0.3517 1.125-0.6875 0.36559-0.41089 0.59375-0.96258 0.59375-1.6875 0-1.1859-0.65393-1.9068-1.4063-2.25-0.75232-0.34325-1.6246-0.375-2.1562-0.375h-2.5938c-0.0104-0.0006514-0.02085-0.0006514-0.03125 0zm1.6875 1.8125h0.8125c0.50267 0 0.97982 0.028766 1.2812 0.15625 0.30143 0.12748 0.4375 0.27798 0.4375 0.6875 0 0.23499-0.03704 0.38143-0.125 0.5s-0.22339 0.21106-0.40625 0.28125c-0.36572 0.14038-0.93321 0.1875-1.5312 0.1875-0.15438 0-0.31008-0.020841-0.46875-0.03125v-1.7813z&q
 uot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkReloadFullsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ReloadFull.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ReloadFull.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ReloadFull.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,48 +1,5 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 13 13&quot;&gt;
</span><del>- &lt;g display=&quot;none&quot; transform=&quot;translate(0,-3)&quot;&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;enable-background:new;text-transform:none&quot; d=&quot;m2 2.9882c-1.0524 0-2 0.84508-2 1.9375v9.1363c0 1.093 0.94763 1.938 2 1.938h11c1.0524 0 2-0.84508 2-1.9375v-9.1368c0-1.0924-0.94763-1.9375-2-1.9375zm0 3.0118h3.0312v2h-3.0312zm4.0312 0h2.9688v2h-2.9688zm3.9688 0h3v2h-3zm-8 3h3.0312v2h-3.0312zm4.0312 0h2.9688v2h-2.9688zm3.9688 0h3v2h-3zm-8 3h3.0312v2h-3.0312zm4.0312 0h2.9688v2h-2.9688zm3.9688 0h3v2h-3z&quot; display=&quot;inline&quot;/&gt;
-  &lt;g transform=&quot;translate(21.103 -1.464)&quot;&gt;
-   &lt;g transform=&quot;translate(.65192 4.7199)&quot;&gt;
-    &lt;rect height=&quot;1&quot; width=&quot;1&quot; y=&quot;1.4201&quot; x=&quot;-3.897&quot;/&gt;
-    &lt;rect height=&quot;1&quot; width=&quot;1&quot; y=&quot;.42012&quot; x=&quot;-2.897&quot;/&gt;
-    &lt;rect height=&quot;1&quot; width=&quot;1&quot; y=&quot;1.4201&quot; x=&quot;-1.897&quot;/&gt;
-   &lt;/g&gt;
-   &lt;g transform=&quot;translate(.65192 6.7199)&quot;&gt;
-    &lt;rect height=&quot;1&quot; width=&quot;1&quot; y=&quot;1.4201&quot; x=&quot;-3.897&quot;/&gt;
-    &lt;rect height=&quot;1&quot; width=&quot;1&quot; y=&quot;.42012&quot; x=&quot;-2.897&quot;/&gt;
-    &lt;rect height=&quot;1&quot; width=&quot;1&quot; y=&quot;1.4201&quot; x=&quot;-1.897&quot;/&gt;
-   &lt;/g&gt;
-   &lt;g transform=&quot;translate(0 4)&quot;&gt;
-    &lt;g transform=&quot;translate(.65192 4.7199)&quot;&gt;
-     &lt;rect height=&quot;1&quot; width=&quot;1&quot; y=&quot;1.4201&quot; x=&quot;-3.897&quot;/&gt;
-     &lt;rect height=&quot;1&quot; width=&quot;1&quot; y=&quot;.42012&quot; x=&quot;-2.897&quot;/&gt;
-     &lt;rect height=&quot;1&quot; width=&quot;1&quot; y=&quot;1.4201&quot; x=&quot;-1.897&quot;/&gt;
-    &lt;/g&gt;
-    &lt;g transform=&quot;translate(.65192 6.7199)&quot;&gt;
-     &lt;rect height=&quot;1&quot; width=&quot;1&quot; y=&quot;1.4201&quot; x=&quot;-3.897&quot;/&gt;
-     &lt;rect height=&quot;1&quot; width=&quot;1&quot; y=&quot;.42012&quot; x=&quot;-2.897&quot;/&gt;
-     &lt;rect height=&quot;1&quot; width=&quot;1&quot; y=&quot;1.4201&quot; x=&quot;-1.897&quot;/&gt;
-    &lt;/g&gt;
-   &lt;/g&gt;
-   &lt;g transform=&quot;translate(0 8)&quot;&gt;
-    &lt;g transform=&quot;translate(.65192 4.7199)&quot;&gt;
-     &lt;rect height=&quot;1&quot; width=&quot;1&quot; y=&quot;1.4201&quot; x=&quot;-3.897&quot;/&gt;
-     &lt;rect height=&quot;1&quot; width=&quot;1&quot; y=&quot;.42012&quot; x=&quot;-2.897&quot;/&gt;
-     &lt;rect height=&quot;1&quot; width=&quot;1&quot; y=&quot;1.4201&quot; x=&quot;-1.897&quot;/&gt;
-    &lt;/g&gt;
-    &lt;g transform=&quot;translate(.65192 6.7199)&quot;&gt;
-     &lt;rect height=&quot;1&quot; width=&quot;1&quot; y=&quot;1.4201&quot; x=&quot;-3.897&quot;/&gt;
-     &lt;rect height=&quot;1&quot; width=&quot;1&quot; y=&quot;.42012&quot; x=&quot;-2.897&quot;/&gt;
-     &lt;rect height=&quot;1&quot; width=&quot;1&quot; y=&quot;1.4201&quot; x=&quot;-1.897&quot;/&gt;
-    &lt;/g&gt;
-   &lt;/g&gt;
-  &lt;/g&gt;
-  &lt;rect style=&quot;color:#000000&quot; height=&quot;11.788&quot; width=&quot;2.8367&quot; stroke=&quot;#000&quot; display=&quot;inline&quot; y=&quot;3.7942&quot; x=&quot;6.0816&quot; stroke-width=&quot;.83536&quot;/&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;enable-background:new;text-transform:none&quot; d=&quot;m-1.4538 14.454v-1h-1v1h-1v-1h1v-1h-1v-1h1v-1h-1v-1h1v-1h-1v-1h1v-1h1v1h1v1h-1v1h1v1h-1v1h1v1h-1v1h1v1h-1m5 2c1.0524 0 2-0.84508 2-1.9375v-9.125c0-1.0924-0.94763-1.9375-2-1.9375h-11c-1.0524 0-2 0.84508-2 1.9375v9.125c0 1.0924 0.94763 1.9375 2 1.9375m6-4v-1h-1v1zm0-2v-1h-1v1zm0-2v-1h-1v1zm0-2h-1zm-6 0h3.0312v2h-3.0312zm8 0h3v2h-3zm-8 3h3.0312v2h-3.0312zm8 0h3v2h-3zm-8 3h3.0312v2h-3.0312zm8 0h3v2h-3z&quot; display=&quot;inline&quot;/&gt;
- &lt;/g&gt;
- &lt;g transform=&quot;matrix(.99964 0 0 .99964 -.99938 -1.4814)&quot;&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#bebebe;text-transform:none&quot; d=&quot;m12.906 1.9688c-0.042 0.0077-0.084 0.0181-0.125 0.0312-0.447 0.1001-0.792 0.5419-0.781 1v1.6875c-0.382-0.578-0.849-1.0822-1.406-1.5-1.1559-0.8668-2.5322-1.2523-3.8752-1.1875-0.1919 0.009-0.3723 0.0353-0.5626 0.0625-1.5221 0.2174-2.9781 1.023-3.9687 2.3437-1.9812 2.6415-1.4227 6.4248 1.2187 8.4058 2.6415 1.982 6.4251 1.423 8.4058-1.218 0.123-0.172 0.19-0.383 0.188-0.594 0.004-0.05198 0.004-0.10427 0-0.15625v-0.844h-0.812-0.094c-0.031-0.0015-0.063-0.0015-0.094 0-0.314-0.0015-0.625 0.154-0.812 0.406-1.3332 1.777-3.8175 2.114-5.5942 0.782-1.7768-1.3331-2.114-3.8175-0.7813-5.5942 1.3327-1.7768 3.817-2.1139 5.5937-0.7813 0.4295 0.3221 0.7698 0.7329 1.0318 1.1875h-1.438c-0.5236 0.0001-0.9999 0.4764-1 1-0.008 0.0726-0.008 0.1461 0 0.2188v0.7812h0.8438 0.1562 4 1v-1-5.0279c-0.3646 0.0034-0.72918-0.00179-1.0938-0.00326z&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path d=&quot;m11.902 0.48662c-0.04226 0.007714-0.08403 0.018155-0.12496 0.031239-0.44699 0.1001-0.792 0.54171-0.78097 0.99964v1.6869c-0.382-0.5778-0.849-1.0818-1.4054-1.4995-1.1552-0.86643-2.5311-1.2518-3.8736-1.187-0.1918 0.00895-0.3721 0.03524-0.5623 0.06243-1.5217 0.21734-2.9771 1.0227-3.9674 2.3429-1.9804 2.6405-1.4221 6.4228 1.2184 8.4028 2.6405 1.9805 6.4227 1.4222 8.4032-1.2183 0.12263-0.17163 0.18926-0.38261 0.18743-0.59354 0.004-0.051961 0.004-0.10423 0-0.15619v-0.84345h-0.81221-0.09372c-0.03122-0.00146-0.0625-0.00146-0.093716 0-0.3137-0.0011-0.6246 0.1544-0.8118 0.4065-1.3322 1.7759-3.8157 2.1129-5.5918 0.781-1.7761-1.3322-2.1131-3.8157-0.7809-5.5918 1.3321-1.7761 3.8156-2.1131 5.5917-0.781 0.4293 0.3221 0.7693 0.7327 1.0309 1.1871h-1.437c-0.5234 0.0000524-0.99959 0.47624-0.99964 0.99964-0.00799 0.072599-0.00799 0.14607 0 0.21867v0.78097h0.84345 0.15619 3.9986 0.99964v-0.99964-5.0261c-0.36447 0.003399-0.72892-0.001789-1.0934-0.003259z&quot; class=&q
 uot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkReplayPauseButtonsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ReplayPauseButton.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ReplayPauseButton.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ReplayPauseButton.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,8 +1,6 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 36 36&quot;&gt;
</span><del>- &lt;g transform=&quot;translate(0,4)&quot;&gt;
-  &lt;path style=&quot;color:#bebebe;text-transform:none;text-indent:0pt&quot; d=&quot;m9 5v18h6.75v-18h-6.75z&quot;/&gt;
-  &lt;path style=&quot;color:#bebebe;text-transform:none;text-indent:0pt&quot; d=&quot;m20.25 5v18h6.75v-18h-6.75z&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path d=&quot;m9 9v18h6.75v-18h-6.75z&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m20.25 9v18h6.75v-18h-6.75z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkReplayPlayButtonsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ReplayPlayButton.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ReplayPlayButton.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ReplayPlayButton.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,5 +1,5 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 36 36&quot;&gt;
</span><del>- &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;text-transform:none&quot; d=&quot;m9.0001 6.75v22.5h2.0391 0.21094c0.39356 0.0023 0.78251-0.0873 1.125-0.28125l15.75-9c0.699-0.387 1.055-1.178 1.055-1.969 0-0.79099-0.35562-1.582-1.0547-1.9688l-15.75-9c-0.342-0.1938-0.731-0.2839-1.125-0.281h-0.21094z&quot; fill=&quot;#4e9a06&quot;/&gt;
</del><ins>+ &lt;path fill=&quot;#4e9a06&quot; d=&quot;m9.0001 6.75v22.5h2.0391 0.21094c0.39356 0.0023 0.78251-0.0873 1.125-0.28125l15.75-9c0.699-0.387 1.055-1.178 1.055-1.969 0-0.79099-0.35562-1.582-1.0547-1.9688l-15.75-9c-0.342-0.1938-0.731-0.2839-1.125-0.281h-0.21094z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkReplayRecordingButtonsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ReplayRecordingButton.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ReplayRecordingButton.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ReplayRecordingButton.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,5 +1,5 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 36 36&quot;&gt;
</span><del>- &lt;path style=&quot;color:#bebebe;text-transform:none;text-indent:0pt&quot; d=&quot;m18 6.7895c-6.187 0-11.21 5.0235-11.21 11.21-0.0005 6.187 5.023 11.211 11.21 11.211s11.211-5.024 11.211-11.211-5.024-11.21-11.211-11.21z&quot; fill=&quot;#ef2929&quot;/&gt;
</del><ins>+ &lt;path fill=&quot;#ef2929&quot; d=&quot;m18 6.7895c-6.187 0-11.21 5.0235-11.21 11.21-0.0005 6.187 5.023 11.211 11.21 11.211s11.211-5.024 11.211-11.211-5.024-11.21-11.211-11.21z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkRequestsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Request.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Request.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Request.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,29 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
+   &lt;stop stop-color=&quot;#ce5c00&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fedba8&quot; offset=&quot;1&quot;/&gt;
+  &lt;/linearGradient&gt;
+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fee2ba&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#ce5c00&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fedba8&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
-   &lt;stop stop-color=&quot;#ce5c00&quot; offset=&quot;0&quot;/&gt;
-   &lt;stop stop-color=&quot;#fedba8&quot; offset=&quot;1&quot;/&gt;
-  &lt;/linearGradient&gt;
</del><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;g&gt;
-  &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#c)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
-  &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
-  &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
-  &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m7.029 4.6964c-0.51432 0.047292-1.0152 0.19509-1.5 0.4375-0.0104-0.0006514-0.02085-0.0006514-0.03125 0l-0.1875 0.125c-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.0625l0.4375 1.0938c0.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.03125l0.21875-0.0625c0.0104 0.0006514 0.02085 0.0006514 0.03125 0 0.2531-0.10708 0.81054-0.25 1.1875-0.25 0.61612 0 0.93062 0.15784 1.0938 0.3125 0.16314 0.15466 0.1875 0.3218 0.1875 0.46875 0 0.28396-0.1033 0.4873-0.28125 0.6
 875s-0.43874 0.38297-0.71875 0.625c-0.5601 0.4839-1.1564 1.1824-1.1564 2.4995v0.25c-0.000651 0.0104-0.000651 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 0.000652 0.02085 0.000652 0.03125 0h1.4062c0.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 0.000651-0.0104 0.000651-0.02085 0-0.03125v-0.25c0-0.42536 0.10634-0.69896 0.28125-0.9375s0.44641-0.42344 0.71875-0.65625c0.54468-0.46561 1.1562-1.1016 1.1562-2.375 0-0.78379-0.33057-1.4123-0.875-1.8125-0.54443-0.40022-1.2799-0.59375-2.1562-0.59375-0.16808 0-0.35981-0.015764-0.53125 0zm-0.34375 6.9687c-0.04343-0.000679-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.00
 26 0.02072-0.0026 0.04178 0 0.0625v1.3438c-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.03125h1.5c0.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 0.000651-0.0104 0.000651-0.02085 0-0.03125v-1.3438c0.000651-0.0104 0.000651-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.01649-0.06084-0.02719-0.09375-0.03125-0.0104-0.000651-0.02085-0.000651-0.03125 0h-1.5z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
-  &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m7.0808 3.666c-0.51432 0.047292-1.0152 0.19509-1.5 0.4375-0.0104-0.0006514-0.02085-0.0006514-0.03125 0l-0.1875 0.125c-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.0625l0.4375 1.0938c0.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.03125l0.21875-0.0625c0.0104 0.0006514 0.02085 0.0006514 0.03125 0 0.2531-0.10708 0.81054-0.25 1.1875-0.25 0.61612 0 0.93062 0.15784 1.0938 0.3125 0.16314 0.15466 0.1875 0.3218 0.1875 0.46875 0 0.28396-0.1033 0.4873-0.28125 0.6
 875s-0.43874 0.38297-0.71875 0.625c-0.56002 0.48406-1.1562 1.1825-1.1562 2.5v0.25c-0.000651 0.0104-0.000651 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 0.000651 0.02085 0.000651 0.03125 0h1.4062c0.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 0.000651-0.0104 0.000651-0.02085 0-0.03125v-0.25c0-0.42537 0.10634-0.69896 0.28125-0.9375s0.44641-0.42344 0.71875-0.65625c0.54468-0.46561 1.1562-1.1016 1.1562-2.375 0-0.78379-0.33057-1.4123-0.875-1.8125-0.54443-0.40022-1.2799-0.59375-2.1562-0.59375-0.16808 0-0.35981-0.015764-0.53125 0zm-0.34375 6.9688c-0.04343-0.000679-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.002
 6 0.02072-0.0026 0.04178 0 0.0625v1.3438c-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.03125h1.5c0.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 0.000651-0.0104 0.000651-0.02085 0-0.03125v-1.3438c0.000651-0.0104 0.000651-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.01649-0.06084-0.02719-0.09375-0.03125-0.0104-0.000652-0.02085-0.000652-0.03125 0h-1.5z&quot; display=&quot;block&quot; fill=&quot;url(#d)&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m7.029 4.6964c-0.51432 0.047292-1.0152 0.19509-1.5 0.4375-0.0104-0.0006514-0.02085-0.0006514-0.03125 0l-0.1875 0.125c-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.0625l0.4375 1.0938c0.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.03125l0.21875-0.0625c0.0104 0.0006514 0.02085 0.0006514 0.03125 0 0.2531-0.10708 0.81054-0.25 1.1875-0.25 0.61612 0 0.93062 0.15784 1.0938 0.3125 0.16314 0.15466 0.1875 0.3218 0.1875 0.46875 0 0.28396-0.1033 0.4873-0.28125 0.6875s-0.43874 0.38297-0.71875 0.62
 5c-0.5601 0.4839-1.1564 1.1824-1.1564 2.4995v0.25c-0.000651 0.0104-0.000651 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 0.000652 0.02085 0.000652 0.03125 0h1.4062c0.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 0.000651-0.0104 0.000651-0.02085 0-0.03125v-0.25c0-0.42536 0.10634-0.69896 0.28125-0.9375s0.44641-0.42344 0.71875-0.65625c0.54468-0.46561 1.1562-1.1016 1.1562-2.375 0-0.78379-0.33057-1.4123-0.875-1.8125-0.54443-0.40022-1.2799-0.59375-2.1562-0.59375-0.16808 0-0.35981-0.015764-0.53125 0zm-0.34375 6.9687c-0.04343-0.000679-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.062
 5v1.3438c-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.03125h1.5c0.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 0.000651-0.0104 0.000651-0.02085 0-0.03125v-1.3438c0.000651-0.0104 0.000651-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.01649-0.06084-0.02719-0.09375-0.03125-0.0104-0.000651-0.02085-0.000651-0.03125 0h-1.5z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m7.0808 3.666c-0.51432 0.047292-1.0152 0.19509-1.5 0.4375-0.0104-0.0006514-0.02085-0.0006514-0.03125 0l-0.1875 0.125c-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.0625l0.4375 1.0938c0.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.03125l0.21875-0.0625c0.0104 0.0006514 0.02085 0.0006514 0.03125 0 0.2531-0.10708 0.81054-0.25 1.1875-0.25 0.61612 0 0.93062 0.15784 1.0938 0.3125 0.16314 0.15466 0.1875 0.3218 0.1875 0.46875 0 0.28396-0.1033 0.4873-0.28125 0.6875s-0.43874 0.38297-0.71875 0
 .625c-0.56002 0.48406-1.1562 1.1825-1.1562 2.5v0.25c-0.000651 0.0104-0.000651 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 0.000651 0.02085 0.000651 0.03125 0h1.4062c0.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 0.000651-0.0104 0.000651-0.02085 0-0.03125v-0.25c0-0.42537 0.10634-0.69896 0.28125-0.9375s0.44641-0.42344 0.71875-0.65625c0.54468-0.46561 1.1562-1.1016 1.1562-2.375 0-0.78379-0.33057-1.4123-0.875-1.8125-0.54443-0.40022-1.2799-0.59375-2.1562-0.59375-0.16808 0-0.35981-0.015764-0.53125 0zm-0.34375 6.9688c-0.04343-0.000679-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.0
 625v1.3438c-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.03125h1.5c0.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 0.000651-0.0104 0.000651-0.02085 0-0.03125v-1.3438c0.000651-0.0104 0.000651-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.01649-0.06084-0.02719-0.09375-0.03125-0.0104-0.000652-0.02085-0.000652-0.03125 0h-1.5z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkResourcessvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Resources.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Resources.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Resources.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,7 +1,5 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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;g transform=&quot;matrix(.79994 0 0 .79994 1.6005 1.6005)&quot;&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;text-transform:none&quot; d=&quot;m2.8124 0.50055a1.0001 1.0001 0 0 0 -0.8125 1v13a1.0001 1.0001 0 0 0 1 1h10a1.0001 1.0001 0 0 0 1 -1v-9.4375a1.0001 1.0001 0 0 0 -0.28125 -0.71875l-3.563-3.563a1.0001 1.0001 0 0 0 -0.7186 -0.28125h-6.4375a1.0001 1.0001 0 0 0 -0.0937 0 1.0001 1.0001 0 0 0 -0.0937 0zm1.1875 2h5v3h3v8h-8v-11z&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path d=&quot;m3.8503 2.0009a0.80002 0.80002 0 0 0 -0.65 0.7999v10.399a0.80002 0.80002 0 0 0 0.7999 0.8h7.9994a0.80002 0.80002 0 0 0 0.79994 -0.79994v-7.5494a0.80002 0.80002 0 0 0 -0.225 -0.5749l-2.8502-2.8498a0.80002 0.80002 0 0 0 -0.5749 -0.225h-5.1496a0.80002 0.80002 0 0 0 -0.074955 0 0.80002 0.80002 0 0 0 -0.074955 0zm0.94993 1.5999h3.9997v2.3998h2.3998v6.3995h-6.3995v-8.7994z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkResponsesvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Response.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Response.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Response.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,29 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
+   &lt;stop stop-color=&quot;#204a87&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#bdd2e9&quot; offset=&quot;1&quot;/&gt;
+  &lt;/linearGradient&gt;
+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#cbdbed&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#204a87&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#bdd2e9&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
-   &lt;stop stop-color=&quot;#204a87&quot; offset=&quot;0&quot;/&gt;
-   &lt;stop stop-color=&quot;#bdd2e9&quot; offset=&quot;1&quot;/&gt;
-  &lt;/linearGradient&gt;
</del><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;g&gt;
-  &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#c)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
-  &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
-  &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;enable-background:new;text-transform:none&quot; d=&quot;m6.7634 4.8508a0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.09375 0.25002 0.25002 0 0 0 0 0.03125v4.4062l-0.875-0.78125c-0.24477-0.21756-0.55772-0.31249-0.875-0.3125h-1a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.09375 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.09375 0.25002 0.25002 0 0 0 0 0.0625v0.875c0.000013 0.30161 0.099 0.62617 0.34375 0.84375l3 2.6562 0.28125 0.25a0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.125 0.03125h0.875a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125l0.28125-0.25 3-2.6562c0.24481-0.21759 0.37499-0.54217 0.375-0.84375v-0.875a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.0625
  0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-1c-0.31728 0.0000105-0.66148 0.094941-0.90625 0.3125l-0.84375 0.75v-4.375a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0h-2a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;enable-background:new;text-transform:none&quot; d=&quot;m6.8152 3.8205a0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.09375 0.25002 0.25002 0 0 0 0 0.03125v4.4062l-0.875-0.78125c-0.24477-0.21756-0.55772-0.31249-0.875-0.3125h-1a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.09375 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.09375 0.25002 0.25002 0 0 0 0 0.0625v0.875c0.000013 0.30161 0.099 0.62617 0.34375 0.84375l3 2.6563 0.28125 0.25a0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.125 0.03125h0.875a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125l0.28125-0.25 3-2.6563c0.24481-0.21759 0.37499-0.54217 0.375-0.84375v-0.875a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.0625
  0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-1c-0.31728 0.0000105-0.66148 0.094941-0.90625 0.3125l-0.84375 0.75v-4.375a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0h-2a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; fill=&quot;url(#d)&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m6.7634 4.8508a0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.09375 0.25002 0.25002 0 0 0 0 0.03125v4.4062l-0.875-0.78125c-0.24477-0.21756-0.55772-0.31249-0.875-0.3125h-1a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.09375 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.09375 0.25002 0.25002 0 0 0 0 0.0625v0.875c0.000013 0.30161 0.099 0.62617 0.34375 0.84375l3 2.6562 0.28125 0.25a0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.125 0.03125h0.875a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125l0.28125-0.25 3-2.6562c0.24481-0.21759 0.37499-0.54217 0.375-0.84375v-0.875a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002
  0.25002 0 0 0 -0.09375 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-1c-0.31728 0.0000105-0.66148 0.094941-0.90625 0.3125l-0.84375 0.75v-4.375a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0h-2a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m6.8152 3.8205a0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.09375 0.25002 0.25002 0 0 0 0 0.03125v4.4062l-0.875-0.78125c-0.24477-0.21756-0.55772-0.31249-0.875-0.3125h-1a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.09375 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.09375 0.25002 0.25002 0 0 0 0 0.0625v0.875c0.000013 0.30161 0.099 0.62617 0.34375 0.84375l3 2.6563 0.28125 0.25a0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.125 0.03125h0.875a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125l0.28125-0.25 3-2.6563c0.24481-0.21759 0.37499-0.54217 0.375-0.84375v-0.875a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25
 002 0.25002 0 0 0 -0.09375 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-1c-0.31728 0.0000105-0.66148 0.094941-0.90625 0.3125l-0.84375 0.75v-4.375a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0h-2a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkResultLinesvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ResultLine.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ResultLine.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ResultLine.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,34 +1,32 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;e&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
+   &lt;stop stop-color=&quot;#5c3566&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#ddc9db&quot; offset=&quot;1&quot;/&gt;
+  &lt;/linearGradient&gt;
+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
+   &lt;stop stop-color=&quot;#888a85&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#d3d7cf&quot; offset=&quot;1&quot;/&gt;
+  &lt;/linearGradient&gt;
+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#dcdcdc&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#9b9b9b&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#d3d7cf&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
-   &lt;stop stop-color=&quot;#888a85&quot; offset=&quot;0&quot;/&gt;
-   &lt;stop stop-color=&quot;#d3d7cf&quot; offset=&quot;1&quot;/&gt;
-  &lt;/linearGradient&gt;
-  &lt;linearGradient id=&quot;e&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
-   &lt;stop stop-color=&quot;#5c3566&quot; offset=&quot;0&quot;/&gt;
-   &lt;stop stop-color=&quot;#ddc9db&quot; offset=&quot;1&quot;/&gt;
-  &lt;/linearGradient&gt;
</del><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;g&gt;
-  &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#c)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
-  &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
-  &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
-  &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m4.8249 5.5063a0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.125v1.3125a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.0625 0.125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 0h5.875a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.3125a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.09375 -0.125 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-5.875a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0zm0 2.6875a0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.062
 5 0.25002 0.25002 0 0 0 -0.03125 0.125v1.3125a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.0625 0.125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 0h5.875a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.3125a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.09375 -0.125 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-5.875a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0zm0 2.6875a0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.125v1.3125a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.0625 0.125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.2
 5002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 0h5.875a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.3125a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.09375 -0.125 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-5.875a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
-  &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m4.8767 4.476c-0.024316 0.016912-0.045588 0.038184-0.0625 0.0625-0.013269 0.019236-0.023823 0.040343-0.03125 0.0625-0.021038 0.038004-0.031929 0.081566-0.03125 0.125v1.3125c-0.00261 0.020724-0.00261 0.041776 0 0.0625 0.00847 0.046447 0.030425 0.090355 0.0625 0.125 0.00947 0.011311 0.019939 0.021782 0.03125 0.03125 0.019236 0.013269 0.040343 0.023823 0.0625 0.03125 0.020724 0.00261 0.041776 0.00261 0.0625 0 0.010403 0.0006514 0.020847 0.0006514 0.03125 0h5.875c0.03291-0.00406 0.06499-0.014754 0.09375-0.03125 0.02216-0.00743 0.04326-0.017981 0.0625-0.03125 0.01131-0.00947 0.02178-0.019939 0.03125-0.03125 0.01131-0.00947 0.02178-0.019939 0.03125-0.03125 0.0165-0.028764 0.02719-0.060841 0.03125-0.09375 0.000651-0.010403 0.000651-0.020847 0-0.03125v-1.3125c0.0026-0.020724 0.0026-0.041776 0-0.0625-0.01695-0.050185-0.05032-0.094676-0.09375-0.125-0.01924-0.013269-0.04034-0.023822-0.0625-0.03125-0.02876-0.016495
 -0.06084-0.027188-0.09375-0.03125h-5.875c-0.020724-0.00261-0.041776-0.00261-0.0625 0-0.010403-0.0006514-0.020847-0.0006514-0.03125 0-0.010403-0.0006514-0.020847-0.0006514-0.03125 0zm0 5.375c-0.024316 0.016912-0.045588 0.038185-0.0625 0.0625-0.013269 0.019236-0.023823 0.040343-0.03125 0.0625-0.021039 0.038004-0.031929 0.081566-0.03125 0.125v1.3125c-0.00261 0.02072-0.00261 0.04178 0 0.0625 0.00847 0.04645 0.030425 0.09035 0.0625 0.125 0.00947 0.01131 0.019939 0.02178 0.03125 0.03125 0.019236 0.01327 0.040343 0.02382 0.0625 0.03125 0.020724 0.0026 0.041776 0.0026 0.0625 0 0.010403 0.000651 0.020847 0.000651 0.03125 0h5.875c0.03291-0.0041 0.06499-0.01475 0.09375-0.03125 0.02216-0.0074 0.04326-0.01798 0.0625-0.03125 0.01131-0.0095 0.02178-0.01994 0.03125-0.03125 0.01131-0.0095 0.02178-0.01994 0.03125-0.03125 0.0165-0.02876 0.02719-0.06084 0.03125-0.09375 0.000651-0.0104 0.000651-0.02085 0-0.03125v-1.3125c0.0026-0.02072 0.0026-0.04178 0-0.0625-0.01695-0.050186-0.05032-0.094677-0.0
 9375-0.125-0.01924-0.013269-0.04034-0.023822-0.0625-0.03125-0.02876-0.016495-0.06084-0.027188-0.09375-0.03125h-5.875c-0.020724-0.00261-0.041776-0.00261-0.0625 0-0.010403-0.0006514-0.020847-0.0006514-0.03125 0-0.010403-0.0006514-0.020847-0.0006514-0.03125 0z&quot; display=&quot;block&quot; fill=&quot;url(#d)&quot;/&gt;
-  &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m4.8767 7.1635c-0.024316 0.016912-0.045588 0.038184-0.0625 0.0625-0.013269 0.019236-0.023822 0.040343-0.03125 0.0625-0.021038 0.038004-0.031929 0.081566-0.03125 0.125v1.3125c-0.00261 0.020724-0.00261 0.041776 0 0.0625 0.00847 0.046447 0.030425 0.090355 0.0625 0.125 0.00947 0.011311 0.019939 0.021782 0.03125 0.03125 0.019236 0.013269 0.040343 0.023822 0.0625 0.03125 0.020724 0.00261 0.041776 0.00261 0.0625 0 0.010403 0.0006514 0.020847 0.0006514 0.03125 0h5.875c0.03291-0.00406 0.06499-0.014755 0.09375-0.03125 0.02216-0.00743 0.04326-0.017981 0.0625-0.03125 0.01131-0.00947 0.02178-0.019939 0.03125-0.03125 0.01131-0.00947 0.02178-0.019939 0.03125-0.03125 0.0165-0.028764 0.02719-0.060841 0.03125-0.09375 0.000651-0.010403 0.000651-0.020847 0-0.03125v-1.3125c0.0026-0.020724 0.0026-0.041776 0-0.0625-0.01695-0.050185-0.05032-0.094677-0.09375-0.125-0.01924-0.013269-0.04034-0.023823-0.0625-0.03125-0.02876-0.01649
 6-0.06084-0.027188-0.09375-0.03125h-5.875c-0.020724-0.00261-0.041776-0.00261-0.0625 0-0.010403-0.0006514-0.020847-0.0006514-0.03125 0-0.010403-0.0006514-0.020847-0.0006514-0.03125 0z&quot; display=&quot;block&quot; fill=&quot;url(#e)&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m4.8249 5.5063a0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.125v1.3125a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.0625 0.125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 0h5.875a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.3125a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.09375 -0.125 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-5.875a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0zm0 2.6875a0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 
 0.125v1.3125a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.0625 0.125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 0h5.875a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.3125a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.09375 -0.125 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-5.875a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0zm0 2.6875a0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.125v1.3125a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.0625 0.125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002
  0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 0h5.875a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.3125a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.09375 -0.125 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-5.875a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m4.8767 4.476c-0.024316 0.016912-0.045588 0.038184-0.0625 0.0625-0.013269 0.019236-0.023823 0.040343-0.03125 0.0625-0.021038 0.038004-0.031929 0.081566-0.03125 0.125v1.3125c-0.00261 0.020724-0.00261 0.041776 0 0.0625 0.00847 0.046447 0.030425 0.090355 0.0625 0.125 0.00947 0.011311 0.019939 0.021782 0.03125 0.03125 0.019236 0.013269 0.040343 0.023823 0.0625 0.03125 0.020724 0.00261 0.041776 0.00261 0.0625 0 0.010403 0.0006514 0.020847 0.0006514 0.03125 0h5.875c0.03291-0.00406 0.06499-0.014754 0.09375-0.03125 0.02216-0.00743 0.04326-0.017981 0.0625-0.03125 0.01131-0.00947 0.02178-0.019939 0.03125-0.03125 0.01131-0.00947 0.02178-0.019939 0.03125-0.03125 0.0165-0.028764 0.02719-0.060841 0.03125-0.09375 0.000651-0.010403 0.000651-0.020847 0-0.03125v-1.3125c0.0026-0.020724 0.0026-0.041776 0-0.0625-0.01695-0.050185-0.05032-0.094676-0.09375-0.125-0.01924-0.013269-0.04034-0.023822-0.0625-0.03125-0.02876-0.016495-0.06084-0.027188-0.09375-0.03
 125h-5.875c-0.020724-0.00261-0.041776-0.00261-0.0625 0-0.010403-0.0006514-0.020847-0.0006514-0.03125 0-0.010403-0.0006514-0.020847-0.0006514-0.03125 0zm0 5.375c-0.024316 0.016912-0.045588 0.038185-0.0625 0.0625-0.013269 0.019236-0.023823 0.040343-0.03125 0.0625-0.021039 0.038004-0.031929 0.081566-0.03125 0.125v1.3125c-0.00261 0.02072-0.00261 0.04178 0 0.0625 0.00847 0.04645 0.030425 0.09035 0.0625 0.125 0.00947 0.01131 0.019939 0.02178 0.03125 0.03125 0.019236 0.01327 0.040343 0.02382 0.0625 0.03125 0.020724 0.0026 0.041776 0.0026 0.0625 0 0.010403 0.000651 0.020847 0.000651 0.03125 0h5.875c0.03291-0.0041 0.06499-0.01475 0.09375-0.03125 0.02216-0.0074 0.04326-0.01798 0.0625-0.03125 0.01131-0.0095 0.02178-0.01994 0.03125-0.03125 0.01131-0.0095 0.02178-0.01994 0.03125-0.03125 0.0165-0.02876 0.02719-0.06084 0.03125-0.09375 0.000651-0.0104 0.000651-0.02085 0-0.03125v-1.3125c0.0026-0.02072 0.0026-0.04178 0-0.0625-0.01695-0.050186-0.05032-0.094677-0.09375-0.125-0.01924-0.013269-0.
 04034-0.023822-0.0625-0.03125-0.02876-0.016495-0.06084-0.027188-0.09375-0.03125h-5.875c-0.020724-0.00261-0.041776-0.00261-0.0625 0-0.010403-0.0006514-0.020847-0.0006514-0.03125 0-0.010403-0.0006514-0.020847-0.0006514-0.03125 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#e)&quot; d=&quot;m4.8767 7.1635c-0.024316 0.016912-0.045588 0.038184-0.0625 0.0625-0.013269 0.019236-0.023822 0.040343-0.03125 0.0625-0.021038 0.038004-0.031929 0.081566-0.03125 0.125v1.3125c-0.00261 0.020724-0.00261 0.041776 0 0.0625 0.00847 0.046447 0.030425 0.090355 0.0625 0.125 0.00947 0.011311 0.019939 0.021782 0.03125 0.03125 0.019236 0.013269 0.040343 0.023822 0.0625 0.03125 0.020724 0.00261 0.041776 0.00261 0.0625 0 0.010403 0.0006514 0.020847 0.0006514 0.03125 0h5.875c0.03291-0.00406 0.06499-0.014755 0.09375-0.03125 0.02216-0.00743 0.04326-0.017981 0.0625-0.03125 0.01131-0.00947 0.02178-0.019939 0.03125-0.03125 0.01131-0.00947 0.02178-0.019939 0.03125-0.03125 0.0165-0.028764 0.02719-0.060841 0.03125-0.09375 0.000651-0.010403 0.000651-0.020847 0-0.03125v-1.3125c0.0026-0.020724 0.0026-0.041776 0-0.0625-0.01695-0.050185-0.05032-0.094677-0.09375-0.125-0.01924-0.013269-0.04034-0.023823-0.0625-0.03125-0.02876-0.016496-0.06084-0.027188-0.09375-0.0
 3125h-5.875c-0.020724-0.00261-0.041776-0.00261-0.0625 0-0.010403-0.0006514-0.020847-0.0006514-0.03125 0-0.010403-0.0006514-0.020847-0.0006514-0.03125 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkResumesvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Resume.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Resume.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Resume.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,8 +1,6 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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;g&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;text-transform:none&quot; d=&quot;m2.5312 4v8h2v-8z&quot;/&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;text-transform:none&quot; d=&quot;m7.5313 4c0.17738 0.008 0.35117 0.0592 0.5 0.15625l5 3c0.2824 0.17971 0.4375 0.51173 0.4375 0.84375s-0.1551 0.66404-0.4375 0.84375l-5 3c-0.1486 0.097-0.3223 0.148-0.4997 0.156h-0.15625-0.84375v-8h0.84375z&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path d=&quot;m2.5312 4v8h2v-8z&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m7.5313 4c0.17738 0.008 0.35117 0.0592 0.5 0.15625l5 3c0.2824 0.17971 0.4375 0.51173 0.4375 0.84375s-0.1551 0.66404-0.4375 0.84375l-5 3c-0.1486 0.097-0.3223 0.148-0.4997 0.156h-0.15625-0.84375v-8h0.84375z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkShadowDOMsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ShadowDOM.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ShadowDOM.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ShadowDOM.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,16 +1,8 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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;g transform=&quot;translate(.86441 .35591)&quot;&gt;
-  &lt;g&gt;
-   &lt;path d=&quot;m6.8503 4.8998-5.8503 2.8749v1.3307l5.8503 2.7745v-1.5693l-3.9671-1.9082 3.9671-1.9961v-1.5065&quot;/&gt;
-   &lt;path d=&quot;m8.1328 4.8998v1.5065l3.9671 1.9961-3.9671 1.9082v1.5693l5.8503-2.7745v-1.3307l-5.8503-2.8749&quot;/&gt;
-  &lt;/g&gt;
- &lt;/g&gt;
- &lt;g transform=&quot;translate(.15254 -1.1356)&quot;&gt;
-  &lt;g&gt;
-   &lt;path d=&quot;m6.8503 4.8998-5.8503 2.8749v1.3307l5.8503 2.7745v-1.5693l-3.9671-1.9082 3.9671-1.9961v-1.5065&quot;/&gt;
-   &lt;path d=&quot;m8.1328 4.8998v1.5065l3.9671 1.9961-3.9671 1.9082v1.5693l5.8503-2.7745v-1.3307l-5.8503-2.8749&quot;/&gt;
-  &lt;/g&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path d=&quot;m7.7147 5.2557-5.8503 2.8749v1.3307l5.8503 2.7745v-1.5693l-3.9671-1.9082 3.9671-1.9961v-1.5065&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m8.9972 5.2557v1.5065l3.9671 1.9961-3.9671 1.9082v1.5693l5.8503-2.7745v-1.3307l-5.8503-2.8749&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m7.0028 3.7642-5.8503 2.8749v1.3307l5.8503 2.7745v-1.5693l-3.9671-1.9082 3.9671-1.9961v-1.5065&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m8.2853 3.7642v1.5065l3.9671 1.9961-3.9671 1.9082v1.5693l5.8503-2.7745v-1.3307l-5.8503-2.8749&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkSortIndicatorDownArrowsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/SortIndicatorDownArrow.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/SortIndicatorDownArrow.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/SortIndicatorDownArrow.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,9 +1,9 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 9 8&quot;&gt;
</span><del>- &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;text-transform:none&quot; d=&quot;m9 2.557c-0.0264 0.1111-0.0865 0.214-0.1701 0.2917l-2.9167 2.9166-0.4132 0.3889-0.4132-0.3889-2.9167-2.9166c-0.1072-0.1088-0.1696-0.2605-0.1701-0.4132v-0.024306-0.048611-0.51042h0.4375 0.072917c0.18408-0.0279 0.37989 0.03737 0.51042 0.17014l2.4792 2.4791 2.5035-2.4791c0.1082-0.108 0.2603-0.1707 0.4132-0.1702h0.12153 0.46181v0.46181 0.072917 0.048611 0.072917z&quot;/&gt;
- &lt;path style=&quot;color:#000000&quot; d=&quot;m-6.8475-4.3051a3.2542 3.2542 0 1 1 -6.5085 0 3.2542 3.2542 0 1 1 6.5085 0z&quot; transform=&quot;matrix(.15365 0 0 .15365 2.5521 1.6615)&quot; stroke-width=&quot;0&quot;/&gt;
- &lt;path style=&quot;color:#000000&quot; d=&quot;m-6.8475-4.3051a3.2542 3.2542 0 1 1 -6.5085 0 3.2542 3.2542 0 1 1 6.5085 0z&quot; transform=&quot;matrix(.15365 0 0 .15365 2.5521 7.6615)&quot; stroke-width=&quot;0&quot;/&gt;
- &lt;path style=&quot;color:#000000&quot; d=&quot;m-6.8475-4.3051a3.2542 3.2542 0 1 1 -6.5085 0 3.2542 3.2542 0 1 1 6.5085 0z&quot; transform=&quot;matrix(.15365 0 0 .15365 2.5521 5.6615)&quot; stroke-width=&quot;0&quot;/&gt;
- &lt;path style=&quot;color:#000000&quot; d=&quot;m-6.8475-4.3051a3.2542 3.2542 0 1 1 -6.5085 0 3.2542 3.2542 0 1 1 6.5085 0z&quot; transform=&quot;matrix(.15365 0 0 .15365 2.5521 3.6615)&quot; stroke-width=&quot;0&quot;/&gt;
</del><ins>+ &lt;path d=&quot;m9 2.557c-0.0264 0.1111-0.0865 0.214-0.1701 0.2917l-2.9167 2.9166-0.4132 0.3889-0.4132-0.3889-2.9167-2.9166c-0.1072-0.1088-0.1696-0.2605-0.1701-0.4132v-0.024306-0.048611-0.51042h0.4375 0.072917c0.18408-0.0279 0.37989 0.03737 0.51042 0.17014l2.4792 2.4791 2.5035-2.4791c0.1082-0.108 0.2603-0.1707 0.4132-0.1702h0.12153 0.46181v0.46181 0.072917 0.048611 0.072917z&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m-6.8475-4.3051a3.2542 3.2542 0 1 1 -6.5085 0 3.2542 3.2542 0 1 1 6.5085 0z&quot; transform=&quot;matrix(.15365 0 0 .15365 2.5521 1.6615)&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m-6.8475-4.3051a3.2542 3.2542 0 1 1 -6.5085 0 3.2542 3.2542 0 1 1 6.5085 0z&quot; transform=&quot;matrix(.15365 0 0 .15365 2.5521 7.6615)&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m-6.8475-4.3051a3.2542 3.2542 0 1 1 -6.5085 0 3.2542 3.2542 0 1 1 6.5085 0z&quot; transform=&quot;matrix(.15365 0 0 .15365 2.5521 5.6615)&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m-6.8475-4.3051a3.2542 3.2542 0 1 1 -6.5085 0 3.2542 3.2542 0 1 1 6.5085 0z&quot; transform=&quot;matrix(.15365 0 0 .15365 2.5521 3.6615)&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkSortIndicatorUpArrowsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/SortIndicatorUpArrow.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/SortIndicatorUpArrow.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/SortIndicatorUpArrow.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,9 +1,9 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 9 8&quot;&gt;
</span><del>- &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;text-transform:none&quot; d=&quot;m9 5.443c-0.0264-0.1111-0.0865-0.214-0.1701-0.2917l-2.9167-2.9166-0.4132-0.3889-0.4132 0.3889-2.9167 2.9166c-0.1072 0.1088-0.1696 0.2605-0.1701 0.4132v0.024306 0.048611 0.51042h0.4375 0.072917c0.18408 0.0279 0.37989-0.03737 0.51042-0.17014l2.4792-2.4791 2.5035 2.4791c0.10818 0.10802 0.26032 0.17066 0.41319 0.17014h0.12153 0.46181v-0.46181-0.072917-0.048611-0.072917z&quot;/&gt;
- &lt;path style=&quot;color:#000000&quot; d=&quot;m-6.8475-4.3051a3.2542 3.2542 0 1 1 -6.5085 0 3.2542 3.2542 0 1 1 6.5085 0z&quot; transform=&quot;matrix(.15365 0 0 .15365 2.5521 1.6615)&quot; stroke-width=&quot;0&quot;/&gt;
- &lt;path style=&quot;color:#000000&quot; d=&quot;m-6.8475-4.3051a3.2542 3.2542 0 1 1 -6.5085 0 3.2542 3.2542 0 1 1 6.5085 0z&quot; transform=&quot;matrix(.15365 0 0 .15365 2.5521 7.6615)&quot; stroke-width=&quot;0&quot;/&gt;
- &lt;path style=&quot;color:#000000&quot; d=&quot;m-6.8475-4.3051a3.2542 3.2542 0 1 1 -6.5085 0 3.2542 3.2542 0 1 1 6.5085 0z&quot; transform=&quot;matrix(.15365 0 0 .15365 2.5521 5.6615)&quot; stroke-width=&quot;0&quot;/&gt;
- &lt;path style=&quot;color:#000000&quot; d=&quot;m-6.8475-4.3051a3.2542 3.2542 0 1 1 -6.5085 0 3.2542 3.2542 0 1 1 6.5085 0z&quot; transform=&quot;matrix(.15365 0 0 .15365 2.5521 3.6615)&quot; stroke-width=&quot;0&quot;/&gt;
</del><ins>+ &lt;path d=&quot;m9 5.443c-0.0264-0.1111-0.0865-0.214-0.1701-0.2917l-2.9167-2.9166-0.4132-0.3889-0.4132 0.3889-2.9167 2.9166c-0.1072 0.1088-0.1696 0.2605-0.1701 0.4132v0.024306 0.048611 0.51042h0.4375 0.072917c0.18408 0.0279 0.37989-0.03737 0.51042-0.17014l2.4792-2.4791 2.5035 2.4791c0.10818 0.10802 0.26032 0.17066 0.41319 0.17014h0.12153 0.46181v-0.46181-0.072917-0.048611-0.072917z&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m-6.8475-4.3051a3.2542 3.2542 0 1 1 -6.5085 0 3.2542 3.2542 0 1 1 6.5085 0z&quot; transform=&quot;matrix(.15365 0 0 .15365 2.5521 1.6615)&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m-6.8475-4.3051a3.2542 3.2542 0 1 1 -6.5085 0 3.2542 3.2542 0 1 1 6.5085 0z&quot; transform=&quot;matrix(.15365 0 0 .15365 2.5521 7.6615)&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m-6.8475-4.3051a3.2542 3.2542 0 1 1 -6.5085 0 3.2542 3.2542 0 1 1 6.5085 0z&quot; transform=&quot;matrix(.15365 0 0 .15365 2.5521 5.6615)&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m-6.8475-4.3051a3.2542 3.2542 0 1 1 -6.5085 0 3.2542 3.2542 0 1 1 6.5085 0z&quot; transform=&quot;matrix(.15365 0 0 .15365 2.5521 3.6615)&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkSplitToggleUpsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/SplitToggleUp.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/SplitToggleUp.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/SplitToggleUp.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,8 +1,6 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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;g&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;text-transform:none&quot; d=&quot;m8.0001 1.7925-0.71877 0.6875-5.0001 5a1.0165 1.0165 0 0 0 -0.28126 0.84375 1.0165 1.0165 0 0 0 0 0.09375v0.78125h0.84377 0.15625a1.0165 1.0165 0 0 0 0.71877 -0.28125l4.2814-4.2813 4.2809 4.2812a1.0165 1.0165 0 0 0 0.84377 0.28125h0.09375 0.78127v-0.84375a1.0165 1.0165 0 0 0 0 -0.15625 1.0165 1.0165 0 0 0 -0.28126 -0.71875l-5.0001-5-0.71877-0.6875z&quot;/&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;text-transform:none&quot; d=&quot;m8.0001 6.7925-0.71877 0.6875-5.0001 5a1.0165 1.0165 0 0 0 -0.2812 0.844 1.0165 1.0165 0 0 0 0 0.09375v0.78125h0.84377 0.15625a1.0165 1.0165 0 0 0 0.71877 -0.28125l4.2813-4.2817 4.2809 4.2817a1.0165 1.0165 0 0 0 0.84377 0.28125h0.09375 0.78127v-0.84375a1.0165 1.0165 0 0 0 0 -0.15625 1.0165 1.0165 0 0 0 -0.28126 -0.71875l-5.0001-5-0.7188-0.6875z&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path d=&quot;m8.0001 1.7925-0.71877 0.6875-5.0001 5a1.0165 1.0165 0 0 0 -0.28126 0.84375 1.0165 1.0165 0 0 0 0 0.09375v0.78125h0.84377 0.15625a1.0165 1.0165 0 0 0 0.71877 -0.28125l4.2814-4.2813 4.2809 4.2812a1.0165 1.0165 0 0 0 0.84377 0.28125h0.09375 0.78127v-0.84375a1.0165 1.0165 0 0 0 0 -0.15625 1.0165 1.0165 0 0 0 -0.28126 -0.71875l-5.0001-5-0.71877-0.6875z&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m8.0001 6.7925-0.71877 0.6875-5.0001 5a1.0165 1.0165 0 0 0 -0.2812 0.844 1.0165 1.0165 0 0 0 0 0.09375v0.78125h0.84377 0.15625a1.0165 1.0165 0 0 0 0.71877 -0.28125l4.2813-4.2817 4.2809 4.2817a1.0165 1.0165 0 0 0 0.84377 0.28125h0.09375 0.78127v-0.84375a1.0165 1.0165 0 0 0 0 -0.15625 1.0165 1.0165 0 0 0 -0.28126 -0.71875l-5.0001-5-0.7188-0.6875z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkStepIntosvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StepInto.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StepInto.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StepInto.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,8 +1,6 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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;g&gt;
-  &lt;rect style=&quot;color:#bebebe&quot; transform=&quot;rotate(90)&quot; rx=&quot;0&quot; ry=&quot;0&quot; height=&quot;8&quot; width=&quot;2.9023&quot; y=&quot;-12&quot; x=&quot;12.098&quot;/&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;text-transform:none&quot; d=&quot;m7 1v5.5625l-1.2812-1.2813c-0.1882-0.1881-0.4535-0.2812-0.7188-0.2812h-1v1c0.00001 0.2653 0.0931 0.53058 0.28125 0.71875l3 3 0.2813 0.2812h0.875l0.28125-0.28125 3-3c0.188-0.1882 0.281-0.4535 0.281-0.7188v-1h-1c-0.2653 0.00001-0.53059 0.0931-0.71875 0.28125l-1.281 1.2813v-5.5625z&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;rect width=&quot;2.9023&quot; height=&quot;8&quot; x=&quot;12.098&quot; y=&quot;-12&quot; transform=&quot;rotate(90)&quot; rx=&quot;0&quot; ry=&quot;0&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m7 1v5.5625l-1.2812-1.2813c-0.1882-0.1881-0.4535-0.2812-0.7188-0.2812h-1v1c0.00001 0.2653 0.0931 0.53058 0.28125 0.71875l3 3 0.2813 0.2812h0.875l0.28125-0.28125 3-3c0.188-0.1882 0.281-0.4535 0.281-0.7188v-1h-1c-0.2653 0.00001-0.53059 0.0931-0.71875 0.28125l-1.281 1.2813v-5.5625z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkStepOutsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StepOut.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StepOut.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StepOut.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,8 +1,6 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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;g&gt;
-  &lt;rect style=&quot;color:#bebebe&quot; transform=&quot;rotate(90)&quot; rx=&quot;0&quot; ry=&quot;0&quot; height=&quot;8&quot; width=&quot;2.9023&quot; y=&quot;-12&quot; x=&quot;12.098&quot;/&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;text-transform:none&quot; d=&quot;m7 10v-5.5625l-1.2812 1.2813c-0.1882 0.1881-0.4535 0.2812-0.7188 0.2812h-1v-1c0-0.2653 0.0931-0.5306 0.2812-0.7188l3-3 0.2813-0.2812h0.875l0.28125 0.28125 3 3c0.188 0.1882 0.281 0.4535 0.281 0.7188v1h-1c-0.265 0-0.531-0.0931-0.719-0.2812l-1.281-1.2813v5.5625z&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;rect width=&quot;2.9023&quot; height=&quot;8&quot; x=&quot;12.098&quot; y=&quot;-12&quot; transform=&quot;rotate(90)&quot; rx=&quot;0&quot; ry=&quot;0&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m7 10v-5.5625l-1.2812 1.2813c-0.1882 0.1881-0.4535 0.2812-0.7188 0.2812h-1v-1c0-0.2653 0.0931-0.5306 0.2812-0.7188l3-3 0.2813-0.2812h0.875l0.28125 0.28125 3 3c0.188 0.1882 0.281 0.4535 0.281 0.7188v1h-1c-0.265 0-0.531-0.0931-0.719-0.2812l-1.281-1.2813v5.5625z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkStepOversvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StepOver.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StepOver.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StepOver.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,6 +1,6 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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;rect style=&quot;color:#bebebe&quot; transform=&quot;rotate(90)&quot; rx=&quot;0&quot; ry=&quot;0&quot; height=&quot;8&quot; width=&quot;2.9023&quot; y=&quot;-12&quot; x=&quot;12.098&quot;/&gt;
- &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;text-transform:none&quot; d=&quot;m0.66428 7.6325 1.4142 1.4142 4.794-4.794c0.59416-0.59416 1.5272-0.59416 2.1213 0l2.8947 2.8947h-1.812c-0.26372 0.0054-0.54756 0.10561-0.7292 0.28726l-0.70711 0.70711 0.70711 0.70711c0.21881 0.21881 0.4544 0.3267 0.7292 0.33146l5.2149-0.0442 0.04419-5.2149c-0.0048-0.2748-0.11264-0.51039-0.33146-0.7292l-0.7071-0.7071-0.70711 0.70711c-0.18165 0.18165-0.28187 0.46548-0.28726 0.7292v1.812l-2.8947-2.8947c-1.3585-1.3585-3.5913-1.3585-4.9497 0z&quot;/&gt;
</del><ins>+ &lt;rect width=&quot;2.9023&quot; height=&quot;8&quot; x=&quot;12.098&quot; y=&quot;-12&quot; transform=&quot;rotate(90)&quot; rx=&quot;0&quot; ry=&quot;0&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m0.66428 7.6325 1.4142 1.4142 4.794-4.794c0.59416-0.59416 1.5272-0.59416 2.1213 0l2.8947 2.8947h-1.812c-0.26372 0.0054-0.54756 0.10561-0.7292 0.28726l-0.70711 0.70711 0.70711 0.70711c0.21881 0.21881 0.4544 0.3267 0.7292 0.33146l5.2149-0.0442 0.04419-5.2149c-0.0048-0.2748-0.11264-0.51039-0.33146-0.7292l-0.7071-0.7071-0.70711 0.70711c-0.18165 0.18165-0.28187 0.46548-0.28726 0.7292v1.812l-2.8947-2.8947c-1.3585-1.3585-3.5913-1.3585-4.9497 0z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkStopsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Stop.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Stop.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Stop.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,7 +1,5 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 13 13&quot;&gt;
</span><del>- &lt;g transform=&quot;translate(0,-3)&quot;&gt;
-  &lt;path style=&quot;color:#bebebe;text-transform:none;text-indent:0pt&quot; d=&quot;m2.5 5.5v8h8v-8h-8z&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path d=&quot;m2.5 2.5v8h8v-8h-8z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkStyleRuleAuthorsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StyleRuleAuthor.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StyleRuleAuthor.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StyleRuleAuthor.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,29 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
+   &lt;stop stop-color=&quot;#204a87&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#bdd2e9&quot; offset=&quot;1&quot;/&gt;
+  &lt;/linearGradient&gt;
+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#cbdbed&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#204a87&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#bdd2e9&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
-   &lt;stop stop-color=&quot;#204a87&quot; offset=&quot;0&quot;/&gt;
-   &lt;stop stop-color=&quot;#bdd2e9&quot; offset=&quot;1&quot;/&gt;
-  &lt;/linearGradient&gt;
</del><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;g&gt;
-  &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#c)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
-  &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
-  &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;enable-background:new;text-transform:none&quot; d=&quot;m6.4497 4.8501c-0.25562 0.01929-0.68218 0.12665-1.0625 0.4375s-0.7029 0.82923-0.78125 1.6562c-0.01595 0.21541-0.04213 0.44238-0.0625 0.625-0.001 0.009 0.0011 0.02233 0 0.03125-0.08624 0.5742-0.34913 0.76554-0.625 0.8125l-0.125 0.03125a0.25002 0.25002 0 0 0 -0.09375 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.09375 0.25002 0.25002 0 0 0 -0.03125 0.125v0.8125a0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.125 0.03125h0.03125c0.08878 0.02005 0.17292 0.03869 0.25 0.09375 0.1907 0.13841 0.2651 0.34781 0.3125 0.59375s0.06321 0.51581 0.09375 0.8125c0.08313 0.81821 0.426 1.3579 0.8125 1.6562 0.37615 0.2904 0.76763 0.35692 1 0.375 0.0064 0.000497 0.02511-0.0004 0.03125 0l0.125 0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.25
 002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l0.21875-0.84375a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-0.1875c-0.18184-0.02204-0.34449-0.17298-0.4375-0.3125-0.1576-0.24224-0.16703-0.69416-0.21875-1.2188-0.04542-0.46068-0.24764-0.95497-0.625-1.375 0.37302-0.41951 0.54842-0.91617 0.59375-1.375 0.05042-0.51041 0.09838-0.96692 0.25-1.2188 0.09479-0.14218 0.2606-0.29106 0.4375-0.3125l0.1875-0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l-0.2187-0.8121a0.25002
  0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0h-0.125zm2.625 0a0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.1875 0.8125a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.1875 0.03125c0.1763 0.02137 0.34004 0.16632 0.4375 0.3125 0.15152 0.25187 0.16834 0.70846 0.21875 1.2188 0.045371 0.45927 0.25111 0.95529 0.625 1.375-0.37736 0.42003-0.57958 0.91432-0.625 1.375-0.05172 0.52459-0.061149 0.97651-0.21875 1.2188-0.095677 0.14352-0.25626 0.29053-0.4375 0.3125h-0.1875a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.0625 0.
 25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.125l0.1875 0.84375a0.25002 0.25002 0 0 0 0.0625 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.0625 0l0.125-0.03125c0.00614-0.0004 0.02486 0.000497 0.03125 0 0.23237-0.01808 0.62385-0.0846 1-0.375 0.3865-0.29839 0.72937-0.83804 0.8125-1.6562 0.03054-0.29669 0.04635-0.56656 0.09375-0.8125s0.12182-0.45534 0.3125-0.59375c0.07296-0.05211 0.15827-0.07303 0.25-0.09375h0.03125l0.125-0.03125a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.09375 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-0.8125a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.125-0.03125c-0.27587-0.04696-0.53876-0.2383-0.625-0.8125-0.0011-0.0092 0.0011
 -0.02193 0-0.03125-0.02172-0.18821-0.04698-0.41542-0.0625-0.625-0.078-0.8229-0.402-1.3445-0.781-1.6564s-0.8014-0.4182-1.0623-0.4375h-0.125a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;enable-background:new;text-transform:none&quot; d=&quot;m6.5015 3.8198c-0.25562 0.01929-0.68218 0.12665-1.0625 0.4375s-0.7029 0.82923-0.78125 1.6562c-0.01595 0.21541-0.04213 0.44238-0.0625 0.625-0.001 0.009 0.0011 0.02233 0 0.03125-0.08624 0.5742-0.34913 0.76554-0.625 0.8125l-0.125 0.03125a0.25002 0.25002 0 0 0 -0.09375 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.09375 0.25002 0.25002 0 0 0 -0.03125 0.125v0.8125a0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.125 0.03125h0.03125c0.08878 0.02005 0.17292 0.03869 0.25 0.09375 0.1907 0.13841 0.2651 0.34781 0.3125 0.59375s0.06321 0.51581 0.09375 0.8125c0.08313 0.81821 0.426 1.3579 0.8125 1.6562 0.37615 0.2904 0.76763 0.35692 1 0.375 0.0064 0.000497 0.02511-0.0004 0.03125 0l0.125 0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.25
 002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l0.21875-0.84375a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-0.1875c-0.18184-0.02204-0.34449-0.17298-0.4375-0.3125-0.1576-0.24224-0.16703-0.69416-0.21875-1.2187-0.04542-0.46068-0.24764-0.95497-0.625-1.375 0.37302-0.41951 0.54842-0.91617 0.59375-1.375 0.05042-0.51041 0.09838-0.96692 0.25-1.2188 0.09479-0.14218 0.2606-0.29106 0.4375-0.3125l0.1875-0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l-0.2187-0.8124a0.25002
  0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0h-0.125zm2.625 0a0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.1875 0.8125a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.1875 0.03125c0.1763 0.02137 0.34004 0.16632 0.4375 0.3125 0.15152 0.25187 0.16834 0.70846 0.21875 1.2188 0.045371 0.45927 0.25111 0.95529 0.625 1.375-0.37736 0.42003-0.57958 0.91432-0.625 1.375-0.05172 0.52459-0.061149 0.97651-0.21875 1.2187-0.095677 0.14352-0.25626 0.29053-0.4375 0.3125h-0.1875a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.0625 0.
 25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.125l0.1875 0.84375a0.25002 0.25002 0 0 0 0.0625 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.0625 0l0.125-0.03125c0.00614-0.0004 0.02486 0.000497 0.03125 0 0.23237-0.01808 0.62385-0.0846 1-0.375 0.3865-0.29839 0.72937-0.83804 0.8125-1.6562 0.03054-0.29669 0.04635-0.56656 0.09375-0.8125s0.12182-0.45534 0.3125-0.59375c0.07296-0.05211 0.15827-0.07303 0.25-0.09375h0.03125l0.125-0.03125a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.09375 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-0.8125a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.125-0.03125c-0.27587-0.04696-0.53876-0.2383-0.625-0.8125-0.0011-0.0092 0.0011
 -0.02193 0-0.03125-0.02172-0.18821-0.04698-0.41542-0.0625-0.625-0.078-0.8232-0.402-1.3448-0.781-1.6567-0.379-0.312-0.8016-0.4182-1.0625-0.4375h-0.125a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; fill=&quot;url(#d)&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m6.4497 4.8501c-0.25562 0.01929-0.68218 0.12665-1.0625 0.4375s-0.7029 0.82923-0.78125 1.6562c-0.01595 0.21541-0.04213 0.44238-0.0625 0.625-0.001 0.009 0.0011 0.02233 0 0.03125-0.08624 0.5742-0.34913 0.76554-0.625 0.8125l-0.125 0.03125a0.25002 0.25002 0 0 0 -0.09375 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.09375 0.25002 0.25002 0 0 0 -0.03125 0.125v0.8125a0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.125 0.03125h0.03125c0.08878 0.02005 0.17292 0.03869 0.25 0.09375 0.1907 0.13841 0.2651 0.34781 0.3125 0.59375s0.06321 0.51581 0.09375 0.8125c0.08313 0.81821 0.426 1.3579 0.8125 1.6562 0.37615 0.2904 0.76763 0.35692 1 0.375 0.0064 0.000497 0.02511-0.0004 0.03125 0l0.125 0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 
 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l0.21875-0.84375a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-0.1875c-0.18184-0.02204-0.34449-0.17298-0.4375-0.3125-0.1576-0.24224-0.16703-0.69416-0.21875-1.2188-0.04542-0.46068-0.24764-0.95497-0.625-1.375 0.37302-0.41951 0.54842-0.91617 0.59375-1.375 0.05042-0.51041 0.09838-0.96692 0.25-1.2188 0.09479-0.14218 0.2606-0.29106 0.4375-0.3125l0.1875-0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l-0.2187-0.8121a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -
 0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0h-0.125zm2.625 0a0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.1875 0.8125a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.1875 0.03125c0.1763 0.02137 0.34004 0.16632 0.4375 0.3125 0.15152 0.25187 0.16834 0.70846 0.21875 1.2188 0.045371 0.45927 0.25111 0.95529 0.625 1.375-0.37736 0.42003-0.57958 0.91432-0.625 1.375-0.05172 0.52459-0.061149 0.97651-0.21875 1.2188-0.095677 0.14352-0.25626 0.29053-0.4375 0.3125h-0.1875a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.250
 02 0 0 0 -0.03125 0.125l0.1875 0.84375a0.25002 0.25002 0 0 0 0.0625 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.0625 0l0.125-0.03125c0.00614-0.0004 0.02486 0.000497 0.03125 0 0.23237-0.01808 0.62385-0.0846 1-0.375 0.3865-0.29839 0.72937-0.83804 0.8125-1.6562 0.03054-0.29669 0.04635-0.56656 0.09375-0.8125s0.12182-0.45534 0.3125-0.59375c0.07296-0.05211 0.15827-0.07303 0.25-0.09375h0.03125l0.125-0.03125a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.09375 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-0.8125a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.125-0.03125c-0.27587-0.04696-0.53876-0.2383-0.625-0.8125-0.0011-0.0092 0.0011-0.02193 0-0.03125-0.02172-0.18821-0.04698-0.41542-0.0625-0.625-0.078-0.8229-0.402-1.344
 5-0.781-1.6564s-0.8014-0.4182-1.0623-0.4375h-0.125a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m6.5015 3.8198c-0.25562 0.01929-0.68218 0.12665-1.0625 0.4375s-0.7029 0.82923-0.78125 1.6562c-0.01595 0.21541-0.04213 0.44238-0.0625 0.625-0.001 0.009 0.0011 0.02233 0 0.03125-0.08624 0.5742-0.34913 0.76554-0.625 0.8125l-0.125 0.03125a0.25002 0.25002 0 0 0 -0.09375 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.09375 0.25002 0.25002 0 0 0 -0.03125 0.125v0.8125a0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.125 0.03125h0.03125c0.08878 0.02005 0.17292 0.03869 0.25 0.09375 0.1907 0.13841 0.2651 0.34781 0.3125 0.59375s0.06321 0.51581 0.09375 0.8125c0.08313 0.81821 0.426 1.3579 0.8125 1.6562 0.37615 0.2904 0.76763 0.35692 1 0.375 0.0064 0.000497 0.02511-0.0004 0.03125 0l0.125 0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.250
 02 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l0.21875-0.84375a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-0.1875c-0.18184-0.02204-0.34449-0.17298-0.4375-0.3125-0.1576-0.24224-0.16703-0.69416-0.21875-1.2187-0.04542-0.46068-0.24764-0.95497-0.625-1.375 0.37302-0.41951 0.54842-0.91617 0.59375-1.375 0.05042-0.51041 0.09838-0.96692 0.25-1.2188 0.09479-0.14218 0.2606-0.29106 0.4375-0.3125l0.1875-0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l-0.2187-0.8124a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 
 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0h-0.125zm2.625 0a0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.1875 0.8125a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.1875 0.03125c0.1763 0.02137 0.34004 0.16632 0.4375 0.3125 0.15152 0.25187 0.16834 0.70846 0.21875 1.2188 0.045371 0.45927 0.25111 0.95529 0.625 1.375-0.37736 0.42003-0.57958 0.91432-0.625 1.375-0.05172 0.52459-0.061149 0.97651-0.21875 1.2187-0.095677 0.14352-0.25626 0.29053-0.4375 0.3125h-0.1875a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.
 25002 0 0 0 -0.03125 0.125l0.1875 0.84375a0.25002 0.25002 0 0 0 0.0625 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.0625 0l0.125-0.03125c0.00614-0.0004 0.02486 0.000497 0.03125 0 0.23237-0.01808 0.62385-0.0846 1-0.375 0.3865-0.29839 0.72937-0.83804 0.8125-1.6562 0.03054-0.29669 0.04635-0.56656 0.09375-0.8125s0.12182-0.45534 0.3125-0.59375c0.07296-0.05211 0.15827-0.07303 0.25-0.09375h0.03125l0.125-0.03125a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.09375 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-0.8125a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.125-0.03125c-0.27587-0.04696-0.53876-0.2383-0.625-0.8125-0.0011-0.0092 0.0011-0.02193 0-0.03125-0.02172-0.18821-0.04698-0.41542-0.0625-0.625-0.078-0.8232-0.402-1.
 3448-0.781-1.6567-0.379-0.312-0.8016-0.4182-1.0625-0.4375h-0.125a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkStyleRuleInheritedsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StyleRuleInherited.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StyleRuleInherited.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StyleRuleInherited.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,27 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#dcdcdc&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#9b9b9b&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#d3d7cf&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#888a85&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#d3d7cf&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#c)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
- &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
- &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
- &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;enable-background:new;text-transform:none&quot; d=&quot;m6.4497 4.8501c-0.25562 0.01929-0.68218 0.12665-1.0625 0.4375s-0.7029 0.82923-0.78125 1.6562c-0.01595 0.21541-0.04213 0.44238-0.0625 0.625-0.001 0.009 0.0011 0.02233 0 0.03125-0.08624 0.5742-0.34913 0.76554-0.625 0.8125l-0.125 0.03125a0.25002 0.25002 0 0 0 -0.09375 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.09375 0.25002 0.25002 0 0 0 -0.03125 0.125v0.8125a0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.125 0.03125h0.03125c0.08878 0.02005 0.17292 0.03869 0.25 0.09375 0.1907 0.13841 0.2651 0.34781 0.3125 0.59375s0.06321 0.51581 0.09375 0.8125c0.08313 0.81821 0.426 1.3579 0.8125 1.6562 0.37615 0.2904 0.76763 0.35692 1 0.375 0.0064 0.000497 0.02511-0.0004 0.03125 0l0.125 0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.250
 02 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l0.21875-0.84375a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-0.1875c-0.18184-0.02204-0.34449-0.17298-0.4375-0.3125-0.1576-0.24224-0.16703-0.69416-0.21875-1.2187-0.04542-0.46068-0.24764-0.95497-0.625-1.375 0.37302-0.41951 0.54842-0.91617 0.59375-1.375 0.05042-0.51041 0.09838-0.96692 0.25-1.2188 0.09479-0.14218 0.2606-0.29106 0.4375-0.3125l0.1875-0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l-0.21875-0.8125a0.25002
  0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0h-0.125zm2.625 0a0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.1875 0.8125a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.1875 0.03125c0.1763 0.02137 0.34004 0.16632 0.4375 0.3125 0.15152 0.25187 0.16834 0.70846 0.21875 1.2188 0.045371 0.45927 0.25111 0.95529 0.625 1.375-0.37736 0.42003-0.57958 0.91432-0.625 1.375-0.05172 0.52459-0.061149 0.97651-0.21875 1.2187-0.095677 0.14352-0.25626 0.29053-0.4375 0.3125h-0.1875a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.0625 0.
 25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.125l0.1875 0.84375a0.25002 0.25002 0 0 0 0.0625 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.0625 0l0.125-0.03125c0.00614-0.0004 0.02486 0.000497 0.03125 0 0.23237-0.01808 0.62385-0.0846 1-0.375 0.3865-0.29839 0.72937-0.83804 0.8125-1.6562 0.03054-0.29669 0.04635-0.56656 0.09375-0.8125s0.12182-0.45534 0.3125-0.59375c0.07296-0.05211 0.15827-0.07303 0.25-0.09375h0.03125l0.125-0.03125a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.09375 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-0.8125a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.125-0.03125c-0.27587-0.04696-0.53876-0.2383-0.625-0.8125-0.0011-0.0092 0.0011
 -0.02193 0-0.03125-0.02172-0.18821-0.04698-0.41542-0.0625-0.625-0.07836-0.82274-0.40221-1.3443-0.78125-1.6562-0.37904-0.31194-0.80161-0.41818-1.0625-0.4375h-0.125a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
- &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;enable-background:new;text-transform:none&quot; d=&quot;m6.5015 3.8198c-0.25562 0.01929-0.68218 0.12665-1.0625 0.4375s-0.7029 0.82923-0.78125 1.6562c-0.01595 0.21541-0.04213 0.44238-0.0625 0.625-0.001 0.009 0.0011 0.02233 0 0.03125-0.08624 0.5742-0.34913 0.76554-0.625 0.8125l-0.125 0.03125a0.25002 0.25002 0 0 0 -0.09375 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.09375 0.25002 0.25002 0 0 0 -0.03125 0.125v0.8125a0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.125 0.03125h0.03125c0.08878 0.02005 0.17292 0.03869 0.25 0.09375 0.1907 0.13841 0.2651 0.34781 0.3125 0.59375s0.06321 0.51581 0.09375 0.8125c0.08313 0.81821 0.426 1.3579 0.8125 1.6562 0.37615 0.2904 0.76763 0.35692 1 0.375 0.0064 0.000497 0.02511-0.000399 0.03125 0l0.125 0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.2
 5002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l0.21875-0.84375a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-0.1875c-0.18184-0.02204-0.34449-0.17298-0.4375-0.3125-0.1576-0.24224-0.16703-0.69416-0.21875-1.2187-0.04542-0.46068-0.24764-0.95497-0.625-1.375 0.37302-0.41951 0.54842-0.91617 0.59375-1.375 0.05042-0.51041 0.09838-0.96692 0.25-1.2188 0.09479-0.14218 0.2606-0.29106 0.4375-0.3125l0.1875-0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l-0.21875-0.8125a0.250
 02 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0h-0.125zm2.625 0a0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.1875 0.8125a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.1875 0.03125c0.1763 0.02137 0.34004 0.16632 0.4375 0.3125 0.15152 0.25187 0.16834 0.70846 0.21875 1.2188 0.045371 0.45927 0.25111 0.95529 0.625 1.375-0.37736 0.42003-0.57958 0.91432-0.625 1.375-0.05172 0.52459-0.061149 0.97651-0.21875 1.2187-0.095677 0.14352-0.25626 0.29053-0.4375 0.3125h-0.1875a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.0625 
 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.125l0.1875 0.84375a0.25002 0.25002 0 0 0 0.0625 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.0625 0l0.125-0.03125c0.00614-0.0004 0.02486 0.000497 0.03125 0 0.23237-0.01808 0.62385-0.0846 1-0.375 0.3865-0.29839 0.72937-0.83804 0.8125-1.6562 0.03054-0.29669 0.04635-0.56656 0.09375-0.8125s0.12182-0.45534 0.3125-0.59375c0.07296-0.05211 0.15827-0.07303 0.25-0.09375h0.03125l0.125-0.03125a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.09375 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-0.8125a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.125-0.03125c-0.27587-0.04696-0.53876-0.2383-0.625-0.8125-0.0011-0.0092 0.00
 11-0.02193 0-0.03125-0.02172-0.18821-0.04698-0.41542-0.0625-0.625-0.07836-0.82274-0.40221-1.3443-0.78125-1.6562-0.37904-0.31194-0.80161-0.41818-1.0625-0.4375h-0.125a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; fill=&quot;url(#d)&quot;/&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m6.4497 4.8501c-0.25562 0.01929-0.68218 0.12665-1.0625 0.4375s-0.7029 0.82923-0.78125 1.6562c-0.01595 0.21541-0.04213 0.44238-0.0625 0.625-0.001 0.009 0.0011 0.02233 0 0.03125-0.08624 0.5742-0.34913 0.76554-0.625 0.8125l-0.125 0.03125a0.25002 0.25002 0 0 0 -0.09375 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.09375 0.25002 0.25002 0 0 0 -0.03125 0.125v0.8125a0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.125 0.03125h0.03125c0.08878 0.02005 0.17292 0.03869 0.25 0.09375 0.1907 0.13841 0.2651 0.34781 0.3125 0.59375s0.06321 0.51581 0.09375 0.8125c0.08313 0.81821 0.426 1.3579 0.8125 1.6562 0.37615 0.2904 0.76763 0.35692 1 0.375 0.0064 0.000497 0.02511-0.0004 0.03125 0l0.125 0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 
 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l0.21875-0.84375a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-0.1875c-0.18184-0.02204-0.34449-0.17298-0.4375-0.3125-0.1576-0.24224-0.16703-0.69416-0.21875-1.2187-0.04542-0.46068-0.24764-0.95497-0.625-1.375 0.37302-0.41951 0.54842-0.91617 0.59375-1.375 0.05042-0.51041 0.09838-0.96692 0.25-1.2188 0.09479-0.14218 0.2606-0.29106 0.4375-0.3125l0.1875-0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l-0.21875-0.8125a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 
 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0h-0.125zm2.625 0a0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.1875 0.8125a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.1875 0.03125c0.1763 0.02137 0.34004 0.16632 0.4375 0.3125 0.15152 0.25187 0.16834 0.70846 0.21875 1.2188 0.045371 0.45927 0.25111 0.95529 0.625 1.375-0.37736 0.42003-0.57958 0.91432-0.625 1.375-0.05172 0.52459-0.061149 0.97651-0.21875 1.2187-0.095677 0.14352-0.25626 0.29053-0.4375 0.3125h-0.1875a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25
 002 0 0 0 -0.03125 0.125l0.1875 0.84375a0.25002 0.25002 0 0 0 0.0625 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.0625 0l0.125-0.03125c0.00614-0.0004 0.02486 0.000497 0.03125 0 0.23237-0.01808 0.62385-0.0846 1-0.375 0.3865-0.29839 0.72937-0.83804 0.8125-1.6562 0.03054-0.29669 0.04635-0.56656 0.09375-0.8125s0.12182-0.45534 0.3125-0.59375c0.07296-0.05211 0.15827-0.07303 0.25-0.09375h0.03125l0.125-0.03125a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.09375 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-0.8125a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.125-0.03125c-0.27587-0.04696-0.53876-0.2383-0.625-0.8125-0.0011-0.0092 0.0011-0.02193 0-0.03125-0.02172-0.18821-0.04698-0.41542-0.0625-0.625-0.07836-0.82274-0.40221
 -1.3443-0.78125-1.6562-0.37904-0.31194-0.80161-0.41818-1.0625-0.4375h-0.125a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m6.5015 3.8198c-0.25562 0.01929-0.68218 0.12665-1.0625 0.4375s-0.7029 0.82923-0.78125 1.6562c-0.01595 0.21541-0.04213 0.44238-0.0625 0.625-0.001 0.009 0.0011 0.02233 0 0.03125-0.08624 0.5742-0.34913 0.76554-0.625 0.8125l-0.125 0.03125a0.25002 0.25002 0 0 0 -0.09375 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.09375 0.25002 0.25002 0 0 0 -0.03125 0.125v0.8125a0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.125 0.03125h0.03125c0.08878 0.02005 0.17292 0.03869 0.25 0.09375 0.1907 0.13841 0.2651 0.34781 0.3125 0.59375s0.06321 0.51581 0.09375 0.8125c0.08313 0.81821 0.426 1.3579 0.8125 1.6562 0.37615 0.2904 0.76763 0.35692 1 0.375 0.0064 0.000497 0.02511-0.000399 0.03125 0l0.125 0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.2
 5002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l0.21875-0.84375a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-0.1875c-0.18184-0.02204-0.34449-0.17298-0.4375-0.3125-0.1576-0.24224-0.16703-0.69416-0.21875-1.2187-0.04542-0.46068-0.24764-0.95497-0.625-1.375 0.37302-0.41951 0.54842-0.91617 0.59375-1.375 0.05042-0.51041 0.09838-0.96692 0.25-1.2188 0.09479-0.14218 0.2606-0.29106 0.4375-0.3125l0.1875-0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l-0.21875-0.8125a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0
  0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0h-0.125zm2.625 0a0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.1875 0.8125a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.1875 0.03125c0.1763 0.02137 0.34004 0.16632 0.4375 0.3125 0.15152 0.25187 0.16834 0.70846 0.21875 1.2188 0.045371 0.45927 0.25111 0.95529 0.625 1.375-0.37736 0.42003-0.57958 0.91432-0.625 1.375-0.05172 0.52459-0.061149 0.97651-0.21875 1.2187-0.095677 0.14352-0.25626 0.29053-0.4375 0.3125h-0.1875a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002
  0.25002 0 0 0 -0.03125 0.125l0.1875 0.84375a0.25002 0.25002 0 0 0 0.0625 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.0625 0l0.125-0.03125c0.00614-0.0004 0.02486 0.000497 0.03125 0 0.23237-0.01808 0.62385-0.0846 1-0.375 0.3865-0.29839 0.72937-0.83804 0.8125-1.6562 0.03054-0.29669 0.04635-0.56656 0.09375-0.8125s0.12182-0.45534 0.3125-0.59375c0.07296-0.05211 0.15827-0.07303 0.25-0.09375h0.03125l0.125-0.03125a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.09375 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-0.8125a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.125-0.03125c-0.27587-0.04696-0.53876-0.2383-0.625-0.8125-0.0011-0.0092 0.0011-0.02193 0-0.03125-0.02172-0.18821-0.04698-0.41542-0.0625-0.625-0.07836-0.82274-0.
 40221-1.3443-0.78125-1.6562-0.37904-0.31194-0.80161-0.41818-1.0625-0.4375h-0.125a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkStyleRuleInheritedElementsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StyleRuleInheritedElement.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StyleRuleInheritedElement.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StyleRuleInheritedElement.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,27 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#dcdcdc&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#9b9b9b&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#d3d7cf&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#888a85&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#d3d7cf&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#c)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
- &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
- &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
- &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m5.1843 4.8494a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625v8c-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.0095 0.01131 0.01994 0.02178 0.03125 0.03125 0.02072 0.0026 0.04178 0.0026 0.0625 0 0.0104 0.000651 0.02085 0.000651 0.03125 0h5.2187a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375v-1.3125a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002
  0.25002 0 0 0 -0.0625 -0.03125h-3.5625v-1.5938h3.1562a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.3125a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125h-3.1562v-1.5h3.5625a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.2813a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0
  -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-5.2187a0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
- &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m5.2361 3.819a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625v8c-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.0095 0.01131 0.01994 0.02178 0.03125 0.03125 0.02072 0.0026 0.04178 0.0026 0.0625 0 0.0104 0.000651 0.02085 0.000651 0.03125 0h5.2187a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375v-1.3125a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 
 0.25002 0 0 0 -0.0625 -0.03125h-3.5625v-1.5938h3.1562a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.3125a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125h-3.1562v-1.5h3.5625a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.2813a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 
 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-5.2187a0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; fill=&quot;url(#d)&quot;/&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m5.1843 4.8494a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625v8c-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.0095 0.01131 0.01994 0.02178 0.03125 0.03125 0.02072 0.0026 0.04178 0.0026 0.0625 0 0.0104 0.000651 0.02085 0.000651 0.03125 0h5.2187a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375v-1.3125a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.0625 -0.03125h
 -3.5625v-1.5938h3.1562a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.3125a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125h-3.1562v-1.5h3.5625a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.2813a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.250
 02 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-5.2187a0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m5.2361 3.819a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625v8c-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.0095 0.01131 0.01994 0.02178 0.03125 0.03125 0.02072 0.0026 0.04178 0.0026 0.0625 0 0.0104 0.000651 0.02085 0.000651 0.03125 0h5.2187a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375v-1.3125a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.0625 -0.0312
 5h-3.5625v-1.5938h3.1562a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.3125a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125h-3.1562v-1.5h3.5625a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.2813a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.2
 5002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-5.2187a0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkStyleRuleInspectorsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StyleRuleInspector.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StyleRuleInspector.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StyleRuleInspector.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,27 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#dcf6c2&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#4e9a06&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#d3f4b2&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#4e9a06&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#8ae234&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#c)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
- &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
- &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
- &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;enable-background:new;text-transform:none&quot; d=&quot;m6.4497 4.8501c-0.25563 0.019293-0.68218 0.12665-1.0625 0.4375s-0.7029 0.82923-0.78125 1.6562c-0.01595 0.21541-0.04213 0.44238-0.0625 0.625-0.001 0.00904 0.0011 0.022329 0 0.03125-0.08624 0.5742-0.34913 0.76554-0.625 0.8125l-0.125 0.03125a0.25002 0.25002 0 0 0 -0.09375 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.09375 0.25002 0.25002 0 0 0 -0.03125 0.125v0.8125a0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.125 0.03125h0.03125c0.08878 0.020053 0.17292 0.038693 0.25 0.09375 0.1907 0.13841 0.2651 0.34781 0.3125 0.59375s0.06321 0.51581 0.09375 0.8125c0.08313 0.81821 0.426 1.3579 0.8125 1.6562 0.37615 0.2904 0.76763 0.35692 1 0.375 0.00639 0.000497 0.025108-0.000401 0.03125 0l0.125 0.03125a0.25002 0.25002 0 0 0 0.06
 25 0 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l0.21875-0.84375a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-0.1875c-0.18184-0.02204-0.34449-0.17298-0.4375-0.3125-0.1576-0.24224-0.16703-0.69416-0.21875-1.2188-0.04542-0.46068-0.24764-0.95497-0.625-1.375 0.37302-0.4195 0.54842-0.91617 0.59375-1.375 0.050423-0.51041 0.098381-0.96692 0.25-1.2188 0.094788-0.14218 0.2606-0.29106 0.4375-0.3125l0.1875-0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l-0.21875-0.
 8125a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0h-0.125zm2.625 0a0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.1875 0.8125a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.1875 0.03125c0.1763 0.021371 0.34004 0.16632 0.4375 0.3125 0.15152 0.25187 0.16834 0.70846 0.21875 1.2188 0.045371 0.45927 0.25111 0.95529 0.625 1.375-0.37736 0.42003-0.57958 0.91432-0.625 1.375-0.05172 0.52459-0.061149 0.97651-0.21875 1.2188-0.095677 0.14352-0.25626 0.29053-0.4375 0.3125h-0.1875a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.09
 375 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.125l0.1875 0.84375a0.25002 0.25002 0 0 0 0.0625 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.0625 0l0.125-0.03125c0.00614-0.000401 0.02486 0.000497 0.03125 0 0.23237-0.01808 0.62385-0.0846 1-0.375 0.3865-0.29839 0.72937-0.83804 0.8125-1.6562 0.03054-0.29669 0.04635-0.56656 0.09375-0.8125s0.12182-0.45534 0.3125-0.59375c0.07296-0.052111 0.15827-0.073031 0.25-0.09375h0.03125l0.125-0.03125a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.09375 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-0.8125a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.125-0.03125c-0.27587-0.046959-0.53876-0.2383-0.625-0.8125-0.
 0011-0.00923 0.0011-0.021928 0-0.03125-0.02172-0.18821-0.04698-0.41542-0.0625-0.625-0.07836-0.82274-0.40221-1.3443-0.78125-1.6562-0.37904-0.31194-0.80161-0.41817-1.0625-0.4375h-0.125a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
- &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;enable-background:new;text-transform:none&quot; d=&quot;m6.5015 3.8198c-0.25563 0.01929-0.68218 0.12665-1.0625 0.4375s-0.7029 0.82923-0.78125 1.6562c-0.01595 0.21541-0.04213 0.44238-0.0625 0.625-0.001 0.009 0.0011 0.02233 0 0.03125-0.08624 0.5742-0.34913 0.76554-0.625 0.8125l-0.125 0.03125a0.25002 0.25002 0 0 0 -0.09375 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.09375 0.25002 0.25002 0 0 0 -0.03125 0.125v0.8125a0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.125 0.03125h0.03125c0.08878 0.02005 0.17292 0.03869 0.25 0.09375 0.1907 0.13841 0.2651 0.34781 0.3125 0.59375s0.06321 0.51581 0.09375 0.8125c0.08313 0.81821 0.426 1.3579 0.8125 1.6562 0.37615 0.2904 0.76763 0.35692 1 0.375 0.00639 0.000497 0.025108-0.0004 0.03125 0l0.125 0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.2
 5002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l0.21875-0.84375a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-0.1875c-0.18184-0.02204-0.34449-0.17298-0.4375-0.3125-0.1576-0.24224-0.16703-0.69416-0.21875-1.2187-0.04542-0.46068-0.24764-0.95497-0.625-1.375 0.37302-0.41951 0.54842-0.91617 0.59375-1.375 0.050423-0.51041 0.098381-0.96692 0.25-1.2188 0.094788-0.14218 0.2606-0.29106 0.4375-0.3125l0.1875-0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l-0.21875-0.8125a0.
 25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0h-0.125zm2.625 0a0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.1875 0.8125a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.1875 0.03125c0.1763 0.02137 0.34004 0.16632 0.4375 0.3125 0.15152 0.25187 0.16834 0.70846 0.21875 1.2188 0.045371 0.45927 0.25111 0.95529 0.625 1.375-0.37736 0.42003-0.57958 0.91432-0.625 1.375-0.05172 0.52459-0.061149 0.97651-0.21875 1.2187-0.095677 0.14352-0.25626 0.29053-0.4375 0.3125h-0.1875a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.06
 25 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.125l0.1875 0.84375a0.25002 0.25002 0 0 0 0.0625 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.0625 0l0.125-0.03125c0.00614-0.0004 0.02486 0.000497 0.03125 0 0.23237-0.01808 0.62385-0.0846 1-0.375 0.3865-0.29839 0.72937-0.83804 0.8125-1.6562 0.03054-0.29669 0.04635-0.56656 0.09375-0.8125s0.12182-0.45534 0.3125-0.59375c0.07296-0.05211 0.15827-0.07303 0.25-0.09375h0.03125l0.125-0.03125a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.09375 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-0.8125a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.125-0.03125c-0.27587-0.04696-0.53876-0.2383-0.625-0.8125-0.0011-0.0092 0
 .0011-0.02193 0-0.03125-0.02172-0.18821-0.04698-0.41542-0.0625-0.625-0.07836-0.82274-0.40221-1.3443-0.78125-1.6562-0.37904-0.31194-0.80161-0.41818-1.0625-0.4375h-0.125a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; fill=&quot;url(#d)&quot;/&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m6.4497 4.8501c-0.25563 0.019293-0.68218 0.12665-1.0625 0.4375s-0.7029 0.82923-0.78125 1.6562c-0.01595 0.21541-0.04213 0.44238-0.0625 0.625-0.001 0.00904 0.0011 0.022329 0 0.03125-0.08624 0.5742-0.34913 0.76554-0.625 0.8125l-0.125 0.03125a0.25002 0.25002 0 0 0 -0.09375 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.09375 0.25002 0.25002 0 0 0 -0.03125 0.125v0.8125a0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.125 0.03125h0.03125c0.08878 0.020053 0.17292 0.038693 0.25 0.09375 0.1907 0.13841 0.2651 0.34781 0.3125 0.59375s0.06321 0.51581 0.09375 0.8125c0.08313 0.81821 0.426 1.3579 0.8125 1.6562 0.37615 0.2904 0.76763 0.35692 1 0.375 0.00639 0.000497 0.025108-0.000401 0.03125 0l0.125 0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.2500
 2 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l0.21875-0.84375a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-0.1875c-0.18184-0.02204-0.34449-0.17298-0.4375-0.3125-0.1576-0.24224-0.16703-0.69416-0.21875-1.2188-0.04542-0.46068-0.24764-0.95497-0.625-1.375 0.37302-0.4195 0.54842-0.91617 0.59375-1.375 0.050423-0.51041 0.098381-0.96692 0.25-1.2188 0.094788-0.14218 0.2606-0.29106 0.4375-0.3125l0.1875-0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l-0.21875-0.8125a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.
 25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0h-0.125zm2.625 0a0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.1875 0.8125a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.1875 0.03125c0.1763 0.021371 0.34004 0.16632 0.4375 0.3125 0.15152 0.25187 0.16834 0.70846 0.21875 1.2188 0.045371 0.45927 0.25111 0.95529 0.625 1.375-0.37736 0.42003-0.57958 0.91432-0.625 1.375-0.05172 0.52459-0.061149 0.97651-0.21875 1.2188-0.095677 0.14352-0.25626 0.29053-0.4375 0.3125h-0.1875a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625
  0.25002 0.25002 0 0 0 -0.03125 0.125l0.1875 0.84375a0.25002 0.25002 0 0 0 0.0625 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.0625 0l0.125-0.03125c0.00614-0.000401 0.02486 0.000497 0.03125 0 0.23237-0.01808 0.62385-0.0846 1-0.375 0.3865-0.29839 0.72937-0.83804 0.8125-1.6562 0.03054-0.29669 0.04635-0.56656 0.09375-0.8125s0.12182-0.45534 0.3125-0.59375c0.07296-0.052111 0.15827-0.073031 0.25-0.09375h0.03125l0.125-0.03125a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.09375 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-0.8125a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.125-0.03125c-0.27587-0.046959-0.53876-0.2383-0.625-0.8125-0.0011-0.00923 0.0011-0.021928 0-0.03125-0.02172-0.18821-0.04698-0.41542-0.0625-0.625-0.0
 7836-0.82274-0.40221-1.3443-0.78125-1.6562-0.37904-0.31194-0.80161-0.41817-1.0625-0.4375h-0.125a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m6.5015 3.8198c-0.25563 0.01929-0.68218 0.12665-1.0625 0.4375s-0.7029 0.82923-0.78125 1.6562c-0.01595 0.21541-0.04213 0.44238-0.0625 0.625-0.001 0.009 0.0011 0.02233 0 0.03125-0.08624 0.5742-0.34913 0.76554-0.625 0.8125l-0.125 0.03125a0.25002 0.25002 0 0 0 -0.09375 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.09375 0.25002 0.25002 0 0 0 -0.03125 0.125v0.8125a0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.125 0.03125h0.03125c0.08878 0.02005 0.17292 0.03869 0.25 0.09375 0.1907 0.13841 0.2651 0.34781 0.3125 0.59375s0.06321 0.51581 0.09375 0.8125c0.08313 0.81821 0.426 1.3579 0.8125 1.6562 0.37615 0.2904 0.76763 0.35692 1 0.375 0.00639 0.000497 0.025108-0.0004 0.03125 0l0.125 0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.2
 5002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l0.21875-0.84375a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-0.1875c-0.18184-0.02204-0.34449-0.17298-0.4375-0.3125-0.1576-0.24224-0.16703-0.69416-0.21875-1.2187-0.04542-0.46068-0.24764-0.95497-0.625-1.375 0.37302-0.41951 0.54842-0.91617 0.59375-1.375 0.050423-0.51041 0.098381-0.96692 0.25-1.2188 0.094788-0.14218 0.2606-0.29106 0.4375-0.3125l0.1875-0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l-0.21875-0.8125a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.2500
 2 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0h-0.125zm2.625 0a0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.1875 0.8125a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.1875 0.03125c0.1763 0.02137 0.34004 0.16632 0.4375 0.3125 0.15152 0.25187 0.16834 0.70846 0.21875 1.2188 0.045371 0.45927 0.25111 0.95529 0.625 1.375-0.37736 0.42003-0.57958 0.91432-0.625 1.375-0.05172 0.52459-0.061149 0.97651-0.21875 1.2187-0.095677 0.14352-0.25626 0.29053-0.4375 0.3125h-0.1875a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25
 002 0.25002 0 0 0 -0.03125 0.125l0.1875 0.84375a0.25002 0.25002 0 0 0 0.0625 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.0625 0l0.125-0.03125c0.00614-0.0004 0.02486 0.000497 0.03125 0 0.23237-0.01808 0.62385-0.0846 1-0.375 0.3865-0.29839 0.72937-0.83804 0.8125-1.6562 0.03054-0.29669 0.04635-0.56656 0.09375-0.8125s0.12182-0.45534 0.3125-0.59375c0.07296-0.05211 0.15827-0.07303 0.25-0.09375h0.03125l0.125-0.03125a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.09375 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-0.8125a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.125-0.03125c-0.27587-0.04696-0.53876-0.2383-0.625-0.8125-0.0011-0.0092 0.0011-0.02193 0-0.03125-0.02172-0.18821-0.04698-0.41542-0.0625-0.625-0.07836-0.82274
 -0.40221-1.3443-0.78125-1.6562-0.37904-0.31194-0.80161-0.41818-1.0625-0.4375h-0.125a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkStyleRuleUsersvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StyleRuleUser.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StyleRuleUser.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StyleRuleUser.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,29 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
+   &lt;stop stop-color=&quot;#c4a000&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fef4a8&quot; offset=&quot;1&quot;/&gt;
+  &lt;/linearGradient&gt;
+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fef6ba&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#c4a000&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fef4a8&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
-   &lt;stop stop-color=&quot;#c4a000&quot; offset=&quot;0&quot;/&gt;
-   &lt;stop stop-color=&quot;#fef4a8&quot; offset=&quot;1&quot;/&gt;
-  &lt;/linearGradient&gt;
</del><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;g&gt;
-  &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#c)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
-  &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
-  &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;enable-background:new;text-transform:none&quot; d=&quot;m6.4497 4.8501c-0.25562 0.01929-0.68218 0.12665-1.0625 0.4375s-0.7029 0.82923-0.78125 1.6562c-0.01595 0.21541-0.04213 0.44238-0.0625 0.625-0.001 0.009 0.0011 0.02233 0 0.03125-0.08624 0.5742-0.34913 0.76554-0.625 0.8125l-0.125 0.03125a0.25002 0.25002 0 0 0 -0.09375 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.09375 0.25002 0.25002 0 0 0 -0.03125 0.125v0.8125a0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.125 0.03125h0.03125c0.08878 0.02005 0.17292 0.03869 0.25 0.09375 0.1907 0.13841 0.2651 0.34781 0.3125 0.59375s0.06321 0.51581 0.09375 0.8125c0.08313 0.81821 0.426 1.3579 0.8125 1.6562 0.37615 0.2904 0.76763 0.35692 1 0.375 0.0064 0.000497 0.02511-0.0004 0.03125 0l0.125 0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.25
 002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l0.21875-0.84375a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-0.1875c-0.18184-0.02204-0.34449-0.17298-0.4375-0.3125-0.1576-0.24224-0.16703-0.69416-0.21875-1.2188-0.04542-0.46068-0.24764-0.95497-0.625-1.375 0.37302-0.41951 0.54842-0.91617 0.59375-1.375 0.05042-0.51041 0.09838-0.96692 0.25-1.2188 0.09479-0.14218 0.2606-0.29106 0.4375-0.3125l0.1875-0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l-0.2187-0.8121a0.25002
  0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0h-0.125zm2.625 0a0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.1875 0.8125a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.1875 0.03125c0.1763 0.02137 0.34004 0.16632 0.4375 0.3125 0.15152 0.25187 0.16834 0.70846 0.21875 1.2188 0.045371 0.45927 0.25111 0.95529 0.625 1.375-0.37736 0.42003-0.57958 0.91432-0.625 1.375-0.05172 0.52459-0.061149 0.97651-0.21875 1.2188-0.095677 0.14352-0.25626 0.29053-0.4375 0.3125h-0.1875a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.0625 0.
 25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.125l0.1875 0.84375a0.25002 0.25002 0 0 0 0.0625 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.0625 0l0.125-0.03125c0.00614-0.0004 0.02486 0.000497 0.03125 0 0.23237-0.01808 0.62385-0.0846 1-0.375 0.3865-0.29839 0.72937-0.83804 0.8125-1.6562 0.03054-0.29669 0.04635-0.56656 0.09375-0.8125s0.12182-0.45534 0.3125-0.59375c0.07296-0.05211 0.15827-0.07303 0.25-0.09375h0.03125l0.125-0.03125a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.09375 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-0.8125a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.125-0.03125c-0.27587-0.04696-0.53876-0.2383-0.625-0.8125-0.0011-0.0092 0.0011
 -0.02193 0-0.03125-0.02172-0.18821-0.04698-0.41542-0.0625-0.625-0.078-0.8229-0.402-1.3445-0.781-1.6564s-0.8014-0.4182-1.0623-0.4375h-0.125a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;enable-background:new;text-transform:none&quot; d=&quot;m6.5015 3.8198c-0.25562 0.01929-0.68218 0.12665-1.0625 0.4375s-0.7029 0.82923-0.78125 1.6562c-0.01595 0.21541-0.04213 0.44238-0.0625 0.625-0.001 0.009 0.0011 0.02233 0 0.03125-0.08624 0.5742-0.34913 0.76554-0.625 0.8125l-0.125 0.03125a0.25002 0.25002 0 0 0 -0.09375 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.09375 0.25002 0.25002 0 0 0 -0.03125 0.125v0.8125a0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.125 0.03125h0.03125c0.08878 0.02005 0.17292 0.03869 0.25 0.09375 0.1907 0.13841 0.2651 0.34781 0.3125 0.59375s0.06321 0.51581 0.09375 0.8125c0.08313 0.81821 0.426 1.3579 0.8125 1.6562 0.37615 0.2904 0.76763 0.35692 1 0.375 0.0064 0.000497 0.02511-0.0004 0.03125 0l0.125 0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.25
 002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l0.21875-0.84375a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-0.1875c-0.18184-0.02204-0.34449-0.17298-0.4375-0.3125-0.1576-0.24224-0.16703-0.69416-0.21875-1.2187-0.04542-0.46068-0.24764-0.95497-0.625-1.375 0.37302-0.41951 0.54842-0.91617 0.59375-1.375 0.05042-0.51041 0.09838-0.96692 0.25-1.2188 0.09479-0.14218 0.2606-0.29106 0.4375-0.3125l0.1875-0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l-0.2187-0.8124a0.25002
  0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0h-0.125zm2.625 0a0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.1875 0.8125a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.1875 0.03125c0.1763 0.02137 0.34004 0.16632 0.4375 0.3125 0.15152 0.25187 0.16834 0.70846 0.21875 1.2188 0.045371 0.45927 0.25111 0.95529 0.625 1.375-0.37736 0.42003-0.57958 0.91432-0.625 1.375-0.05172 0.52459-0.061149 0.97651-0.21875 1.2187-0.095677 0.14352-0.25626 0.29053-0.4375 0.3125h-0.1875a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.0625 0.
 25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.125l0.1875 0.84375a0.25002 0.25002 0 0 0 0.0625 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.0625 0l0.125-0.03125c0.00614-0.0004 0.02486 0.000497 0.03125 0 0.23237-0.01808 0.62385-0.0846 1-0.375 0.3865-0.29839 0.72937-0.83804 0.8125-1.6562 0.03054-0.29669 0.04635-0.56656 0.09375-0.8125s0.12182-0.45534 0.3125-0.59375c0.07296-0.05211 0.15827-0.07303 0.25-0.09375h0.03125l0.125-0.03125a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.09375 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-0.8125a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.125-0.03125c-0.27587-0.04696-0.53876-0.2383-0.625-0.8125-0.0011-0.0092 0.0011
 -0.02193 0-0.03125-0.02172-0.18821-0.04698-0.41542-0.0625-0.625-0.078-0.8232-0.402-1.3448-0.781-1.6567-0.379-0.312-0.8016-0.4182-1.0625-0.4375h-0.125a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; fill=&quot;url(#d)&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m6.4497 4.8501c-0.25562 0.01929-0.68218 0.12665-1.0625 0.4375s-0.7029 0.82923-0.78125 1.6562c-0.01595 0.21541-0.04213 0.44238-0.0625 0.625-0.001 0.009 0.0011 0.02233 0 0.03125-0.08624 0.5742-0.34913 0.76554-0.625 0.8125l-0.125 0.03125a0.25002 0.25002 0 0 0 -0.09375 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.09375 0.25002 0.25002 0 0 0 -0.03125 0.125v0.8125a0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.125 0.03125h0.03125c0.08878 0.02005 0.17292 0.03869 0.25 0.09375 0.1907 0.13841 0.2651 0.34781 0.3125 0.59375s0.06321 0.51581 0.09375 0.8125c0.08313 0.81821 0.426 1.3579 0.8125 1.6562 0.37615 0.2904 0.76763 0.35692 1 0.375 0.0064 0.000497 0.02511-0.0004 0.03125 0l0.125 0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 
 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l0.21875-0.84375a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-0.1875c-0.18184-0.02204-0.34449-0.17298-0.4375-0.3125-0.1576-0.24224-0.16703-0.69416-0.21875-1.2188-0.04542-0.46068-0.24764-0.95497-0.625-1.375 0.37302-0.41951 0.54842-0.91617 0.59375-1.375 0.05042-0.51041 0.09838-0.96692 0.25-1.2188 0.09479-0.14218 0.2606-0.29106 0.4375-0.3125l0.1875-0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l-0.2187-0.8121a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -
 0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0h-0.125zm2.625 0a0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.1875 0.8125a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.1875 0.03125c0.1763 0.02137 0.34004 0.16632 0.4375 0.3125 0.15152 0.25187 0.16834 0.70846 0.21875 1.2188 0.045371 0.45927 0.25111 0.95529 0.625 1.375-0.37736 0.42003-0.57958 0.91432-0.625 1.375-0.05172 0.52459-0.061149 0.97651-0.21875 1.2188-0.095677 0.14352-0.25626 0.29053-0.4375 0.3125h-0.1875a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.250
 02 0 0 0 -0.03125 0.125l0.1875 0.84375a0.25002 0.25002 0 0 0 0.0625 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.0625 0l0.125-0.03125c0.00614-0.0004 0.02486 0.000497 0.03125 0 0.23237-0.01808 0.62385-0.0846 1-0.375 0.3865-0.29839 0.72937-0.83804 0.8125-1.6562 0.03054-0.29669 0.04635-0.56656 0.09375-0.8125s0.12182-0.45534 0.3125-0.59375c0.07296-0.05211 0.15827-0.07303 0.25-0.09375h0.03125l0.125-0.03125a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.09375 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-0.8125a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.125-0.03125c-0.27587-0.04696-0.53876-0.2383-0.625-0.8125-0.0011-0.0092 0.0011-0.02193 0-0.03125-0.02172-0.18821-0.04698-0.41542-0.0625-0.625-0.078-0.8229-0.402-1.344
 5-0.781-1.6564s-0.8014-0.4182-1.0623-0.4375h-0.125a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m6.5015 3.8198c-0.25562 0.01929-0.68218 0.12665-1.0625 0.4375s-0.7029 0.82923-0.78125 1.6562c-0.01595 0.21541-0.04213 0.44238-0.0625 0.625-0.001 0.009 0.0011 0.02233 0 0.03125-0.08624 0.5742-0.34913 0.76554-0.625 0.8125l-0.125 0.03125a0.25002 0.25002 0 0 0 -0.09375 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.09375 0.25002 0.25002 0 0 0 -0.03125 0.125v0.8125a0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.125 0.03125h0.03125c0.08878 0.02005 0.17292 0.03869 0.25 0.09375 0.1907 0.13841 0.2651 0.34781 0.3125 0.59375s0.06321 0.51581 0.09375 0.8125c0.08313 0.81821 0.426 1.3579 0.8125 1.6562 0.37615 0.2904 0.76763 0.35692 1 0.375 0.0064 0.000497 0.02511-0.0004 0.03125 0l0.125 0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.250
 02 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l0.21875-0.84375a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-0.1875c-0.18184-0.02204-0.34449-0.17298-0.4375-0.3125-0.1576-0.24224-0.16703-0.69416-0.21875-1.2187-0.04542-0.46068-0.24764-0.95497-0.625-1.375 0.37302-0.41951 0.54842-0.91617 0.59375-1.375 0.05042-0.51041 0.09838-0.96692 0.25-1.2188 0.09479-0.14218 0.2606-0.29106 0.4375-0.3125l0.1875-0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l-0.2187-0.8124a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 
 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0h-0.125zm2.625 0a0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.1875 0.8125a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.1875 0.03125c0.1763 0.02137 0.34004 0.16632 0.4375 0.3125 0.15152 0.25187 0.16834 0.70846 0.21875 1.2188 0.045371 0.45927 0.25111 0.95529 0.625 1.375-0.37736 0.42003-0.57958 0.91432-0.625 1.375-0.05172 0.52459-0.061149 0.97651-0.21875 1.2187-0.095677 0.14352-0.25626 0.29053-0.4375 0.3125h-0.1875a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.
 25002 0 0 0 -0.03125 0.125l0.1875 0.84375a0.25002 0.25002 0 0 0 0.0625 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.0625 0l0.125-0.03125c0.00614-0.0004 0.02486 0.000497 0.03125 0 0.23237-0.01808 0.62385-0.0846 1-0.375 0.3865-0.29839 0.72937-0.83804 0.8125-1.6562 0.03054-0.29669 0.04635-0.56656 0.09375-0.8125s0.12182-0.45534 0.3125-0.59375c0.07296-0.05211 0.15827-0.07303 0.25-0.09375h0.03125l0.125-0.03125a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.09375 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-0.8125a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.125-0.03125c-0.27587-0.04696-0.53876-0.2383-0.625-0.8125-0.0011-0.0092 0.0011-0.02193 0-0.03125-0.02172-0.18821-0.04698-0.41542-0.0625-0.625-0.078-0.8232-0.402-1.
 3448-0.781-1.6567-0.379-0.312-0.8016-0.4182-1.0625-0.4375h-0.125a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkStyleRuleUserAgentsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StyleRuleUserAgent.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StyleRuleUserAgent.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StyleRuleUserAgent.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,27 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fabebe&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#a40000&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#f9adad&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#a40000&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#f9adad&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#c)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
- &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
- &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
- &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;enable-background:new;text-transform:none&quot; d=&quot;m6.4497 4.8501c-0.25562 0.01929-0.68218 0.12665-1.0625 0.4375s-0.7029 0.82923-0.78125 1.6562c-0.01595 0.21541-0.04213 0.44238-0.0625 0.625-0.001 0.009 0.0011 0.02233 0 0.03125-0.08624 0.5742-0.34913 0.76554-0.625 0.8125l-0.125 0.03125a0.25002 0.25002 0 0 0 -0.09375 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.09375 0.25002 0.25002 0 0 0 -0.03125 0.125v0.8125a0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.125 0.03125h0.03125c0.08878 0.02005 0.17292 0.03869 0.25 0.09375 0.1907 0.13841 0.2651 0.34781 0.3125 0.59375s0.06321 0.51581 0.09375 0.8125c0.08313 0.81821 0.426 1.3579 0.8125 1.6562 0.37615 0.2904 0.76763 0.35692 1 0.375 0.0064 0.000497 0.02511-0.0004 0.03125 0l0.125 0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.250
 02 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l0.21875-0.84375a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-0.1875c-0.18184-0.02204-0.34449-0.17298-0.4375-0.3125-0.1576-0.24224-0.16703-0.69416-0.21875-1.2188-0.04542-0.46068-0.24764-0.95497-0.625-1.375 0.37302-0.41951 0.54842-0.91617 0.59375-1.375 0.05042-0.51041 0.09838-0.96692 0.25-1.2188 0.09479-0.14218 0.2606-0.29106 0.4375-0.3125l0.1875-0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l-0.2187-0.8121a0.25002 
 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0h-0.125zm2.625 0a0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.1875 0.8125a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.1875 0.03125c0.1763 0.02137 0.34004 0.16632 0.4375 0.3125 0.15152 0.25187 0.16834 0.70846 0.21875 1.2188 0.045371 0.45927 0.25111 0.95529 0.625 1.375-0.37736 0.42003-0.57958 0.91432-0.625 1.375-0.05172 0.52459-0.061149 0.97651-0.21875 1.2188-0.095677 0.14352-0.25626 0.29053-0.4375 0.3125h-0.1875a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.0625 0.2
 5002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.125l0.1875 0.84375a0.25002 0.25002 0 0 0 0.0625 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.0625 0l0.125-0.03125c0.00614-0.0004 0.02486 0.000497 0.03125 0 0.23237-0.01808 0.62385-0.0846 1-0.375 0.3865-0.29839 0.72937-0.83804 0.8125-1.6562 0.03054-0.29669 0.04635-0.56656 0.09375-0.8125s0.12182-0.45534 0.3125-0.59375c0.07296-0.05211 0.15827-0.07303 0.25-0.09375h0.03125l0.125-0.03125a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.09375 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-0.8125a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.125-0.03125c-0.27587-0.04696-0.53876-0.2383-0.625-0.8125-0.0011-0.0092 0.0011-
 0.02193 0-0.03125-0.02172-0.18821-0.04698-0.41542-0.0625-0.625-0.07836-0.82274-0.40221-1.3443-0.78125-1.6562-0.37904-0.31194-0.80161-0.41818-1.0625-0.4375h-0.125a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
- &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;enable-background:new;text-transform:none&quot; d=&quot;m6.5623 3.75c-0.25562 0.01929-0.68218 0.12665-1.0625 0.4375s-0.7029 0.82923-0.78125 1.6562c-0.01595 0.21541-0.04213 0.44238-0.0625 0.625-0.001 0.009 0.0011 0.02233 0 0.03125-0.08624 0.5742-0.34913 0.76554-0.625 0.8125l-0.125 0.03125a0.25002 0.25002 0 0 0 -0.09375 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.09375 0.25002 0.25002 0 0 0 -0.03125 0.125v0.8125a0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.125 0.03125h0.03125c0.08878 0.02005 0.17292 0.03869 0.25 0.09375 0.1907 0.13841 0.2651 0.34781 0.3125 0.59375s0.06321 0.51581 0.09375 0.8125c0.08313 0.81821 0.426 1.3579 0.8125 1.6562 0.37615 0.2904 0.76763 0.35692 1 0.375 0.0064 0.000497 0.02511-0.0004 0.03125 0l0.125 0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.25002
  0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l0.21875-0.84375a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-0.1875c-0.18184-0.02204-0.34449-0.17298-0.4375-0.3125-0.1576-0.24224-0.16703-0.69416-0.21875-1.2188-0.04542-0.46068-0.24764-0.95497-0.625-1.375 0.37302-0.41951 0.54842-0.91617 0.59375-1.375 0.05042-0.51041 0.09838-0.96692 0.25-1.2188 0.09479-0.14218 0.2606-0.29106 0.4375-0.3125l0.1875-0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l-0.2187-0.8122a0.25002 0.
 25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0h-0.125zm2.625 0a0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.1875 0.8125a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.1875 0.03125c0.1763 0.02137 0.34004 0.16632 0.4375 0.3125 0.15152 0.25187 0.16834 0.70846 0.21875 1.2188 0.045371 0.45927 0.25111 0.95529 0.625 1.375-0.37736 0.42003-0.57958 0.91432-0.625 1.375-0.05172 0.52459-0.061149 0.97651-0.21875 1.2187-0.095677 0.14352-0.25626 0.29053-0.4375 0.3125h-0.1875a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.0625 0.250
 02 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.125l0.1875 0.84375a0.25002 0.25002 0 0 0 0.0625 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.0625 0l0.125-0.03125c0.00614-0.0004 0.02486 0.000497 0.03125 0 0.23237-0.01808 0.62385-0.0846 1-0.375 0.3865-0.29839 0.72937-0.83804 0.8125-1.6562 0.03054-0.29669 0.04635-0.56656 0.09375-0.8125s0.12182-0.45534 0.3125-0.59375c0.07296-0.05211 0.15827-0.07303 0.25-0.09375h0.03125l0.125-0.03125a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.09375 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-0.8125a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.125-0.03125c-0.27587-0.04696-0.53876-0.2383-0.625-0.8125-0.0011-0.0092 0.0011-0.
 02193 0-0.03125-0.02172-0.18821-0.04698-0.41542-0.0625-0.625-0.07836-0.82274-0.40221-1.3443-0.78125-1.6562-0.37904-0.31194-0.80161-0.41818-1.0625-0.4375h-0.125a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; fill=&quot;url(#d)&quot;/&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m6.4497 4.8501c-0.25562 0.01929-0.68218 0.12665-1.0625 0.4375s-0.7029 0.82923-0.78125 1.6562c-0.01595 0.21541-0.04213 0.44238-0.0625 0.625-0.001 0.009 0.0011 0.02233 0 0.03125-0.08624 0.5742-0.34913 0.76554-0.625 0.8125l-0.125 0.03125a0.25002 0.25002 0 0 0 -0.09375 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.09375 0.25002 0.25002 0 0 0 -0.03125 0.125v0.8125a0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.125 0.03125h0.03125c0.08878 0.02005 0.17292 0.03869 0.25 0.09375 0.1907 0.13841 0.2651 0.34781 0.3125 0.59375s0.06321 0.51581 0.09375 0.8125c0.08313 0.81821 0.426 1.3579 0.8125 1.6562 0.37615 0.2904 0.76763 0.35692 1 0.375 0.0064 0.000497 0.02511-0.0004 0.03125 0l0.125 0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 
 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l0.21875-0.84375a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-0.1875c-0.18184-0.02204-0.34449-0.17298-0.4375-0.3125-0.1576-0.24224-0.16703-0.69416-0.21875-1.2188-0.04542-0.46068-0.24764-0.95497-0.625-1.375 0.37302-0.41951 0.54842-0.91617 0.59375-1.375 0.05042-0.51041 0.09838-0.96692 0.25-1.2188 0.09479-0.14218 0.2606-0.29106 0.4375-0.3125l0.1875-0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l-0.2187-0.8121a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -
 0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0h-0.125zm2.625 0a0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.1875 0.8125a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.1875 0.03125c0.1763 0.02137 0.34004 0.16632 0.4375 0.3125 0.15152 0.25187 0.16834 0.70846 0.21875 1.2188 0.045371 0.45927 0.25111 0.95529 0.625 1.375-0.37736 0.42003-0.57958 0.91432-0.625 1.375-0.05172 0.52459-0.061149 0.97651-0.21875 1.2188-0.095677 0.14352-0.25626 0.29053-0.4375 0.3125h-0.1875a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.250
 02 0 0 0 -0.03125 0.125l0.1875 0.84375a0.25002 0.25002 0 0 0 0.0625 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.0625 0l0.125-0.03125c0.00614-0.0004 0.02486 0.000497 0.03125 0 0.23237-0.01808 0.62385-0.0846 1-0.375 0.3865-0.29839 0.72937-0.83804 0.8125-1.6562 0.03054-0.29669 0.04635-0.56656 0.09375-0.8125s0.12182-0.45534 0.3125-0.59375c0.07296-0.05211 0.15827-0.07303 0.25-0.09375h0.03125l0.125-0.03125a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.09375 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-0.8125a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.125-0.03125c-0.27587-0.04696-0.53876-0.2383-0.625-0.8125-0.0011-0.0092 0.0011-0.02193 0-0.03125-0.02172-0.18821-0.04698-0.41542-0.0625-0.625-0.07836-0.82274-0.40221-
 1.3443-0.78125-1.6562-0.37904-0.31194-0.80161-0.41818-1.0625-0.4375h-0.125a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m6.5623 3.75c-0.25562 0.01929-0.68218 0.12665-1.0625 0.4375s-0.7029 0.82923-0.78125 1.6562c-0.01595 0.21541-0.04213 0.44238-0.0625 0.625-0.001 0.009 0.0011 0.02233 0 0.03125-0.08624 0.5742-0.34913 0.76554-0.625 0.8125l-0.125 0.03125a0.25002 0.25002 0 0 0 -0.09375 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.09375 0.25002 0.25002 0 0 0 -0.03125 0.125v0.8125a0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.125 0.03125h0.03125c0.08878 0.02005 0.17292 0.03869 0.25 0.09375 0.1907 0.13841 0.2651 0.34781 0.3125 0.59375s0.06321 0.51581 0.09375 0.8125c0.08313 0.81821 0.426 1.3579 0.8125 1.6562 0.37615 0.2904 0.76763 0.35692 1 0.375 0.0064 0.000497 0.02511-0.0004 0.03125 0l0.125 0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002
  0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l0.21875-0.84375a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-0.1875c-0.18184-0.02204-0.34449-0.17298-0.4375-0.3125-0.1576-0.24224-0.16703-0.69416-0.21875-1.2188-0.04542-0.46068-0.24764-0.95497-0.625-1.375 0.37302-0.41951 0.54842-0.91617 0.59375-1.375 0.05042-0.51041 0.09838-0.96692 0.25-1.2188 0.09479-0.14218 0.2606-0.29106 0.4375-0.3125l0.1875-0.03125a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l-0.2187-0.8122a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 
 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0h-0.125zm2.625 0a0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.1875 0.8125a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125l0.1875 0.03125c0.1763 0.02137 0.34004 0.16632 0.4375 0.3125 0.15152 0.25187 0.16834 0.70846 0.21875 1.2188 0.045371 0.45927 0.25111 0.95529 0.625 1.375-0.37736 0.42003-0.57958 0.91432-0.625 1.375-0.05172 0.52459-0.061149 0.97651-0.21875 1.2187-0.095677 0.14352-0.25626 0.29053-0.4375 0.3125h-0.1875a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.09375 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25
 002 0 0 0 -0.03125 0.125l0.1875 0.84375a0.25002 0.25002 0 0 0 0.0625 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.0625 0l0.125-0.03125c0.00614-0.0004 0.02486 0.000497 0.03125 0 0.23237-0.01808 0.62385-0.0846 1-0.375 0.3865-0.29839 0.72937-0.83804 0.8125-1.6562 0.03054-0.29669 0.04635-0.56656 0.09375-0.8125s0.12182-0.45534 0.3125-0.59375c0.07296-0.05211 0.15827-0.07303 0.25-0.09375h0.03125l0.125-0.03125a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.09375 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-0.8125a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.125-0.03125c-0.27587-0.04696-0.53876-0.2383-0.625-0.8125-0.0011-0.0092 0.0011-0.02193 0-0.03125-0.02172-0.18821-0.04698-0.41542-0.0625-0.625-0.07836-0.82274-0.40221
 -1.3443-0.78125-1.6562-0.37904-0.31194-0.80161-0.41818-1.0625-0.4375h-0.125a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkTimelineRecordAnimationsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordAnimation.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordAnimation.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordAnimation.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,29 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
+   &lt;stop stop-color=&quot;#5c3566&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#ddc9db&quot; offset=&quot;1&quot;/&gt;
+  &lt;/linearGradient&gt;
+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#e4d4e2&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#5c3566&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#ddc9db&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
-   &lt;stop stop-color=&quot;#5c3566&quot; offset=&quot;0&quot;/&gt;
-   &lt;stop stop-color=&quot;#ddc9db&quot; offset=&quot;1&quot;/&gt;
-  &lt;/linearGradient&gt;
</del><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;g&gt;
-  &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#c)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
-  &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
-  &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
-  &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m7.1374 4.8508c-0.03291 0.00406-0.06499 0.014755-0.09375 0.03125-0.01131 0.00947-0.02178 0.019939-0.03125 0.03125-0.01327 0.019236-0.02382 0.040343-0.03125 0.0625-0.01131 0.00947-0.02178 0.019939-0.03125 0.03125l-3 8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.09375 0.25002 0.25002 0 0 0 0.125 0.03125h1.375a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625l0.75-1.9375h2.5938l0.75 1.9375a0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125h1.4688a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 
 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.125 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l-3-8a0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.0625 0h-1.375c-0.02072-0.00261-0.04178-0.00261-0.0625 0zm0.6875 2.6562 0.6875 1.9375h-1.3438l0.65625-1.9375z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
-  &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m7.1892 3.8205c-0.03291 0.00406-0.06499 0.014755-0.09375 0.03125-0.01131 0.00947-0.02178 0.019939-0.03125 0.03125-0.01327 0.019236-0.02382 0.040343-0.03125 0.0625-0.01131 0.00947-0.02178 0.019939-0.03125 0.03125l-3 8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.09375 0.25002 0.25002 0 0 0 0.125 0.03125h1.375a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625l0.75-1.9375h2.5938l0.75 1.9375a0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125h1.4688a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 
 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.125 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l-3.0003-8.0002a0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.0625 0h-1.375c-0.02072-0.00261-0.04178-0.00261-0.0625 0zm0.6875 2.6562 0.6875 1.9375h-1.3438l0.65625-1.9375z&quot; display=&quot;block&quot; fill=&quot;url(#d)&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m7.1374 4.8508c-0.03291 0.00406-0.06499 0.014755-0.09375 0.03125-0.01131 0.00947-0.02178 0.019939-0.03125 0.03125-0.01327 0.019236-0.02382 0.040343-0.03125 0.0625-0.01131 0.00947-0.02178 0.019939-0.03125 0.03125l-3 8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.09375 0.25002 0.25002 0 0 0 0.125 0.03125h1.375a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625l0.75-1.9375h2.5938l0.75 1.9375a0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125h1.4688a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.2500
 2 0 0 0 0.0625 -0.125 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l-3-8a0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.0625 0h-1.375c-0.02072-0.00261-0.04178-0.00261-0.0625 0zm0.6875 2.6562 0.6875 1.9375h-1.3438l0.65625-1.9375z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m7.1892 3.8205c-0.03291 0.00406-0.06499 0.014755-0.09375 0.03125-0.01131 0.00947-0.02178 0.019939-0.03125 0.03125-0.01327 0.019236-0.02382 0.040343-0.03125 0.0625-0.01131 0.00947-0.02178 0.019939-0.03125 0.03125l-3 8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.09375 0.25002 0.25002 0 0 0 0.125 0.03125h1.375a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625l0.75-1.9375h2.5938l0.75 1.9375a0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125h1.4688a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.2
 5002 0 0 0 0.0625 -0.125 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125l-3.0003-8.0002a0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.0625 0h-1.375c-0.02072-0.00261-0.04178-0.00261-0.0625 0zm0.6875 2.6562 0.6875 1.9375h-1.3438l0.65625-1.9375z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkTimelineRecordConsoleProfilesvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordConsoleProfile.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordConsoleProfile.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordConsoleProfile.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,27 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#e4d4e2&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#5c3566&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#ddc9db&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#5c3566&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#ddc9db&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#c)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
- &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
- &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
- &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m4.9353 4.8501c-0.03291 0.00406-0.06499 0.014754-0.09375 0.03125-0.02216 0.00743-0.04326 0.017981-0.0625 0.03125-0.01131 0.00947-0.02175 0.019939-0.03125 0.03125-0.02758 0.025975-0.04913 0.058305-0.0625 0.09375-0.0026 0.020724-0.0026 0.041776 0 0.0625v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125h1.4375a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-2.875c0.11491 0.0052 0.21821 0.03125 0.34375 0.03125 0.87733 0 1.8771-0.05577 2.6875-0.4375s1.4375-1.1251 1.4375-2.3437c0-1.1859-0.65393-1.9068-1.4062-2.25-0.75232-0.34325-1.593
 3-0.375-2.125-0.375h-2.625zm1.6875 1.8125h0.78125c0.50267 0 0.97982 0.028766 1.2812 0.15625 0.30143 0.12748 0.4375 0.27798 0.4375 0.6875 0 0.23499-0.03704 0.38143-0.125 0.5s-0.22339 0.21106-0.40625 0.28125c-0.36571 0.14038-0.93321 0.1875-1.5312 0.1875-0.14412 0-0.29053-0.021575-0.4375-0.03125v-1.7812z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
- &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m4.9871 3.8198c-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.01131 0.0095-0.02175 0.01994-0.03125 0.03125-0.02758 0.02598-0.04913 0.058305-0.0625 0.09375-0.0026 0.020724-0.0026 0.041776 0 0.0625v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125h1.4375a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-2.875c0.11491 0.0052 0.21821 0.03125 0.34375 0.03125 0.87733 0 1.8771-0.05577 2.6875-0.4375s1.4375-1.1251 1.4375-2.3438c0-1.1859-0.65393-1.9068-1.4063-2.25-0.75232-0.34325-1.5933-0.375
 -2.125-0.375h-2.625zm1.6875 1.8125h0.78125c0.50267 0 0.97982 0.028766 1.2812 0.15625 0.30143 0.12748 0.4375 0.27798 0.4375 0.6875 0 0.23499-0.03704 0.38143-0.125 0.5s-0.22339 0.21106-0.40625 0.28125c-0.36571 0.14038-0.93321 0.1875-1.5312 0.1875-0.14412 0-0.29053-0.021575-0.4375-0.03125v-1.7812z&quot; display=&quot;block&quot; fill=&quot;url(#d)&quot;/&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m4.9353 4.8501c-0.03291 0.00406-0.06499 0.014754-0.09375 0.03125-0.02216 0.00743-0.04326 0.017981-0.0625 0.03125-0.01131 0.00947-0.02175 0.019939-0.03125 0.03125-0.02758 0.025975-0.04913 0.058305-0.0625 0.09375-0.0026 0.020724-0.0026 0.041776 0 0.0625v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125h1.4375a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-2.875c0.11491 0.0052 0.21821 0.03125 0.34375 0.03125 0.87733 0 1.8771-0.05577 2.6875-0.4375s1.4375-1.1251 1.4375-2.3437c0-1.1859-0.65393-1.9068-1.4062-2.25-0.75232-0.34325-1.5933-0.375-2.125-0.375h-2.625zm1.68
 75 1.8125h0.78125c0.50267 0 0.97982 0.028766 1.2812 0.15625 0.30143 0.12748 0.4375 0.27798 0.4375 0.6875 0 0.23499-0.03704 0.38143-0.125 0.5s-0.22339 0.21106-0.40625 0.28125c-0.36571 0.14038-0.93321 0.1875-1.5312 0.1875-0.14412 0-0.29053-0.021575-0.4375-0.03125v-1.7812z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m4.9871 3.8198c-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.01131 0.0095-0.02175 0.01994-0.03125 0.03125-0.02758 0.02598-0.04913 0.058305-0.0625 0.09375-0.0026 0.020724-0.0026 0.041776 0 0.0625v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125h1.4375a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-2.875c0.11491 0.0052 0.21821 0.03125 0.34375 0.03125 0.87733 0 1.8771-0.05577 2.6875-0.4375s1.4375-1.1251 1.4375-2.3438c0-1.1859-0.65393-1.9068-1.4063-2.25-0.75232-0.34325-1.5933-0.375-2.125-0.375h-2.625zm1.6875 1
 .8125h0.78125c0.50267 0 0.97982 0.028766 1.2812 0.15625 0.30143 0.12748 0.4375 0.27798 0.4375 0.6875 0 0.23499-0.03704 0.38143-0.125 0.5s-0.22339 0.21106-0.40625 0.28125c-0.36571 0.14038-0.93321 0.1875-1.5312 0.1875-0.14412 0-0.29053-0.021575-0.4375-0.03125v-1.7812z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkTimelineRecordEventsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordEvent.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordEvent.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordEvent.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,29 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
+   &lt;stop stop-color=&quot;#5c3566&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#ddc9db&quot; offset=&quot;1&quot;/&gt;
+  &lt;/linearGradient&gt;
+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#e4d4e2&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#5c3566&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#ddc9db&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
-   &lt;stop stop-color=&quot;#5c3566&quot; offset=&quot;0&quot;/&gt;
-   &lt;stop stop-color=&quot;#ddc9db&quot; offset=&quot;1&quot;/&gt;
-  &lt;/linearGradient&gt;
</del><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;g&gt;
-  &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#c)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
-  &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
-  &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
-  &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m5.1843 4.8494a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625v8c-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.0095 0.01131 0.01994 0.02178 0.03125 0.03125 0.02072 0.0026 0.04178 0.0026 0.0625 0 0.0104 0.000651 0.02085 0.000651 0.03125 0h5.2187a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375v-1.3125a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.2500
 2 0.25002 0 0 0 -0.0625 -0.03125h-3.5625v-1.5938h3.1562a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.3125a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125h-3.1562v-1.5h3.5625a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.2812a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 
 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-5.2187a0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
-  &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m5.2361 3.819a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625v8c-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.0095 0.01131 0.01994 0.02178 0.03125 0.03125 0.02072 0.0026 0.04178 0.0026 0.0625 0 0.0104 0.000651 0.02085 0.000651 0.03125 0h5.2187a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375v-1.3125a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002
  0.25002 0 0 0 -0.0625 -0.03125h-3.5625v-1.5937h3.1562a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.3125a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125h-3.1562v-1.5h3.5625a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.2812a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0
  -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-5.2187a0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; fill=&quot;url(#d)&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m5.1843 4.8494a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625v8c-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.0095 0.01131 0.01994 0.02178 0.03125 0.03125 0.02072 0.0026 0.04178 0.0026 0.0625 0 0.0104 0.000651 0.02085 0.000651 0.03125 0h5.2187a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375v-1.3125a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.0625 -0.03125h
 -3.5625v-1.5938h3.1562a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.3125a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125h-3.1562v-1.5h3.5625a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.2812a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.250
 02 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-5.2187a0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m5.2361 3.819a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.0625 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625v8c-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.0095 0.01131 0.01994 0.02178 0.03125 0.03125 0.02072 0.0026 0.04178 0.0026 0.0625 0 0.0104 0.000651 0.02085 0.000651 0.03125 0h5.2187a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.09375v-1.3125a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.0625 -0.0312
 5h-3.5625v-1.5937h3.1562a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.3125a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125h-3.1562v-1.5h3.5625a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.03125v-1.2812a0.25002 0.25002 0 0 0 -0.03125 -0.09375 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.2
 5002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-5.2187a0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkTimelineRecordLayoutsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordLayout.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordLayout.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordLayout.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,27 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fabebe&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#a40000&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#f9adad&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#a40000&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#f9adad&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#c)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
- &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
- &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
- &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m5.2146 4.8501c-0.02216 0.00743-0.04326 0.017981-0.0625 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.01327 0.019236-0.02385 0.040343-0.03125 0.0625v8a0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0h5.2188a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-1.3125a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.0
 625 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-3.5313v-6.4375a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-1.4375c-0.02072-0.00261-0.04178-0.00261-0.0625 0z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
- &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m5.3271 3.75c-0.02216 0.00743-0.04326 0.017981-0.0625 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.01327 0.019236-0.02385 0.040343-0.03125 0.0625v8a0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0h5.2188a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-1.3125a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.062
 5 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-3.5313v-6.4375a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-1.4375c-0.02072-0.00261-0.04178-0.00261-0.0625 0z&quot; display=&quot;block&quot; fill=&quot;url(#d)&quot;/&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m5.2146 4.8501c-0.02216 0.00743-0.04326 0.017981-0.0625 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.01327 0.019236-0.02385 0.040343-0.03125 0.0625v8a0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0h5.2188a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-1.3125a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.062
 5 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-3.5313v-6.4375a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-1.4375c-0.02072-0.00261-0.04178-0.00261-0.0625 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m5.3271 3.75c-0.02216 0.00743-0.04326 0.017981-0.0625 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.01327 0.019236-0.02385 0.040343-0.03125 0.0625v8a0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0h5.2188a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-1.3125a0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.06
 25 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-3.5313v-6.4375a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.09375 -0.03125h-1.4375c-0.02072-0.00261-0.04178-0.00261-0.0625 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkTimelineRecordPaintsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordPaint.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordPaint.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordPaint.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,27 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fabebe&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#a40000&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#f9adad&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#a40000&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#f9adad&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#c)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
- &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
- &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
- &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m4.9353 4.8501c-0.03291 0.00406-0.06499 0.014754-0.09375 0.03125-0.02216 0.00743-0.04326 0.017981-0.0625 0.03125-0.01131 0.00947-0.02175 0.019939-0.03125 0.03125-0.02758 0.025975-0.04913 0.058305-0.0625 0.09375-0.0026 0.020724-0.0026 0.041776 0 0.0625v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125h1.4375a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-2.875c0.11491 0.0052 0.21821 0.03125 0.34375 0.03125 0.87733 0 1.8771-0.05577 2.6875-0.4375s1.4375-1.1251 1.4375-2.3438c0-1.1859-0.65393-1.9068-1.4062-2.25-0.75232-0.34325-1.593
 3-0.375-2.125-0.375h-2.625zm1.6875 1.8125h0.78125c0.50267 0 0.97982 0.028766 1.2812 0.15625 0.30143 0.12748 0.4375 0.27798 0.4375 0.6875 0 0.23499-0.037039 0.38143-0.125 0.5s-0.22339 0.21106-0.40625 0.28125c-0.36571 0.14038-0.93321 0.1875-1.5312 0.1875-0.14412 0-0.29053-0.021575-0.4375-0.03125v-1.7812z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
- &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m5.0479 3.75c-0.03291 0.00406-0.06499 0.014754-0.09375 0.03125-0.02216 0.00743-0.04326 0.017981-0.0625 0.03125-0.01131 0.00947-0.02175 0.019939-0.03125 0.03125-0.02758 0.025975-0.04913 0.058305-0.0625 0.09375-0.0026 0.020724-0.0026 0.041776 0 0.0625v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125h1.4375a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-2.875c0.11491 0.00518 0.21821 0.03125 0.34375 0.03125 0.87733 0 1.8771-0.055769 2.6875-0.4375 0.8104-0.3818 1.4374-1.1251 1.4374-2.3438 0-1.1859-0.65393-1.9068-1.4062-2.25-0.7523-
 0.3432-1.5932-0.375-2.1249-0.375h-2.625zm1.6875 1.8125h0.78125c0.50267 0 0.97982 0.028766 1.2812 0.15625 0.30143 0.12748 0.4375 0.27798 0.4375 0.6875 0 0.23499-0.037039 0.38143-0.125 0.5s-0.22339 0.21106-0.40625 0.28125c-0.36571 0.14038-0.93321 0.1875-1.5312 0.1875-0.14412 0-0.29053-0.021575-0.4375-0.03125v-1.7812z&quot; display=&quot;block&quot; fill=&quot;url(#d)&quot;/&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m4.9353 4.8501c-0.03291 0.00406-0.06499 0.014754-0.09375 0.03125-0.02216 0.00743-0.04326 0.017981-0.0625 0.03125-0.01131 0.00947-0.02175 0.019939-0.03125 0.03125-0.02758 0.025975-0.04913 0.058305-0.0625 0.09375-0.0026 0.020724-0.0026 0.041776 0 0.0625v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125h1.4375a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-2.875c0.11491 0.0052 0.21821 0.03125 0.34375 0.03125 0.87733 0 1.8771-0.05577 2.6875-0.4375s1.4375-1.1251 1.4375-2.3438c0-1.1859-0.65393-1.9068-1.4062-2.25-0.75232-0.34325-1.5933-0.375-2.125-0.375h-2.625zm1.68
 75 1.8125h0.78125c0.50267 0 0.97982 0.028766 1.2812 0.15625 0.30143 0.12748 0.4375 0.27798 0.4375 0.6875 0 0.23499-0.037039 0.38143-0.125 0.5s-0.22339 0.21106-0.40625 0.28125c-0.36571 0.14038-0.93321 0.1875-1.5312 0.1875-0.14412 0-0.29053-0.021575-0.4375-0.03125v-1.7812z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m5.0479 3.75c-0.03291 0.00406-0.06499 0.014754-0.09375 0.03125-0.02216 0.00743-0.04326 0.017981-0.0625 0.03125-0.01131 0.00947-0.02175 0.019939-0.03125 0.03125-0.02758 0.025975-0.04913 0.058305-0.0625 0.09375-0.0026 0.020724-0.0026 0.041776 0 0.0625v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125h1.4375a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-2.875c0.11491 0.00518 0.21821 0.03125 0.34375 0.03125 0.87733 0 1.8771-0.055769 2.6875-0.4375 0.8104-0.3818 1.4374-1.1251 1.4374-2.3438 0-1.1859-0.65393-1.9068-1.4062-2.25-0.7523-0.3432-1.5932-0.375-2.1249-0.
 375h-2.625zm1.6875 1.8125h0.78125c0.50267 0 0.97982 0.028766 1.2812 0.15625 0.30143 0.12748 0.4375 0.27798 0.4375 0.6875 0 0.23499-0.037039 0.38143-0.125 0.5s-0.22339 0.21106-0.40625 0.28125c-0.36571 0.14038-0.93321 0.1875-1.5312 0.1875-0.14412 0-0.29053-0.021575-0.4375-0.03125v-1.7812z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkTimelineRecordProbeSampledsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordProbeSampled.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordProbeSampled.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordProbeSampled.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,27 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#e4d4e2&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#5c3566&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#ddc9db&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#5c3566&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#ddc9db&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#c)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
- &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
- &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
- &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m4.9353 4.8501c-0.03291 0.00406-0.06499 0.014754-0.09375 0.03125-0.02216 0.00743-0.04326 0.017981-0.0625 0.03125-0.01131 0.00947-0.02175 0.019939-0.03125 0.03125-0.02758 0.025975-0.04913 0.058305-0.0625 0.09375-0.0026 0.020724-0.0026 0.041776 0 0.0625v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125h1.4375a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-2.875c0.11491 0.0052 0.21821 0.03125 0.34375 0.03125 0.87733 0 1.8771-0.05577 2.6875-0.4375s1.4375-1.1251 1.4375-2.3437c0-1.1859-0.65393-1.9068-1.4062-2.25-0.75232-0.34325-1.593
 3-0.375-2.125-0.375h-2.625zm1.6875 1.8125h0.78125c0.50267 0 0.97982 0.028766 1.2812 0.15625 0.30143 0.12748 0.4375 0.27798 0.4375 0.6875 0 0.23499-0.03704 0.38143-0.125 0.5s-0.22339 0.21106-0.40625 0.28125c-0.36571 0.14038-0.93321 0.1875-1.5312 0.1875-0.14412 0-0.29053-0.021575-0.4375-0.03125v-1.7812z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
- &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m4.9871 3.8198c-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.01131 0.0095-0.02175 0.01994-0.03125 0.03125-0.02758 0.02598-0.04913 0.058305-0.0625 0.09375-0.0026 0.020724-0.0026 0.041776 0 0.0625v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125h1.4375a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-2.875c0.11491 0.0052 0.21821 0.03125 0.34375 0.03125 0.87733 0 1.8771-0.05577 2.6875-0.4375s1.4375-1.1251 1.4375-2.3438c0-1.1859-0.65393-1.9068-1.4063-2.25-0.75232-0.34325-1.5933-0.375
 -2.125-0.375h-2.625zm1.6875 1.8125h0.78125c0.50267 0 0.97982 0.028766 1.2812 0.15625 0.30143 0.12748 0.4375 0.27798 0.4375 0.6875 0 0.23499-0.03704 0.38143-0.125 0.5s-0.22339 0.21106-0.40625 0.28125c-0.36571 0.14038-0.93321 0.1875-1.5312 0.1875-0.14412 0-0.29053-0.021575-0.4375-0.03125v-1.7812z&quot; display=&quot;block&quot; fill=&quot;url(#d)&quot;/&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m4.9353 4.8501c-0.03291 0.00406-0.06499 0.014754-0.09375 0.03125-0.02216 0.00743-0.04326 0.017981-0.0625 0.03125-0.01131 0.00947-0.02175 0.019939-0.03125 0.03125-0.02758 0.025975-0.04913 0.058305-0.0625 0.09375-0.0026 0.020724-0.0026 0.041776 0 0.0625v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125h1.4375a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-2.875c0.11491 0.0052 0.21821 0.03125 0.34375 0.03125 0.87733 0 1.8771-0.05577 2.6875-0.4375s1.4375-1.1251 1.4375-2.3437c0-1.1859-0.65393-1.9068-1.4062-2.25-0.75232-0.34325-1.5933-0.375-2.125-0.375h-2.625zm1.68
 75 1.8125h0.78125c0.50267 0 0.97982 0.028766 1.2812 0.15625 0.30143 0.12748 0.4375 0.27798 0.4375 0.6875 0 0.23499-0.03704 0.38143-0.125 0.5s-0.22339 0.21106-0.40625 0.28125c-0.36571 0.14038-0.93321 0.1875-1.5312 0.1875-0.14412 0-0.29053-0.021575-0.4375-0.03125v-1.7812z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m4.9871 3.8198c-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.01131 0.0095-0.02175 0.01994-0.03125 0.03125-0.02758 0.02598-0.04913 0.058305-0.0625 0.09375-0.0026 0.020724-0.0026 0.041776 0 0.0625v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125h1.4375a0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-2.875c0.11491 0.0052 0.21821 0.03125 0.34375 0.03125 0.87733 0 1.8771-0.05577 2.6875-0.4375s1.4375-1.1251 1.4375-2.3438c0-1.1859-0.65393-1.9068-1.4063-2.25-0.75232-0.34325-1.5933-0.375-2.125-0.375h-2.625zm1.6875 1
 .8125h0.78125c0.50267 0 0.97982 0.028766 1.2812 0.15625 0.30143 0.12748 0.4375 0.27798 0.4375 0.6875 0 0.23499-0.03704 0.38143-0.125 0.5s-0.22339 0.21106-0.40625 0.28125c-0.36571 0.14038-0.93321 0.1875-1.5312 0.1875-0.14412 0-0.29053-0.021575-0.4375-0.03125v-1.7812z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkTimelineRecordScriptEvaluatedsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordScriptEvaluated.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordScriptEvaluated.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordScriptEvaluated.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,29 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
+   &lt;stop stop-color=&quot;#5c3566&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#ddc9db&quot; offset=&quot;1&quot;/&gt;
+  &lt;/linearGradient&gt;
+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#e4d4e2&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#5c3566&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#ddc9db&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
-   &lt;stop stop-color=&quot;#5c3566&quot; offset=&quot;0&quot;/&gt;
-   &lt;stop stop-color=&quot;#ddc9db&quot; offset=&quot;1&quot;/&gt;
-  &lt;/linearGradient&gt;
</del><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;g&gt;
-  &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#c)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
-  &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
-  &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
-  &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m8.154 4.7563c-0.9594 0-1.7722 0.24647-2.3438 0.6875-0.57159 0.44103-0.875 1.0875-0.875 1.8125 0 0.76738 0.30008 1.3618 0.75 1.75 0.44992 0.38821 1.0123 0.59908 1.5625 0.78125 0.55019 0.18217 1.1026 0.32786 1.4687 0.5 0.18307 0.08607 0.32533 0.18927 0.40625 0.28125s0.09673 0.15012 0.09375 0.28125c0 0.18652-0.09038 0.35419-0.34375 0.5s-0.67085 0.25-1.1562 0.25c-0.38979 0-1.0737-0.12598-2.0938-0.5l-0.1875-0.0625a0.25002 0.25002 0 0 0 -0.09375 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.15625 0.125 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.46875 1.3125a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.03125 0l0.1875 0.09375v-0.03125c0.77838 0.30206 1.5983 0.59375 2.6562 0.59375 1.2747 0 2.1718-
 0.32057 2.75-0.8125 0.57818-0.49193 0.8125-1.1637 0.8125-1.7812 0-0.75379-0.30407-1.2962-0.75-1.6875-0.4456-0.3912-1.0134-0.6241-1.5622-0.8124s-1.097-0.3332-1.4688-0.5c-0.18586-0.083381-0.32338-0.165-0.40625-0.25-0.08287-0.085001-0.125-0.17508-0.125-0.28125 0-0.20152 0.09694-0.33345 0.3125-0.46875s0.58083-0.25 1.0312-0.25c0.6839 0 1.2751 0.18955 1.9062 0.4375a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125l0.4375-1.2813a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.15625-0.0625a0.25002 0.25002 0 0 0 -0.03125 0c-0.29122-0.093605-1.1271-0.46875-2.4375-0.46875z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
-  &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m8.2058 3.726c-0.9594 0-1.7722 0.24647-2.3438 0.6875-0.57159 0.44103-0.875 1.0875-0.875 1.8125 0 0.76738 0.30008 1.3618 0.75 1.75 0.44992 0.38821 1.0123 0.59908 1.5625 0.78125 0.55019 0.18217 1.1026 0.32786 1.4687 0.5 0.18307 0.086072 0.32533 0.18927 0.40625 0.28125 0.08092 0.091977 0.09673 0.15012 0.09375 0.28125 0 0.18652-0.09038 0.35419-0.34375 0.5s-0.67085 0.25-1.1562 0.25c-0.38979 0-1.0737-0.12598-2.0938-0.5l-0.1875-0.0625a0.25002 0.25002 0 0 0 -0.09375 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.15625 0.125 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.46875 1.3125a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.03125 0l0.1875 0.09375v-0.03125c0.77838 0.30206 1.5983 0.59375 2.6562 0.5937
 5 1.2747 0 2.1718-0.32057 2.75-0.8125 0.57818-0.49193 0.8125-1.1637 0.8125-1.7812 0-0.75379-0.30407-1.2962-0.75-1.6875-0.446-0.3916-1.0136-0.6244-1.5624-0.8127-0.5488-0.1884-1.097-0.3333-1.4688-0.5-0.18586-0.083381-0.32338-0.165-0.40625-0.25-0.08287-0.085001-0.125-0.17508-0.125-0.28125 0-0.20152 0.09694-0.33345 0.3125-0.46875s0.58083-0.25 1.0312-0.25c0.6839 0 1.2751 0.18955 1.9062 0.4375a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125l0.4375-1.2813a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.15625-0.0625a0.25002 0.25002 0 0 0 -0.03125 0c-0.29122-0.093605-1.1271-0.46875-2.4375-0.46875z&quot; display=&quot;block&quot; fill=&quot;url(#d)&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m8.154 4.7563c-0.9594 0-1.7722 0.24647-2.3438 0.6875-0.57159 0.44103-0.875 1.0875-0.875 1.8125 0 0.76738 0.30008 1.3618 0.75 1.75 0.44992 0.38821 1.0123 0.59908 1.5625 0.78125 0.55019 0.18217 1.1026 0.32786 1.4687 0.5 0.18307 0.08607 0.32533 0.18927 0.40625 0.28125s0.09673 0.15012 0.09375 0.28125c0 0.18652-0.09038 0.35419-0.34375 0.5s-0.67085 0.25-1.1562 0.25c-0.38979 0-1.0737-0.12598-2.0938-0.5l-0.1875-0.0625a0.25002 0.25002 0 0 0 -0.09375 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.15625 0.125 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.46875 1.3125a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.03125 0l0.1875 0.09375v-0.03125c0.77838 0.30206 1.5983 0.59375 2.6562 0.59375 1.2747 0 2.1718-0.32057 2.75-0.8125 0.57818-0.491
 93 0.8125-1.1637 0.8125-1.7812 0-0.75379-0.30407-1.2962-0.75-1.6875-0.4456-0.3912-1.0134-0.6241-1.5622-0.8124s-1.097-0.3332-1.4688-0.5c-0.18586-0.083381-0.32338-0.165-0.40625-0.25-0.08287-0.085001-0.125-0.17508-0.125-0.28125 0-0.20152 0.09694-0.33345 0.3125-0.46875s0.58083-0.25 1.0312-0.25c0.6839 0 1.2751 0.18955 1.9062 0.4375a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125l0.4375-1.2813a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.15625-0.0625a0.25002 0.25002 0 0 0 -0.03125 0c-0.29122-0.093605-1.1271-0.46875-2.4375-0.46875z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m8.2058 3.726c-0.9594 0-1.7722 0.24647-2.3438 0.6875-0.57159 0.44103-0.875 1.0875-0.875 1.8125 0 0.76738 0.30008 1.3618 0.75 1.75 0.44992 0.38821 1.0123 0.59908 1.5625 0.78125 0.55019 0.18217 1.1026 0.32786 1.4687 0.5 0.18307 0.086072 0.32533 0.18927 0.40625 0.28125 0.08092 0.091977 0.09673 0.15012 0.09375 0.28125 0 0.18652-0.09038 0.35419-0.34375 0.5s-0.67085 0.25-1.1562 0.25c-0.38979 0-1.0737-0.12598-2.0938-0.5l-0.1875-0.0625a0.25002 0.25002 0 0 0 -0.09375 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.15625 0.125 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.46875 1.3125a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.03125 0l0.1875 0.09375v-0.03125c0.77838 0.30206 1.5983 0.59375 2.6562 0.59375 1.2747 0 2.1718-0.32057 2.75
 -0.8125 0.57818-0.49193 0.8125-1.1637 0.8125-1.7812 0-0.75379-0.30407-1.2962-0.75-1.6875-0.446-0.3916-1.0136-0.6244-1.5624-0.8127-0.5488-0.1884-1.097-0.3333-1.4688-0.5-0.18586-0.083381-0.32338-0.165-0.40625-0.25-0.08287-0.085001-0.125-0.17508-0.125-0.28125 0-0.20152 0.09694-0.33345 0.3125-0.46875s0.58083-0.25 1.0312-0.25c0.6839 0 1.2751 0.18955 1.9062 0.4375a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125l0.4375-1.2813a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.15625-0.0625a0.25002 0.25002 0 0 0 -0.03125 0c-0.29122-0.093605-1.1271-0.46875-2.4375-0.46875z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkTimelineRecordStylesvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordStyle.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordStyle.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordStyle.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,27 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fabebe&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#a40000&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#f9adad&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#a40000&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#f9adad&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#c)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
- &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
- &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
- &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m8.1541 4.7563c-0.9594 0-1.7722 0.24647-2.3438 0.6875-0.57159 0.44103-0.875 1.0875-0.875 1.8125 0 0.76738 0.30008 1.3618 0.75 1.75 0.44992 0.38821 1.0123 0.59908 1.5625 0.78125 0.55019 0.18217 1.1026 0.32786 1.4687 0.5 0.18307 0.08607 0.32533 0.18927 0.40625 0.28125 0.080923 0.09198 0.09673 0.15012 0.09375 0.28125 0 0.18652-0.090379 0.35419-0.34375 0.5s-0.67085 0.25-1.1562 0.25c-0.38979 0-1.0737-0.12598-2.0938-0.5l-0.1875-0.0625a0.25002 0.25002 0 0 0 -0.09375 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.15625 0.125 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.46875 1.3125a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.03125 0l0.1875 0.09375v-0.03125c0.77838 0.30206 1.5983 0.59375 2.6562 0.5937
 5 1.2747 0 2.1718-0.32057 2.75-0.8125 0.57818-0.49193 0.8125-1.1637 0.8125-1.7812 0-0.75379-0.30407-1.2962-0.75-1.6875-0.44593-0.39134-1.0137-0.62417-1.5625-0.8125-0.54881-0.18833-1.097-0.33324-1.4687-0.5-0.18586-0.083381-0.32338-0.165-0.40625-0.25-0.08287-0.085001-0.125-0.17508-0.125-0.28125 0-0.20152 0.09694-0.33345 0.3125-0.46875s0.58083-0.25 1.0312-0.25c0.6839 0 1.2751 0.18955 1.9062 0.4375a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125l0.4375-1.2813a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.15625-0.0625a0.25002 0.25002 0 0 0 -0.03125 0c-0.29122-0.093605-1.1271-0.46875-2.4375-0.46875z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
- &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m8.2666 3.6562c-0.9594 0-1.7722 0.24647-2.3438 0.6875-0.57159 0.44103-0.875 1.0875-0.875 1.8125 0 0.76738 0.30008 1.3618 0.75 1.75 0.44992 0.38821 1.0123 0.59908 1.5625 0.78125 0.55019 0.18217 1.1026 0.32786 1.4687 0.5 0.18307 0.086072 0.32533 0.18927 0.40625 0.28125 0.080923 0.091977 0.09673 0.15012 0.09375 0.28125 0 0.18652-0.090379 0.35419-0.34375 0.5s-0.67085 0.25-1.1562 0.25c-0.38979 0-1.0737-0.12598-2.0938-0.5l-0.1875-0.0625a0.25002 0.25002 0 0 0 -0.09375 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.15625 0.125 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.46875 1.3125a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.03125 0l0.1875 0.09375v-0.03125c0.77838 0.30206 1.5983 0.59375 2.6562 0.59
 375 1.2747 0 2.1718-0.32057 2.75-0.8125 0.57818-0.49193 0.8125-1.1637 0.8125-1.7813 0-0.75379-0.30407-1.2962-0.75-1.6875-0.44593-0.39134-1.0137-0.62417-1.5625-0.8125-0.54881-0.18833-1.097-0.33324-1.4687-0.5-0.18586-0.083381-0.32338-0.165-0.40625-0.25-0.08287-0.085001-0.125-0.17508-0.125-0.28125 0-0.20152 0.09694-0.33345 0.3125-0.46875s0.58083-0.25 1.0312-0.25c0.6839 0 1.2751 0.18955 1.9062 0.4375a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125l0.4375-1.2813a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.15625-0.0625a0.25002 0.25002 0 0 0 -0.03125 0c-0.29122-0.093605-1.1271-0.46875-2.4375-0.46875z&quot; display=&quot;block&quot; fill=&quot;url(#d)&quot;/&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m8.1541 4.7563c-0.9594 0-1.7722 0.24647-2.3438 0.6875-0.57159 0.44103-0.875 1.0875-0.875 1.8125 0 0.76738 0.30008 1.3618 0.75 1.75 0.44992 0.38821 1.0123 0.59908 1.5625 0.78125 0.55019 0.18217 1.1026 0.32786 1.4687 0.5 0.18307 0.08607 0.32533 0.18927 0.40625 0.28125 0.080923 0.09198 0.09673 0.15012 0.09375 0.28125 0 0.18652-0.090379 0.35419-0.34375 0.5s-0.67085 0.25-1.1562 0.25c-0.38979 0-1.0737-0.12598-2.0938-0.5l-0.1875-0.0625a0.25002 0.25002 0 0 0 -0.09375 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.15625 0.125 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.46875 1.3125a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.03125 0l0.1875 0.09375v-0.03125c0.77838 0.30206 1.5983 0.59375 2.6562 0.59375 1.2747 0 2.1718-0.32057 2.75-0
 .8125 0.57818-0.49193 0.8125-1.1637 0.8125-1.7812 0-0.75379-0.30407-1.2962-0.75-1.6875-0.44593-0.39134-1.0137-0.62417-1.5625-0.8125-0.54881-0.18833-1.097-0.33324-1.4687-0.5-0.18586-0.083381-0.32338-0.165-0.40625-0.25-0.08287-0.085001-0.125-0.17508-0.125-0.28125 0-0.20152 0.09694-0.33345 0.3125-0.46875s0.58083-0.25 1.0312-0.25c0.6839 0 1.2751 0.18955 1.9062 0.4375a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125l0.4375-1.2813a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.15625-0.0625a0.25002 0.25002 0 0 0 -0.03125 0c-0.29122-0.093605-1.1271-0.46875-2.4375-0.46875z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m8.2666 3.6562c-0.9594 0-1.7722 0.24647-2.3438 0.6875-0.57159 0.44103-0.875 1.0875-0.875 1.8125 0 0.76738 0.30008 1.3618 0.75 1.75 0.44992 0.38821 1.0123 0.59908 1.5625 0.78125 0.55019 0.18217 1.1026 0.32786 1.4687 0.5 0.18307 0.086072 0.32533 0.18927 0.40625 0.28125 0.080923 0.091977 0.09673 0.15012 0.09375 0.28125 0 0.18652-0.090379 0.35419-0.34375 0.5s-0.67085 0.25-1.1562 0.25c-0.38979 0-1.0737-0.12598-2.0938-0.5l-0.1875-0.0625a0.25002 0.25002 0 0 0 -0.09375 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.15625 0.125 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.46875 1.3125a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.03125 0l0.1875 0.09375v-0.03125c0.77838 0.30206 1.5983 0.59375 2.6562 0.59375 1.2747 0 2.1718-0.32057 2
 .75-0.8125 0.57818-0.49193 0.8125-1.1637 0.8125-1.7813 0-0.75379-0.30407-1.2962-0.75-1.6875-0.44593-0.39134-1.0137-0.62417-1.5625-0.8125-0.54881-0.18833-1.097-0.33324-1.4687-0.5-0.18586-0.083381-0.32338-0.165-0.40625-0.25-0.08287-0.085001-0.125-0.17508-0.125-0.28125 0-0.20152 0.09694-0.33345 0.3125-0.46875s0.58083-0.25 1.0312-0.25c0.6839 0 1.2751 0.18955 1.9062 0.4375a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125l0.4375-1.2813a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.15625-0.0625a0.25002 0.25002 0 0 0 -0.03125 0c-0.29122-0.093605-1.1271-0.46875-2.4375-0.46875z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkTimelineRecordTimersvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordTimer.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordTimer.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordTimer.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,29 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
+   &lt;stop stop-color=&quot;#5c3566&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#ddc9db&quot; offset=&quot;1&quot;/&gt;
+  &lt;/linearGradient&gt;
+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#e4d4e2&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#5c3566&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#ddc9db&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
-   &lt;stop stop-color=&quot;#5c3566&quot; offset=&quot;0&quot;/&gt;
-   &lt;stop stop-color=&quot;#ddc9db&quot; offset=&quot;1&quot;/&gt;
-  &lt;/linearGradient&gt;
</del><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;g&gt;
-  &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#c)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
-  &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
-  &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
-  &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m4.4812 4.8501c-0.02216 0.00743-0.04326 0.017981-0.0625 0.03125-0.03888 0.02211-0.07164 0.054868-0.09375 0.09375-0.01327 0.019236-0.02385 0.040343-0.03125 0.0625-0.0026 0.020724-0.0026 0.041776 0 0.0625v1.2812a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.09375 0.125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.03125 0h2.375v6.4688a0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.0625 0.09375 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125h1.4062a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.09375 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625v-6.4688h2.4062a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0
  0.03125 -0.0625v-1.2812a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.09375 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0h-6.6875c-0.02072-0.00261-0.04178-0.00261-0.0625 0z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
-  &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m4.533 3.8198c-0.02216 0.00743-0.04326 0.017981-0.0625 0.03125-0.03888 0.02211-0.07164 0.054868-0.09375 0.09375-0.01327 0.019236-0.02385 0.040343-0.03125 0.0625-0.0026 0.020724-0.0026 0.041776 0 0.0625v1.2812a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.09375 0.125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.03125 0h2.375v6.4688a0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.0625 0.09375 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125h1.4062a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.09375 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625v-6.4688h2.4062a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 
 0.03125 -0.0625v-1.2812a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.09375 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0h-6.6875c-0.02072-0.00261-0.04178-0.00261-0.0625 0z&quot; display=&quot;block&quot; fill=&quot;url(#d)&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m4.4812 4.8501c-0.02216 0.00743-0.04326 0.017981-0.0625 0.03125-0.03888 0.02211-0.07164 0.054868-0.09375 0.09375-0.01327 0.019236-0.02385 0.040343-0.03125 0.0625-0.0026 0.020724-0.0026 0.041776 0 0.0625v1.2812a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.09375 0.125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.03125 0h2.375v6.4688a0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.0625 0.09375 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125h1.4062a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.09375 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625v-6.4688h2.4062a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.0625v-1.2812a0.25002 
 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.09375 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0h-6.6875c-0.02072-0.00261-0.04178-0.00261-0.0625 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m4.533 3.8198c-0.02216 0.00743-0.04326 0.017981-0.0625 0.03125-0.03888 0.02211-0.07164 0.054868-0.09375 0.09375-0.01327 0.019236-0.02385 0.040343-0.03125 0.0625-0.0026 0.020724-0.0026 0.041776 0 0.0625v1.2812a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.09375 0.125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.03125 0h2.375v6.4688a0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.0625 0.09375 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125h1.4062a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.09375 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625v-6.4688h2.4062a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0.03125 -0.0625v-1.2812a0.2500
 2 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.09375 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0h-6.6875c-0.02072-0.00261-0.04178-0.00261-0.0625 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkTypeBooleansvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeBoolean.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeBoolean.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeBoolean.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,29 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#5c3566&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#ddc9db&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#e4d4e2&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#5c3566&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#ddc9db&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;g&gt;
-  &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#c)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
-  &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
-  &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;enable-background:new;text-transform:none&quot; d=&quot;m4.8933 4.8521c-0.11423 0-0.15625 0.077737-0.15625 0.1875v8.0938c0 0.13608 0.12063 0.21875 0.25 0.21875h2.5c1.5451 0 2.5098-0.33018 3.0937-0.8125 0.58395-0.48232 0.75-1.1169 0.75-1.625 0-0.80263-0.55943-1.6348-1.5312-2 0.57997-0.46987 0.90625-1.0439 0.90625-1.7188 0-0.41205-0.1117-1.0116-0.5625-1.5-0.4508-0.48837-1.2246-0.84375-2.4375-0.84375zm1.75 1.75h0.875c0.55971 0.01043 0.89623 0.12774 1.0625 0.25 0.17556 0.12909 0.25 0.27137 0.25 0.53125 0 0.26622-0.06532 0.40388-0.25 0.53125s-0.52487 0.21875-1.0625 0.21875h-0.875zm0.59375 3.2188c0.065135 0.00154 0.14025 0 0.1875 0 0.75806 0.011439 1.3016 0.12385 1.5938 0.28125 0.30884 0.16639 0.40625 0.36589 0.40625 0.65625 0 0.36264-0.13114 0.48727-0.46875 0.625s-0.90482 0.21875-1.625 0.21875h-0.6875v-1.75z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;enable-background:new;text-transform:none&quot; d=&quot;m4.8933 3.8217c-0.11423 0-0.15625 0.077737-0.15625 0.1875v8.0938c0 0.13608 0.12063 0.21875 0.25 0.21875h2.5c1.5451 0 2.5098-0.33018 3.0937-0.8125 0.58395-0.48232 0.75-1.1169 0.75-1.625 0-0.80263-0.55943-1.6348-1.5312-2 0.57997-0.46987 0.90625-1.0439 0.90625-1.7188 0-0.41205-0.1117-1.0116-0.5625-1.5-0.4508-0.48837-1.2246-0.84375-2.4375-0.84375zm1.75 1.75h0.875c0.55971 0.01043 0.89623 0.12774 1.0625 0.25 0.17556 0.12909 0.25 0.27137 0.25 0.53125 0 0.26622-0.06532 0.40388-0.25 0.53125s-0.52487 0.21875-1.0625 0.21875h-0.875zm0.59375 3.2188c0.065135 0.00154 0.14025 0 0.1875 0 0.75806 0.011439 1.3016 0.12385 1.5938 0.28125 0.30884 0.16639 0.40625 0.36589 0.40625 0.65625 0 0.36263-0.13114 0.48727-0.46875 0.625s-0.90482 0.21875-1.625 0.21875h-0.6875v-1.75z&quot; display=&quot;block&quot; fill=&quot;url(#d)&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m4.8933 4.8521c-0.11423 0-0.15625 0.077737-0.15625 0.1875v8.0938c0 0.13608 0.12063 0.21875 0.25 0.21875h2.5c1.5451 0 2.5098-0.33018 3.0937-0.8125 0.58395-0.48232 0.75-1.1169 0.75-1.625 0-0.80263-0.55943-1.6348-1.5312-2 0.57997-0.46987 0.90625-1.0439 0.90625-1.7188 0-0.41205-0.1117-1.0116-0.5625-1.5-0.4508-0.48837-1.2246-0.84375-2.4375-0.84375zm1.75 1.75h0.875c0.55971 0.01043 0.89623 0.12774 1.0625 0.25 0.17556 0.12909 0.25 0.27137 0.25 0.53125 0 0.26622-0.06532 0.40388-0.25 0.53125s-0.52487 0.21875-1.0625 0.21875h-0.875zm0.59375 3.2188c0.065135 0.00154 0.14025 0 0.1875 0 0.75806 0.011439 1.3016 0.12385 1.5938 0.28125 0.30884 0.16639 0.40625 0.36589 0.40625 0.65625 0 0.36264-0.13114 0.48727-0.46875 0.625s-0.90482 0.21875-1.625 0.21875h-0.6875v-1.75z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m4.8933 3.8217c-0.11423 0-0.15625 0.077737-0.15625 0.1875v8.0938c0 0.13608 0.12063 0.21875 0.25 0.21875h2.5c1.5451 0 2.5098-0.33018 3.0937-0.8125 0.58395-0.48232 0.75-1.1169 0.75-1.625 0-0.80263-0.55943-1.6348-1.5312-2 0.57997-0.46987 0.90625-1.0439 0.90625-1.7188 0-0.41205-0.1117-1.0116-0.5625-1.5-0.4508-0.48837-1.2246-0.84375-2.4375-0.84375zm1.75 1.75h0.875c0.55971 0.01043 0.89623 0.12774 1.0625 0.25 0.17556 0.12909 0.25 0.27137 0.25 0.53125 0 0.26622-0.06532 0.40388-0.25 0.53125s-0.52487 0.21875-1.0625 0.21875h-0.875zm0.59375 3.2188c0.065135 0.00154 0.14025 0 0.1875 0 0.75806 0.011439 1.3016 0.12385 1.5938 0.28125 0.30884 0.16639 0.40625 0.36589 0.40625 0.65625 0 0.36263-0.13114 0.48727-0.46875 0.625s-0.90482 0.21875-1.625 0.21875h-0.6875v-1.75z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkTypeNullsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeNull.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeNull.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeNull.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,29 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
+   &lt;stop stop-color=&quot;#888a85&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#d3d7cf&quot; offset=&quot;1&quot;/&gt;
+  &lt;/linearGradient&gt;
+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#dcdcdc&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#9b9b9b&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#d3d7cf&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
-   &lt;stop stop-color=&quot;#888a85&quot; offset=&quot;0&quot;/&gt;
-   &lt;stop stop-color=&quot;#d3d7cf&quot; offset=&quot;1&quot;/&gt;
-  &lt;/linearGradient&gt;
</del><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;g&gt;
-  &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#c)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
-  &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
-  &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
-  &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m4.3406 4.8501c-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.0625v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0h1.4062a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-5.0938l3.375 5.25a0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0h1.7
 188a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-8a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-1.4063a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625v5.0938l-3.4062-5.2188a0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002
  0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-1.6875c-0.02072-0.00261-0.04178-0.00261-0.0625 0z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
-  &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m4.3923 3.8198c-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.0625v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0h1.4062a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-5.0938l3.375 5.25a0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0h1.7
 188a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-8a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-1.4062a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625v5.0938l-3.4062-5.2188a0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002
  0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-1.6875c-0.02072-0.00261-0.04178-0.00261-0.0625 0z&quot; display=&quot;block&quot; fill=&quot;url(#d)&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m4.3406 4.8501c-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.0625v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0h1.4062a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-5.0938l3.375 5.25a0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0h1.7188a0.25002 0.25002 0 0 0 0.0625 
 0 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-8a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-1.4063a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625v5.0938l-3.4062-5.2188a0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002
  0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-1.6875c-0.02072-0.00261-0.04178-0.00261-0.0625 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m4.3923 3.8198c-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.0625v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0h1.4062a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-5.0938l3.375 5.25a0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0h1.7188a0.25002 0.25002 0 0 0 0.06
 25 0 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-8a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-1.4062a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625v5.0938l-3.4062-5.2188a0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25
 002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-1.6875c-0.02072-0.00261-0.04178-0.00261-0.0625 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkTypeNumbersvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeNumber.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeNumber.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeNumber.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,27 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#cbdbed&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#204a87&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#bdd2e9&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#204a87&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#bdd2e9&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#c)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
- &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
- &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
- &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m4.3406 4.8516c-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.0625v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0h1.4062a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-5.0938l3.375 5.25a0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0h1.7187a0.25002
  0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-8a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-1.4062a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625v5.0938l-3.4062-5.2188a0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 
 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-1.6875c-0.02072-0.0026-0.04178-0.0026-0.0625 0z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
- &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m4.3923 3.8212c-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.0625v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0h1.4062a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-5.0938l3.375 5.25a0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0h1.7187a0.25002
  0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-8a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-1.4062a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625v5.0937l-3.4063-5.2187a0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 
 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-1.6875c-0.02072-0.0026-0.04178-0.0026-0.0625 0z&quot; display=&quot;block&quot; fill=&quot;url(#d)&quot;/&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m4.3406 4.8516c-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.0625v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0h1.4062a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-5.0938l3.375 5.25a0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0h1.7187a0.25002 0.25002 0 0 0 0.0625 0 0.25002 
 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-8a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-1.4062a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625v5.0938l-3.4062-5.2188a0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0
  0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-1.6875c-0.02072-0.0026-0.04178-0.0026-0.0625 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m4.3923 3.8212c-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.0625v8a0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0h1.4062a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-5.0938l3.375 5.25a0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.0625 0h1.7187a0.25002 0.25002 0 0 0 0.0625 0 0.250
 02 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125v-8a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-1.4062a0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.0625 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625v5.0937l-3.4063-5.2187a0.25002 0.25002 0 0 0 -0.0625 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0 0.25002 0.2500
 2 0 0 0 -0.0625 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-1.6875c-0.02072-0.0026-0.04178-0.0026-0.0625 0z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkTypeObjectsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeObject.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeObject.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeObject.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,29 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
+   &lt;stop stop-color=&quot;#c4a000&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fef4a8&quot; offset=&quot;1&quot;/&gt;
+  &lt;/linearGradient&gt;
+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fef6ba&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#c4a000&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fef4a8&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
-   &lt;stop stop-color=&quot;#c4a000&quot; offset=&quot;0&quot;/&gt;
-   &lt;stop stop-color=&quot;#fef4a8&quot; offset=&quot;1&quot;/&gt;
-  &lt;/linearGradient&gt;
</del><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;g&gt;
-  &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#d)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
-  &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
-  &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;enable-background:new;text-transform:none&quot; d=&quot;m7.8406 4.8481c-1.0313 0-2.0592 0.3724-2.8438 1.0938-0.78455 0.72136-1.3125 1.7985-1.3125 3.2188 0 2.5548 1.7963 4.2328 4.0625 4.3125 0.12663 0.0073 0.20674 0.0078 0.3125 0 2.2396-0.0781 4.0313-1.6975 4.0313-4.2187 0-2.5923-1.8447-4.4062-4.25-4.4062zm0.093751 1.8125c0.52438 0 1.0551 0.16546 1.4688 0.5625 0.41369 0.39704 0.71875 1.0121 0.71875 1.9375 0 0.93418-0.31504 1.5672-0.75 1.9687-0.42725 0.39438-0.97727 0.58735-1.5 0.59375-0.021472-0.000857-0.042558 0-0.0625 0-0.52756-0.0065-1.0657-0.18202-1.4688-0.5625-0.41058-0.38755-0.6875-0.99125-0.6875-1.875 0-1.6692 1.0047-2.625 2.2813-2.625z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;enable-background:new;text-transform:none&quot; d=&quot;m7.8923 3.8178c-1.0313 0-2.0592 0.3724-2.8438 1.0938-0.78455 0.72136-1.3125 1.7985-1.3125 3.2188 0 2.5548 1.7963 4.2328 4.0625 4.3125 0.12663 0.0073 0.20674 0.0078 0.3125 0 2.2396-0.0781 4.0313-1.6975 4.0313-4.2188 0-2.5923-1.8447-4.4062-4.25-4.4062zm0.093751 1.8125c0.52438 0 1.0551 0.16546 1.4688 0.5625 0.41369 0.39704 0.71875 1.0121 0.71875 1.9375 0 0.93418-0.31504 1.5672-0.75 1.9688-0.42725 0.39438-0.97727 0.58735-1.5 0.59375-0.021472-0.000857-0.042558 0-0.0625 0-0.52756-0.0065-1.0657-0.18202-1.4688-0.5625-0.41058-0.38756-0.6875-0.99125-0.6875-1.875 0-1.6692 1.0047-2.625 2.2813-2.625z&quot; display=&quot;block&quot; fill=&quot;url(#c)&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m7.8406 4.8481c-1.0313 0-2.0592 0.3724-2.8438 1.0938-0.78455 0.72136-1.3125 1.7985-1.3125 3.2188 0 2.5548 1.7963 4.2328 4.0625 4.3125 0.12663 0.0073 0.20674 0.0078 0.3125 0 2.2396-0.0781 4.0313-1.6975 4.0313-4.2187 0-2.5923-1.8447-4.4062-4.25-4.4062zm0.093751 1.8125c0.52438 0 1.0551 0.16546 1.4688 0.5625 0.41369 0.39704 0.71875 1.0121 0.71875 1.9375 0 0.93418-0.31504 1.5672-0.75 1.9687-0.42725 0.39438-0.97727 0.58735-1.5 0.59375-0.021472-0.000857-0.042558 0-0.0625 0-0.52756-0.0065-1.0657-0.18202-1.4688-0.5625-0.41058-0.38755-0.6875-0.99125-0.6875-1.875 0-1.6692 1.0047-2.625 2.2813-2.625z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m7.8923 3.8178c-1.0313 0-2.0592 0.3724-2.8438 1.0938-0.78455 0.72136-1.3125 1.7985-1.3125 3.2188 0 2.5548 1.7963 4.2328 4.0625 4.3125 0.12663 0.0073 0.20674 0.0078 0.3125 0 2.2396-0.0781 4.0313-1.6975 4.0313-4.2188 0-2.5923-1.8447-4.4062-4.25-4.4062zm0.093751 1.8125c0.52438 0 1.0551 0.16546 1.4688 0.5625 0.41369 0.39704 0.71875 1.0121 0.71875 1.9375 0 0.93418-0.31504 1.5672-0.75 1.9688-0.42725 0.39438-0.97727 0.58735-1.5 0.59375-0.021472-0.000857-0.042558 0-0.0625 0-0.52756-0.0065-1.0657-0.18202-1.4688-0.5625-0.41058-0.38756-0.6875-0.99125-0.6875-1.875 0-1.6692 1.0047-2.625 2.2813-2.625z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkTypeRegexsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeRegex.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeRegex.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeRegex.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,32 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;linearGradient id=&quot;a&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
+   &lt;stop stop-color=&quot;#a40000&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#f9adad&quot; offset=&quot;1&quot;/&gt;
+  &lt;/linearGradient&gt;
+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><del>-  &lt;/linearGradient&gt;
-  &lt;radialGradient id=&quot;c&quot; xlink:href=&quot;#a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;/&gt;
-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;/radialGradient&gt;
+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fabebe&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#a40000&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#f9adad&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;f&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
-   &lt;stop stop-color=&quot;#a40000&quot; offset=&quot;0&quot;/&gt;
-   &lt;stop stop-color=&quot;#f9adad&quot; offset=&quot;1&quot;/&gt;
-  &lt;/linearGradient&gt;
-  &lt;linearGradient id=&quot;e&quot; y2=&quot;-.30508&quot; xlink:href=&quot;#a&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;-14.712&quot; y1=&quot;-.30508&quot; x1=&quot;-19.525&quot;/&gt;
</del><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;g&gt;
-  &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#d)&quot; fill=&quot;url(#b)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
-  &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
-  &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#c)&quot;/&gt;
-  &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m4.8241 4.7808c-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-0.000652 0.0104-0.000652 0.02085 0 0.03125-0.0026 0.02072-0.0026 0.04178 0 0.0625v8a0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.03125 0h1.4062a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.03125v-2.875c0.12483 0.0059 0.2381 0.03125 0.375 0.03125 0.14931 0 0.32427 0.005
 3 0.5 0l1.75 2.9688a0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 0h1.625a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.09375l-1.9062-3.1252c0.40877-0.16309 0.82622-0.3517 1.125-0.6875 0.36559-0.41089 0.59375-0.96258 0.59375-1.6875 0-1.1859-0.65393-1.9068-1.4063-2.25-0.75232-0.34325-1.6246-0.375-2.1562-0.375h-2.5938c-0.0104-0.000652-0.02085-0.000652-0.03125 0zm1.6875 1.8125h0.8125c0.50267 0 0.97982 0.02877 1.2812 0.15625 0.30143 0.12748 0.4375 0.27798 0.4375 0.6875 0 0.23499-0.03704 0.38143-0.125 0.5s-0.22339 0.21106-0.40625 0.28125c-0.36572 0.14038-0.93321 0.1875-1.5312 0.1875-0.15438 0-0.31008-0.02084-0.46875-0.0312
 5v-1.7812z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
-  &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m4.8759 3.7505c-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-0.000652 0.0104-0.000652 0.02085 0 0.03125-0.0026 0.02072-0.0026 0.04178 0 0.0625v8a0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.03125 0h1.4062a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.03125v-2.875c0.12483 0.00594 0.2381 0.03125 0.375 0.03125 0.14931 0 0.32427 0.00
 525 0.5 0l1.75 2.9688a0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 0h1.625a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.09375l-1.9064-3.1245c0.4088-0.1631 0.8264-0.3517 1.1254-0.6875 0.36559-0.41089 0.59375-0.96258 0.59375-1.6875 0-1.1859-0.65393-1.9068-1.4063-2.25-0.75232-0.34325-1.6246-0.375-2.1562-0.375h-2.5938c-0.0104-0.000651-0.02085-0.000651-0.03125 0zm1.6875 1.8125h0.8125c0.50267 0 0.97982 0.02877 1.2812 0.15625 0.30143 0.12748 0.4375 0.27798 0.4375 0.6875 0 0.23499-0.03704 0.38143-0.125 0.5s-0.22339 0.21106-0.40625 0.28125c-0.36572 0.14038-0.93321 0.1875-1.5312 0.1875-0.15438 0-0.31008-0.02084-0.46875-0.0312
 5v-1.7812z&quot; display=&quot;block&quot; fill=&quot;url(#f)&quot;/&gt;
- &lt;/g&gt;
- &lt;rect opacity=&quot;.8&quot; style=&quot;color:#000000;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;7.2542&quot; width=&quot;4.8136&quot; display=&quot;block&quot; y=&quot;-3.9322&quot; x=&quot;-19.525&quot; fill=&quot;url(#e)&quot;/&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m4.8241 4.7808c-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-0.000652 0.0104-0.000652 0.02085 0 0.03125-0.0026 0.02072-0.0026 0.04178 0 0.0625v8a0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.03125 0h1.4062a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.03125v-2.875c0.12483 0.0059 0.2381 0.03125 0.375 0.03125 0.14931 0 0.32427 0.0053 0.5 0l1.75 2.9688a0.25002 0.250
 02 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 0h1.625a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.09375l-1.9062-3.1252c0.40877-0.16309 0.82622-0.3517 1.125-0.6875 0.36559-0.41089 0.59375-0.96258 0.59375-1.6875 0-1.1859-0.65393-1.9068-1.4063-2.25-0.75232-0.34325-1.6246-0.375-2.1562-0.375h-2.5938c-0.0104-0.000652-0.02085-0.000652-0.03125 0zm1.6875 1.8125h0.8125c0.50267 0 0.97982 0.02877 1.2812 0.15625 0.30143 0.12748 0.4375 0.27798 0.4375 0.6875 0 0.23499-0.03704 0.38143-0.125 0.5s-0.22339 0.21106-0.40625 0.28125c-0.36572 0.14038-0.93321 0.1875-1.5312 0.1875-0.15438 0-0.31008-0.02084-0.46875-0.03125v-1.7812z&quot; display=&quot;bl
 ock&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m4.8759 3.7505c-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-0.000652 0.0104-0.000652 0.02085 0 0.03125-0.0026 0.02072-0.0026 0.04178 0 0.0625v8a0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.09375 0.03125 0.25002 0.25002 0 0 0 0.03125 0h1.4062a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.09375 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.03125 0.25002 0.25002 0 0 0 0 -0.03125v-2.875c0.12483 0.00594 0.2381 0.03125 0.375 0.03125 0.14931 0 0.32427 0.00525 0.5 0l1.75 2.9688a0.25002 
 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.0625 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 0h1.625a0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.03125 0 0.25002 0.25002 0 0 0 0.0625 -0.03125 0.25002 0.25002 0 0 0 0.0625 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125 0.25002 0.25002 0 0 0 0.03125 -0.09375 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.03125 -0.09375l-1.9064-3.1245c0.4088-0.1631 0.8264-0.3517 1.1254-0.6875 0.36559-0.41089 0.59375-0.96258 0.59375-1.6875 0-1.1859-0.65393-1.9068-1.4063-2.25-0.75232-0.34325-1.6246-0.375-2.1562-0.375h-2.5938c-0.0104-0.000651-0.02085-0.000651-0.03125 0zm1.6875 1.8125h0.8125c0.50267 0 0.97982 0.02877 1.2812 0.15625 0.30143 0.12748 0.4375 0.27798 0.4375 0.6875 0 0.23499-0.03704 0.38143-0.125 0.5s-0.22339 0.21106-0.40625 0.28125c-0.36572 0.14038-0.93321 0.1875-1.5312 0.1875-0.15438 0-0.31008-0.02084-0.46875-0.03125v-1.7812z&quot; display=&quot
 ;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkTypeStringsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeString.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeString.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeString.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,27 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fabebe&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#a40000&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#f9adad&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#a40000&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#f9adad&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#c)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
- &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
- &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
- &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m8.1541 4.7563c-0.9594 0-1.7722 0.24647-2.3438 0.6875-0.57159 0.44103-0.875 1.0875-0.875 1.8125 0 0.76738 0.30008 1.3618 0.75 1.75 0.44992 0.38821 1.0123 0.59908 1.5625 0.78125 0.55019 0.18217 1.1026 0.32786 1.4687 0.5 0.18307 0.08607 0.32533 0.18927 0.40625 0.28125 0.080923 0.09198 0.09673 0.15012 0.09375 0.28125 0 0.18652-0.090379 0.35419-0.34375 0.5s-0.67085 0.25-1.1562 0.25c-0.38979 0-1.0737-0.12598-2.0938-0.5l-0.1875-0.0625a0.25002 0.25002 0 0 0 -0.09375 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.15625 0.125 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.46875 1.3125a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.03125 0l0.1875 0.09375v-0.03125c0.77838 0.30206 1.5983 0.59375 2.6562 0.5937
 5 1.2747 0 2.1718-0.32057 2.75-0.8125 0.57818-0.49193 0.8125-1.1637 0.8125-1.7812 0-0.75379-0.30407-1.2962-0.75-1.6875-0.44593-0.39134-1.0137-0.62417-1.5625-0.8125-0.54881-0.18833-1.097-0.33324-1.4687-0.5-0.18586-0.083381-0.32338-0.165-0.40625-0.25-0.08287-0.085001-0.125-0.17508-0.125-0.28125 0-0.20152 0.09694-0.33345 0.3125-0.46875s0.58083-0.25 1.0312-0.25c0.6839 0 1.2751 0.18955 1.9062 0.4375a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125l0.4375-1.2813a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.15625-0.0625a0.25002 0.25002 0 0 0 -0.03125 0c-0.29122-0.093605-1.1271-0.46875-2.4375-0.46875z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
- &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m8.2666 3.6562c-0.9594 0-1.7722 0.24647-2.3438 0.6875-0.57159 0.44103-0.875 1.0875-0.875 1.8125 0 0.76738 0.30008 1.3618 0.75 1.75 0.44992 0.38821 1.0123 0.59908 1.5625 0.78125 0.55019 0.18217 1.1026 0.32786 1.4687 0.5 0.18307 0.086072 0.32533 0.18927 0.40625 0.28125 0.080923 0.091977 0.09673 0.15012 0.09375 0.28125 0 0.18652-0.090379 0.35419-0.34375 0.5s-0.67085 0.25-1.1562 0.25c-0.38979 0-1.0737-0.12598-2.0938-0.5l-0.1875-0.0625a0.25002 0.25002 0 0 0 -0.09375 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.15625 0.125 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.46875 1.3125a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.03125 0l0.1875 0.09375v-0.03125c0.77838 0.30206 1.5983 0.59375 2.6562 0.59
 375 1.2747 0 2.1718-0.32057 2.75-0.8125 0.57818-0.49193 0.8125-1.1637 0.8125-1.7813 0-0.75379-0.30407-1.2962-0.75-1.6875-0.44593-0.39134-1.0137-0.62417-1.5625-0.8125-0.54881-0.18833-1.097-0.33324-1.4687-0.5-0.18586-0.083381-0.32338-0.165-0.40625-0.25-0.08287-0.085001-0.125-0.17508-0.125-0.28125 0-0.20152 0.09694-0.33345 0.3125-0.46875s0.58083-0.25 1.0312-0.25c0.6839 0 1.2751 0.18955 1.9062 0.4375a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125l0.4375-1.2813a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.15625-0.0625a0.25002 0.25002 0 0 0 -0.03125 0c-0.29122-0.093605-1.1271-0.46875-2.4375-0.46875z&quot; display=&quot;block&quot; fill=&quot;url(#d)&quot;/&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m8.1541 4.7563c-0.9594 0-1.7722 0.24647-2.3438 0.6875-0.57159 0.44103-0.875 1.0875-0.875 1.8125 0 0.76738 0.30008 1.3618 0.75 1.75 0.44992 0.38821 1.0123 0.59908 1.5625 0.78125 0.55019 0.18217 1.1026 0.32786 1.4687 0.5 0.18307 0.08607 0.32533 0.18927 0.40625 0.28125 0.080923 0.09198 0.09673 0.15012 0.09375 0.28125 0 0.18652-0.090379 0.35419-0.34375 0.5s-0.67085 0.25-1.1562 0.25c-0.38979 0-1.0737-0.12598-2.0938-0.5l-0.1875-0.0625a0.25002 0.25002 0 0 0 -0.09375 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.15625 0.125 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.46875 1.3125a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.03125 0l0.1875 0.09375v-0.03125c0.77838 0.30206 1.5983 0.59375 2.6562 0.59375 1.2747 0 2.1718-0.32057 2.75-0
 .8125 0.57818-0.49193 0.8125-1.1637 0.8125-1.7812 0-0.75379-0.30407-1.2962-0.75-1.6875-0.44593-0.39134-1.0137-0.62417-1.5625-0.8125-0.54881-0.18833-1.097-0.33324-1.4687-0.5-0.18586-0.083381-0.32338-0.165-0.40625-0.25-0.08287-0.085001-0.125-0.17508-0.125-0.28125 0-0.20152 0.09694-0.33345 0.3125-0.46875s0.58083-0.25 1.0312-0.25c0.6839 0 1.2751 0.18955 1.9062 0.4375a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125l0.4375-1.2813a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.15625-0.0625a0.25002 0.25002 0 0 0 -0.03125 0c-0.29122-0.093605-1.1271-0.46875-2.4375-0.46875z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m8.2666 3.6562c-0.9594 0-1.7722 0.24647-2.3438 0.6875-0.57159 0.44103-0.875 1.0875-0.875 1.8125 0 0.76738 0.30008 1.3618 0.75 1.75 0.44992 0.38821 1.0123 0.59908 1.5625 0.78125 0.55019 0.18217 1.1026 0.32786 1.4687 0.5 0.18307 0.086072 0.32533 0.18927 0.40625 0.28125 0.080923 0.091977 0.09673 0.15012 0.09375 0.28125 0 0.18652-0.090379 0.35419-0.34375 0.5s-0.67085 0.25-1.1562 0.25c-0.38979 0-1.0737-0.12598-2.0938-0.5l-0.1875-0.0625a0.25002 0.25002 0 0 0 -0.09375 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.15625 0.125 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.46875 1.3125a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.03125 0l0.1875 0.09375v-0.03125c0.77838 0.30206 1.5983 0.59375 2.6562 0.59375 1.2747 0 2.1718-0.32057 2
 .75-0.8125 0.57818-0.49193 0.8125-1.1637 0.8125-1.7813 0-0.75379-0.30407-1.2962-0.75-1.6875-0.44593-0.39134-1.0137-0.62417-1.5625-0.8125-0.54881-0.18833-1.097-0.33324-1.4687-0.5-0.18586-0.083381-0.32338-0.165-0.40625-0.25-0.08287-0.085001-0.125-0.17508-0.125-0.28125 0-0.20152 0.09694-0.33345 0.3125-0.46875s0.58083-0.25 1.0312-0.25c0.6839 0 1.2751 0.18955 1.9062 0.4375a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125l0.4375-1.2813a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.15625-0.0625a0.25002 0.25002 0 0 0 -0.03125 0c-0.29122-0.093605-1.1271-0.46875-2.4375-0.46875z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkTypeSymbolsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeSymbol.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeSymbol.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeSymbol.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,29 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;linearGradient id=&quot;e&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#069a6b&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#34e2ab&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#c2f6e5&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#069a6b&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#b2f4df&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;732.05&quot; xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2-1-5-9&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;/&gt;
</del><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#d)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
- &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
- &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
- &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m8.1237 4.8417c-0.9594 0-1.7722 0.24647-2.3437 0.6875-0.57159 0.44103-0.875 1.0875-0.875 1.8125 0 0.76738 0.30008 1.3618 0.75 1.75 0.44992 0.38821 1.0123 0.59908 1.5625 0.78125 0.55019 0.18217 1.1026 0.32786 1.4688 0.5 0.18307 0.08607 0.32533 0.18927 0.40625 0.28125s0.09673 0.15012 0.09375 0.28125c0 0.18652-0.09038 0.35419-0.34375 0.5s-0.67085 0.25-1.1562 0.25c-0.38979 0-1.0737-0.12598-2.0937-0.5l-0.1875-0.0625a0.25002 0.25002 0 0 0 -0.09375 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.15625 0.125 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.46875 1.3125a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.03125 0l0.1875 0.09375v-0.03125c0.77838 0.30206 1.5983 0.59375 2.6562 0.59375 1.2747 0 2.1718-
 0.32057 2.75-0.8125 0.57818-0.49193 0.8125-1.1637 0.8125-1.7812 0-0.75379-0.30407-1.2962-0.75-1.6875-0.44593-0.39134-1.0137-0.62417-1.5625-0.8125-0.54881-0.18833-1.097-0.33324-1.4688-0.5-0.18586-0.08338-0.32338-0.165-0.40625-0.25s-0.125-0.17508-0.125-0.28125c0-0.20152 0.09694-0.33345 0.3125-0.46875s0.58083-0.25 1.0312-0.25c0.6839 0 1.2751 0.18955 1.9063 0.4375a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125l0.4375-1.2812a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.15625-0.0625a0.25002 0.25002 0 0 0 -0.03125 0c-0.292-0.0921-1.1279-0.4673-2.4383-0.4673z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
- &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m8.2362 3.7416c-0.9594 0-1.7722 0.24647-2.3437 0.6875-0.57159 0.44103-0.875 1.0875-0.875 1.8125 0 0.76738 0.30008 1.3618 0.75 1.75 0.44992 0.38821 1.0123 0.59908 1.5625 0.78125 0.55019 0.18217 1.1026 0.32786 1.4688 0.5 0.18307 0.08607 0.32533 0.18927 0.40625 0.28125s0.09673 0.15012 0.09375 0.28125c0 0.18652-0.09038 0.35419-0.34375 0.5s-0.67085 0.25-1.1562 0.25c-0.38979 0-1.0737-0.12598-2.0937-0.5l-0.1875-0.0625a0.25002 0.25002 0 0 0 -0.09375 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.15625 0.125 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.46875 1.3125a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.03125 0l0.1875 0.09375v-0.03125c0.77838 0.30206 1.5983 0.59375 2.6562 0.59375 1.2747 0 2.1718-
 0.32057 2.75-0.8125 0.57818-0.49193 0.8125-1.1637 0.8125-1.7812 0-0.75379-0.30407-1.2962-0.75-1.6875-0.44593-0.39134-1.0137-0.62417-1.5625-0.8125-0.54881-0.18833-1.097-0.33324-1.4688-0.5-0.18586-0.08338-0.32338-0.165-0.40625-0.25s-0.125-0.17508-0.125-0.28125c0-0.20152 0.09694-0.33345 0.3125-0.46875s0.58083-0.25 1.0312-0.25c0.6839 0 1.2751 0.18955 1.9063 0.4375a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125l0.4375-1.2812a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.15625-0.0625a0.25002 0.25002 0 0 0 -0.03125 0c-0.291-0.0922-1.1273-0.4674-2.4378-0.4674z&quot; display=&quot;block&quot; fill=&quot;url(#e)&quot;/&gt;
- &lt;rect opacity=&quot;.8&quot; style=&quot;color:#000000;enable-background:new&quot; rx=&quot;1.5143&quot; ry=&quot;1.2392&quot; height=&quot;1.2392&quot; width=&quot;2.3408&quot; display=&quot;block&quot; y=&quot;-2.359&quot; x=&quot;3.5341&quot; fill=&quot;url(#c)&quot;/&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m8.1237 4.8417c-0.9594 0-1.7722 0.24647-2.3437 0.6875-0.57159 0.44103-0.875 1.0875-0.875 1.8125 0 0.76738 0.30008 1.3618 0.75 1.75 0.44992 0.38821 1.0123 0.59908 1.5625 0.78125 0.55019 0.18217 1.1026 0.32786 1.4688 0.5 0.18307 0.08607 0.32533 0.18927 0.40625 0.28125s0.09673 0.15012 0.09375 0.28125c0 0.18652-0.09038 0.35419-0.34375 0.5s-0.67085 0.25-1.1562 0.25c-0.38979 0-1.0737-0.12598-2.0937-0.5l-0.1875-0.0625a0.25002 0.25002 0 0 0 -0.09375 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.15625 0.125 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.46875 1.3125a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.03125 0l0.1875 0.09375v-0.03125c0.77838 0.30206 1.5983 0.59375 2.6562 0.59375 1.2747 0 2.1718-0.32057 2.75-0.8125 0.57818-0.49
 193 0.8125-1.1637 0.8125-1.7812 0-0.75379-0.30407-1.2962-0.75-1.6875-0.44593-0.39134-1.0137-0.62417-1.5625-0.8125-0.54881-0.18833-1.097-0.33324-1.4688-0.5-0.18586-0.08338-0.32338-0.165-0.40625-0.25s-0.125-0.17508-0.125-0.28125c0-0.20152 0.09694-0.33345 0.3125-0.46875s0.58083-0.25 1.0312-0.25c0.6839 0 1.2751 0.18955 1.9063 0.4375a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125l0.4375-1.2812a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.15625-0.0625a0.25002 0.25002 0 0 0 -0.03125 0c-0.292-0.0921-1.1279-0.4673-2.4383-0.4673z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m8.2362 3.7416c-0.9594 0-1.7722 0.24647-2.3437 0.6875-0.57159 0.44103-0.875 1.0875-0.875 1.8125 0 0.76738 0.30008 1.3618 0.75 1.75 0.44992 0.38821 1.0123 0.59908 1.5625 0.78125 0.55019 0.18217 1.1026 0.32786 1.4688 0.5 0.18307 0.08607 0.32533 0.18927 0.40625 0.28125s0.09673 0.15012 0.09375 0.28125c0 0.18652-0.09038 0.35419-0.34375 0.5s-0.67085 0.25-1.1562 0.25c-0.38979 0-1.0737-0.12598-2.0937-0.5l-0.1875-0.0625a0.25002 0.25002 0 0 0 -0.09375 -0.03125 0.25002 0.25002 0 0 0 -0.0625 0 0.25002 0.25002 0 0 0 -0.15625 0.125 0.25002 0.25002 0 0 0 -0.03125 0.03125l-0.46875 1.3125a0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 0 0.0625 0.25002 0.25002 0 0 0 0.03125 0.09375 0.25002 0.25002 0 0 0 0.03125 0.0625 0.25002 0.25002 0 0 0 0.03125 0.03125 0.25002 0.25002 0 0 0 0.0625 0.03125 0.25002 0.25002 0 0 0 0.03125 0l0.1875 0.09375v-0.03125c0.77838 0.30206 1.5983 0.59375 2.6562 0.59375 1.2747 0 2.1718-0.32057 2.75-0.8125 0.57818-0
 .49193 0.8125-1.1637 0.8125-1.7812 0-0.75379-0.30407-1.2962-0.75-1.6875-0.44593-0.39134-1.0137-0.62417-1.5625-0.8125-0.54881-0.18833-1.097-0.33324-1.4688-0.5-0.18586-0.08338-0.32338-0.165-0.40625-0.25s-0.125-0.17508-0.125-0.28125c0-0.20152 0.09694-0.33345 0.3125-0.46875s0.58083-0.25 1.0312-0.25c0.6839 0 1.2751 0.18955 1.9063 0.4375a0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.0625 0 0.25002 0.25002 0 0 0 0.09375 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.03125l0.4375-1.2812a0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625 0.25002 0.25002 0 0 0 -0.0625 -0.09375 0.25002 0.25002 0 0 0 -0.0625 -0.03125l-0.15625-0.0625a0.25002 0.25002 0 0 0 -0.03125 0c-0.291-0.0922-1.1273-0.4674-2.4378-0.4674z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkTypeUndefinedsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeUndefined.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeUndefined.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeUndefined.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,29 +1,27 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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><span class="cx">  &lt;defs&gt;
</span><del>-  &lt;radialGradient id=&quot;b&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;51.5&quot; cx=&quot;301&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot; r=&quot;19.5&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;d&quot; x1=&quot;491.22&quot; x2=&quot;491.22&quot; y1=&quot;506.65&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot;&gt;
+   &lt;stop stop-color=&quot;#888a85&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#d3d7cf&quot; offset=&quot;1&quot;/&gt;
+  &lt;/linearGradient&gt;
+  &lt;radialGradient id=&quot;b&quot; cx=&quot;301&quot; cy=&quot;51.5&quot; r=&quot;19.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.97063 1.9684e-8 0 .28611 -291.16 -14.63)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;radialGradient id=&quot;a&quot; gradientUnits=&quot;userSpaceOnUse&quot; cy=&quot;35.878&quot; cx=&quot;24.446&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot; r=&quot;20.531&quot;&gt;
</del><ins>+  &lt;radialGradient id=&quot;a&quot; cx=&quot;24.446&quot; cy=&quot;35.878&quot; r=&quot;20.531&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#dcdcdc&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/radialGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;d&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;311.65&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot; y1=&quot;145.52&quot; x1=&quot;321.57&quot;&gt;
</del><ins>+  &lt;linearGradient id=&quot;c&quot; x1=&quot;321.57&quot; x2=&quot;311.65&quot; y1=&quot;145.52&quot; y2=&quot;118.5&quot; gradientUnits=&quot;userSpaceOnUse&quot; gradientTransform=&quot;matrix(.55569 0 0 .55568 -169.27 -70.906)&quot;&gt;
</ins><span class="cx">    &lt;stop stop-color=&quot;#9b9b9b&quot; offset=&quot;0&quot;/&gt;
</span><span class="cx">    &lt;stop stop-color=&quot;#d3d7cf&quot; offset=&quot;1&quot;/&gt;
</span><span class="cx">   &lt;/linearGradient&gt;
</span><del>-  &lt;linearGradient id=&quot;c&quot; y2=&quot;732.05&quot; gradientUnits=&quot;userSpaceOnUse&quot; x2=&quot;491.22&quot; gradientTransform=&quot;matrix(.093294 0 0 .093294 -35.871 -43.769)&quot; y1=&quot;506.65&quot; x1=&quot;491.22&quot;&gt;
-   &lt;stop stop-color=&quot;#888a85&quot; offset=&quot;0&quot;/&gt;
-   &lt;stop stop-color=&quot;#d3d7cf&quot; offset=&quot;1&quot;/&gt;
-  &lt;/linearGradient&gt;
</del><span class="cx">  &lt;/defs&gt;
</span><del>- &lt;g&gt;
-  &lt;rect stroke-linejoin=&quot;bevel&quot; height=&quot;15.003&quot; stroke=&quot;url(#d)&quot; fill=&quot;url(#a)&quot; style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; width=&quot;15.004&quot; stroke-miterlimit=&quot;10&quot; y=&quot;.49833&quot; x=&quot;.49815&quot;/&gt;
-  &lt;rect stroke-linejoin=&quot;bevel&quot; style=&quot;enable-background:new&quot; rx=&quot;.50812&quot; ry=&quot;.50810&quot; height=&quot;13&quot; width=&quot;12.997&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; y=&quot;1.5016&quot; x=&quot;1.5014&quot; fill=&quot;none&quot;/&gt;
-  &lt;rect style=&quot;enable-background:new&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; height=&quot;14&quot; width=&quot;14&quot; y=&quot;1.0016&quot; x=&quot;1.0017&quot; fill=&quot;url(#b)&quot;/&gt;
-  &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m7.029 4.8559c-0.51432 0.047292-1.0152 0.19509-1.5 0.4375-0.0104-0.0006514-0.02085-0.0006514-0.03125 0l-0.1875 0.125c-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.0625l0.4375 1.0938c0.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.03125l0.21875-0.0625c0.0104 0.0006514 0.02085 0.0006514 0.03125 0 0.2531-0.10708 0.81054-0.25 1.1875-0.25 0.61612 0 0.93062 0.15784 1.0938 0.3125 0.16314 0.15466 0.1875 0.3218 0.1875 0.46875 0 0.28396-0.1033 0.4873-0.28125 0.6
 875s-0.43874 0.38297-0.71875 0.625c-0.5601 0.4839-1.1564 1.1824-1.1564 2.5v0.25c-0.000651 0.0104-0.000651 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 0.000652 0.02085 0.000652 0.03125 0h1.4062c0.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 0.000651-0.0104 0.000651-0.02085 0-0.03125v-0.25c0-0.42536 0.10634-0.69896 0.28125-0.9375s0.44641-0.42344 0.71875-0.65625c0.54468-0.46561 1.1563-1.1016 1.1563-2.375 0-0.78379-0.33057-1.4123-0.875-1.8125-0.54443-0.40022-1.2799-0.59375-2.1562-0.59375-0.16808 0-0.35981-0.015764-0.53125 0zm-0.34375 6.9687c-0.04343-0.000679-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.0625v1.3438c-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.03125h1.5c0.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 0.000651-0.0104 0.000651-0.02085 0-0.03125v-1.3438c0.000651-0.0104 0.000651-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.01649-0.06084-0.02719-0.09375-0.03125-0.0104-0.000651-0.02085-0.000651-0.03125 0h-1.5z&quot; display=&quot;block&quot; fill=&quot;#fff&quot;/&gt;
-  &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m7.0808 3.8256c-0.51432 0.047292-1.0152 0.19509-1.5 0.4375-0.0104-0.0006514-0.02085-0.0006514-0.03125 0l-0.1875 0.125c-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.0625l0.4375 1.0938c0.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.03125l0.21875-0.0625c0.0104 0.0006514 0.02085 0.0006514 0.03125 0 0.2531-0.10708 0.81054-0.25 1.1875-0.25 0.61612 0 0.93062 0.15784 1.0938 0.3125 0.16314 0.15466 0.1875 0.3218 0.1875 0.46875 0 0.28396-0.1033 0.4873-0.28125 0.
 6875s-0.43874 0.38297-0.71875 0.625c-0.5601 0.4839-1.1564 1.1824-1.1564 2.5003v0.25c-0.000651 0.0104-0.000651 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 0.000651 0.02085 0.000651 0.03125 0h1.4062c0.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 0.000651-0.0104 0.000651-0.02085 0-0.03125v-0.25c0-0.42537 0.10634-0.69896 0.28125-0.9375s0.44641-0.42344 0.71875-0.65625c0.54468-0.46561 1.1563-1.1016 1.1563-2.375 0-0.78379-0.33057-1.4123-0.875-1.8125-0.54443-0.40022-1.2799-0.59375-2.1562-0.59375-0.16808 0-0.35981-0.015764-0.53125 0zm-0.3437 6.9684c-0.04343-0.000679-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.00
 26 0.02072-0.0026 0.04178 0 0.0625v1.3438c-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.03125h1.5c0.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 0.000651-0.0104 0.000651-0.02085 0-0.03125v-1.3438c0.000651-0.0104 0.000651-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.01649-0.06084-0.02719-0.09375-0.03125-0.0104-0.000652-0.02085-0.000652-0.03125 0h-1.5z&quot; display=&quot;block&quot; fill=&quot;url(#c)&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;rect width=&quot;15.004&quot; height=&quot;15.003&quot; x=&quot;.49815&quot; y=&quot;.49833&quot; fill=&quot;url(#a)&quot; fill-rule=&quot;evenodd&quot; stroke=&quot;url(#c)&quot; stroke-miterlimit=&quot;10&quot; rx=&quot;1.5143&quot; ry=&quot;1.5143&quot; stroke-linejoin=&quot;bevel&quot; class=&quot;filled&quot;/&gt;
+ &lt;rect width=&quot;12.997&quot; height=&quot;13&quot; x=&quot;1.5014&quot; y=&quot;1.5016&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-miterlimit=&quot;10&quot; ry=&quot;.50810&quot; stroke-linejoin=&quot;bevel&quot; rx=&quot;.50812&quot; class=&quot;stroked&quot;/&gt;
+ &lt;rect width=&quot;14&quot; height=&quot;14&quot; x=&quot;1.0017&quot; y=&quot;1.0016&quot; fill=&quot;url(#b)&quot; fill-rule=&quot;evenodd&quot; rx=&quot;1.9062&quot; ry=&quot;1.9062&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;#fff&quot; d=&quot;m7.029 4.8559c-0.51432 0.047292-1.0152 0.19509-1.5 0.4375-0.0104-0.0006514-0.02085-0.0006514-0.03125 0l-0.1875 0.125c-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.0625l0.4375 1.0938c0.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.03125l0.21875-0.0625c0.0104 0.0006514 0.02085 0.0006514 0.03125 0 0.2531-0.10708 0.81054-0.25 1.1875-0.25 0.61612 0 0.93062 0.15784 1.0938 0.3125 0.16314 0.15466 0.1875 0.3218 0.1875 0.46875 0 0.28396-0.1033 0.4873-0.28125 0.6875s-0.43874 0.38297-0.71875 0.62
 5c-0.5601 0.4839-1.1564 1.1824-1.1564 2.5v0.25c-0.000651 0.0104-0.000651 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 0.000652 0.02085 0.000652 0.03125 0h1.4062c0.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 0.000651-0.0104 0.000651-0.02085 0-0.03125v-0.25c0-0.42536 0.10634-0.69896 0.28125-0.9375s0.44641-0.42344 0.71875-0.65625c0.54468-0.46561 1.1563-1.1016 1.1563-2.375 0-0.78379-0.33057-1.4123-0.875-1.8125-0.54443-0.40022-1.2799-0.59375-2.1562-0.59375-0.16808 0-0.35981-0.015764-0.53125 0zm-0.34375 6.9687c-0.04343-0.000679-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.0625v1
 .3438c-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.03125h1.5c0.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 0.000651-0.0104 0.000651-0.02085 0-0.03125v-1.3438c0.000651-0.0104 0.000651-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.01649-0.06084-0.02719-0.09375-0.03125-0.0104-0.000651-0.02085-0.000651-0.03125 0h-1.5z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
+ &lt;path fill=&quot;url(#d)&quot; d=&quot;m7.0808 3.8256c-0.51432 0.047292-1.0152 0.19509-1.5 0.4375-0.0104-0.0006514-0.02085-0.0006514-0.03125 0l-0.1875 0.125c-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.0625l0.4375 1.0938c0.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.03125l0.21875-0.0625c0.0104 0.0006514 0.02085 0.0006514 0.03125 0 0.2531-0.10708 0.81054-0.25 1.1875-0.25 0.61612 0 0.93062 0.15784 1.0938 0.3125 0.16314 0.15466 0.1875 0.3218 0.1875 0.46875 0 0.28396-0.1033 0.4873-0.28125 0.6875s-0.43874 0.38297-0.71875 
 0.625c-0.5601 0.4839-1.1564 1.1824-1.1564 2.5003v0.25c-0.000651 0.0104-0.000651 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 0.000651 0.02085 0.000651 0.03125 0h1.4062c0.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 0.000651-0.0104 0.000651-0.02085 0-0.03125v-0.25c0-0.42537 0.10634-0.69896 0.28125-0.9375s0.44641-0.42344 0.71875-0.65625c0.54468-0.46561 1.1563-1.1016 1.1563-2.375 0-0.78379-0.33057-1.4123-0.875-1.8125-0.54443-0.40022-1.2799-0.59375-2.1562-0.59375-0.16808 0-0.35981-0.015764-0.53125 0zm-0.3437 6.9684c-0.04343-0.000679-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.
 0625v1.3438c-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.03125h1.5c0.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 0.000651-0.0104 0.000651-0.02085 0-0.03125v-1.3438c0.000651-0.0104 0.000651-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.01649-0.06084-0.02719-0.09375-0.03125-0.0104-0.000652-0.02085-0.000652-0.03125 0h-1.5z&quot; display=&quot;block&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkUndocksvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Undock.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Undock.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Undock.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,5 +1,5 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 14&quot;&gt;
</span><del>- &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;enable-background:new;text-transform:none&quot; d=&quot;m1.9062 1.4375c-0.491 0.0397-0.90833 0.4208-0.9062 0.8437v6.875c-0.0015 0.0268-0.0015 0.0358 0 0.0626v0.7812h0.8438 0.1562 2.2812v-4.7188c-0.00455-0.9042 0.73484-1.4956 1.5625-1.5625h0.03125 0.03125c0.039713-0.0016 0.053172-0.00107 0.09375 0 0.00812 0.0002133 0.023307-0.0003199 0.03125 0h4.9688v-1.4375c0-0.4484-0.477-0.8437-1-0.8437h-8c-0.03119-0.00126-0.06256-0.00126-0.09375 0zm4 3c-0.491 0.0397-0.9083 0.4208-0.9062 0.8437v6.875c-0.0015 0.027-0.0015 0.036 0 0.063v0.781h0.8438 0.1562 8 0.094 0.906v-0.688c0.0059-0.05338 0.0059-0.10287 0-0.15625v-6.875c0-0.4482-0.477-0.8435-1-0.8435h-8c-0.031193-0.00126-0.062557-0.00126-0.09375 0zm0.53125 2.4375h7.125v4.6875h-7.125v-4.6875z&quot;/&gt;
</del><ins>+ &lt;path d=&quot;m1.9062 1.4375c-0.491 0.0397-0.90833 0.4208-0.9062 0.8437v6.875c-0.0015 0.0268-0.0015 0.0358 0 0.0626v0.7812h0.8438 0.1562 2.2812v-4.7188c-0.0045-0.9042 0.7349-1.4956 1.5626-1.5624h0.03125 0.03125c0.039713-0.0016 0.053172-0.00107 0.09375 0 0.00812 0.0002133 0.023307-0.0003199 0.03125 0h4.9688v-1.4375c0-0.4485-0.477-0.8438-1-0.8438h-8c-0.03119-0.00126-0.06256-0.00126-0.09375 0zm4 3c-0.491 0.0397-0.9083 0.4208-0.9062 0.8437v6.875c-0.0015 0.027-0.0015 0.036 0 0.063v0.781h0.8438 0.1562 8 0.094 0.906v-0.688c0.0059-0.05338 0.0059-0.10287 0-0.15625v-6.875c0-0.4482-0.477-0.8435-1-0.8435h-8c-0.031193-0.00126-0.062557-0.00126-0.09375 0zm0.53125 2.4375h7.125v4.6875h-7.125v-4.6875z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkUpDownArrowssvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/UpDownArrows.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/UpDownArrows.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/UpDownArrows.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,8 +1,6 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 5 12&quot;&gt;
</span><del>- &lt;g transform=&quot;translate(0 -.11514)&quot;&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;text-transform:none&quot; d=&quot;m4.75 4.5428c-0.017-0.0714-0.0556-0.1376-0.1094-0.1875l-1.875-1.875-0.2656-0.25-0.26562 0.25-1.875 1.875c-0.06894 0.0699-0.10908 0.1674-0.1094 0.2656v0.015625 0.03125 0.32812h0.28125 0.046875c0.11834 0.0179 0.24422-0.024 0.32813-0.1094l1.5938-1.5937 1.6094 1.5937c0.069545 0.069441 0.16735 0.10971 0.26562 0.10938h0.078125 0.29688v-0.29688-0.046875-0.03125-0.046875z&quot;/&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;text-transform:none&quot; d=&quot;m4.75 7.6875c-0.017 0.0714-0.0556 0.1375-0.1094 0.1875l-1.875 1.875-0.2656 0.25-0.2656-0.25-1.875-1.875c-0.06894-0.0699-0.10908-0.1674-0.1094-0.2656v-0.015625-0.03125-0.32812h0.28125 0.04687c0.11834-0.018 0.24422 0.024 0.32812 0.1094l1.5938 1.5937 1.6094-1.5937c0.0695-0.0695 0.1673-0.1098 0.2656-0.1094h0.07813 0.29688v0.29688 0.046875 0.03125 0.046875z&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path d=&quot;m4.75 4.4276c-0.017-0.0714-0.0556-0.1375-0.1094-0.1875l-1.875-1.875-0.26562-0.25-0.26562 0.25-1.875 1.875c-0.06894 0.07-0.10908 0.1675-0.1094 0.2657v0.015625 0.03125 0.32812h0.28125 0.046875c0.11834 0.017935 0.24422-0.024025 0.32812-0.10938l1.5938-1.5938 1.6094 1.5938c0.069545 0.069441 0.16735 0.10971 0.26562 0.10938h0.078125 0.29688v-0.29688-0.046875-0.03125-0.046875z&quot; class=&quot;filled&quot;/&gt;
+ &lt;path d=&quot;m4.75 7.5724c-0.017 0.0714-0.0556 0.1375-0.1094 0.1875l-1.875 1.875-0.26562 0.25-0.26562-0.25-1.875-1.875c-0.06894-0.07-0.10908-0.1675-0.1094-0.2657v-0.015625-0.03125-0.32812h0.28125 0.04687c0.11834-0.0179 0.24422 0.0241 0.32812 0.1094l1.5938 1.5938 1.6094-1.5938c0.0695-0.0694 0.1673-0.1097 0.2656-0.1094h0.07813 0.29688v0.29688 0.046875 0.03125 0.046875z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkUserInputPromptsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/UserInputPrompt.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/UserInputPrompt.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/UserInputPrompt.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,7 +1,5 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 10 10&quot;&gt;
</span><del>- &lt;g transform=&quot;translate(0,-6)&quot;&gt;
-  &lt;path stroke-linejoin=&quot;round&quot; style=&quot;color:#bebebe&quot; d=&quot;m3.4375 14.125 3.125-3.125-3.125-3.125&quot; stroke=&quot;#729fcf&quot; stroke-linecap=&quot;round&quot; stroke-width=&quot;1.875&quot; fill=&quot;none&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path fill=&quot;none&quot; stroke=&quot;#729fcf&quot; stroke-width=&quot;1.875&quot; d=&quot;m3.4375 8.125 3.125-3.125-3.125-3.125&quot; stroke-linejoin=&quot;round&quot; stroke-linecap=&quot;round&quot; class=&quot;stroked&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkUserInputPromptPrevioussvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/UserInputPromptPrevious.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/UserInputPromptPrevious.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/UserInputPromptPrevious.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,7 +1,5 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 10 10&quot;&gt;
</span><del>- &lt;g transform=&quot;translate(0,-6)&quot;&gt;
-  &lt;path stroke-linejoin=&quot;round&quot; style=&quot;color:#bebebe&quot; d=&quot;m3.4375 14.125 3.125-3.125-3.125-3.125&quot; stroke=&quot;#bebebe&quot; stroke-linecap=&quot;round&quot; stroke-width=&quot;1.875&quot; fill=&quot;none&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path fill=&quot;none&quot; stroke=&quot;#bebebe&quot; stroke-width=&quot;1.875&quot; d=&quot;m3.4375 8.125 3.125-3.125-3.125-3.125&quot; stroke-linejoin=&quot;round&quot; stroke-linecap=&quot;round&quot; class=&quot;stroked&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkUserInputResultsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/UserInputResult.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/UserInputResult.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/UserInputResult.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,8 +1,6 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 10 10&quot;&gt;
</span><del>- &lt;g transform=&quot;translate(0,-6)&quot;&gt;
-  &lt;path stroke-linejoin=&quot;round&quot; style=&quot;color:#bebebe&quot; d=&quot;m5.0625 14.125-3.125-3.125 3.125-3.125&quot; stroke=&quot;#d3d7cf&quot; stroke-linecap=&quot;round&quot; stroke-width=&quot;1.875&quot; fill=&quot;none&quot;/&gt;
-  &lt;path style=&quot;color:#000000&quot; d=&quot;m-5.0906-12.209a2.2074 2.2074 0 1 1 -4.4149 0 2.2074 2.2074 0 1 1 4.4149 0z&quot; transform=&quot;matrix(.45302 0 0 .45302 10.343 16.531)&quot; fill=&quot;#d3d7cf&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path fill=&quot;none&quot; stroke=&quot;#d3d7cf&quot; stroke-width=&quot;1.875&quot; d=&quot;m5.0625 8.125-3.125-3.125 3.125-3.125&quot; stroke-linejoin=&quot;round&quot; stroke-linecap=&quot;round&quot; class=&quot;stroked&quot;/&gt;
+ &lt;path fill=&quot;#d3d7cf&quot; d=&quot;m8.0366 5a1 1 0 1 1 -2 0 1 1 0 1 1 2 0z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkWarningsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Warning.svg (183829 => 183830)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Warning.svg        2015-05-05 21:29:20 UTC (rev 183829)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Warning.svg        2015-05-05 21:31:14 UTC (rev 183830)
</span><span class="lines">@@ -1,7 +1,5 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</del><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</ins><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 10 10&quot;&gt;
</span><del>- &lt;g fill=&quot;#fcaf3e&quot; transform=&quot;matrix(.62238 0 0 .62238 .020993 .020993)&quot;&gt;
-  &lt;path style=&quot;color:#bebebe;enable-background:new&quot; d=&quot;m7.9355 0.54778c-0.5255-0.0286-1.0382 0.28305-1.4375 0.96875l-6.25 11.594c-0.53347 0.96339 0.04822 2.3438 1.0938 2.3438h13.156c0.98172 0 1.9031-1.1594 1.2188-2.3438l-6.3127-11.531c-0.39872-0.64617-0.94325-1.0026-1.4688-1.0312zm0.0625 3.9375c0.54448-0.0172 1.0485 0.48677 1.0312 1.0312v3.9375c0.007 0.52831-0.47163 1-1 1-0.52836 0-1.0075-0.47169-1-1v-3.9375c-0.008-0.4666 0.3541-0.91253 0.8125-1 0.0511-0.0145 0.10345-0.0249 0.15625-0.0312zm0.03125 6.9687c0.55228 0 1 0.44772 1 1s-0.44772 1-1 1-1-0.44772-1-1 0.44772-1 1-1z&quot; fill=&quot;#fcaf3e&quot;/&gt;
- &lt;/g&gt;
</del><ins>+ &lt;path fill=&quot;#fcaf3e&quot; d=&quot;m4.9599 0.36192c-0.3271-0.0178-0.6462 0.17616-0.8947 0.60292l-3.8898 7.2157c-0.33202 0.59959 0.030011 1.4587 0.68072 1.4587h8.1881c0.611 0 1.1844-0.72158 0.75852-1.4587l-3.9287-7.1768c-0.2482-0.40212-0.5871-0.62397-0.9141-0.64178zm0.0389 2.4506c0.3388-0.0107 0.6525 0.303 0.6418 0.6418v2.4506c0.00436 0.32881-0.29353 0.62238-0.62238 0.62238-0.32884 0-0.62702-0.29357-0.62238-0.62238v-2.4506c-0.00498-0.2904 0.22038-0.56794 0.50568-0.62238 0.031803-0.00902 0.064385-0.015497 0.097246-0.019418zm0.019449 4.3372c0.34373 0 0.62238 0.27865 0.62238 0.62238s-0.27865 0.62238-0.62238 0.62238-0.62238-0.27865-0.62238-0.62238 0.27865-0.62238 0.62238-0.62238z&quot; class=&quot;filled&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre>
</div>
</div>

</body>
</html>