<!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>[183577] 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/183577">183577</a></dd>
<dt>Author</dt> <dd>agomez@igalia.com</dd>
<dt>Date</dt> <dd>2015-04-29 14:43:19 -0700 (Wed, 29 Apr 2015)</dd>
</dl>

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

SVG images optimized with a combination of sed replacements and
the usage of the scour tool (http://www.codedread.com/scour/).

Also, modified the spelling of the license word to use the US one
in the copyright files.

Reviewed by Martin Robinson.

* UserInterface/Images/gtk/BackArrow.svg:
* UserInterface/Images/gtk/BottomUpTree.svg:
* UserInterface/Images/gtk/BreakpointActionAdd.svg:
* UserInterface/Images/gtk/BreakpointActionRemove.svg:
* UserInterface/Images/gtk/BreakpointButton.svg:
* UserInterface/Images/gtk/BreakpointInactiveButton.svg:
* UserInterface/Images/gtk/Breakpoints.svg:
* UserInterface/Images/gtk/COPYING:
* UserInterface/Images/gtk/COPYING_CCBYSA3:
* UserInterface/Images/gtk/Checkers.svg:
* UserInterface/Images/gtk/Circle.svg:
* UserInterface/Images/gtk/Close.svg:
* UserInterface/Images/gtk/CloseLarge.svg:
* UserInterface/Images/gtk/CloseWhite.svg:
* UserInterface/Images/gtk/ContentFlow.svg:
* UserInterface/Images/gtk/Crosshair.svg:
* UserInterface/Images/gtk/DOMCharacterData.svg:
* UserInterface/Images/gtk/DOMComment.svg:
* UserInterface/Images/gtk/DOMDocument.svg:
* UserInterface/Images/gtk/DOMDocumentType.svg:
* UserInterface/Images/gtk/DOMElement.svg:
* UserInterface/Images/gtk/DOMNode.svg:
* UserInterface/Images/gtk/DOMTextNode.svg:
* UserInterface/Images/gtk/DOMTree.svg:
* UserInterface/Images/gtk/DisclosureTriangleSmallClosed.svg:
* UserInterface/Images/gtk/DisclosureTriangleSmallOpen.svg:
* UserInterface/Images/gtk/DisclosureTriangleTinyClosed.svg:
* UserInterface/Images/gtk/DisclosureTriangleTinyOpen.svg:
* UserInterface/Images/gtk/DockBottom.svg:
* UserInterface/Images/gtk/DockRight.svg:
* UserInterface/Images/gtk/DownloadArrow.svg:
* UserInterface/Images/gtk/Error.svg:
* UserInterface/Images/gtk/Errors.svg:
* UserInterface/Images/gtk/ErrorsEnabled.svg:
* UserInterface/Images/gtk/EventListener.svg:
* UserInterface/Images/gtk/Exception.svg:
* UserInterface/Images/gtk/Eye.svg:
* UserInterface/Images/gtk/FilterFieldGlyph.svg:
* UserInterface/Images/gtk/ForwardArrow.svg:
* UserInterface/Images/gtk/Function.svg:
* UserInterface/Images/gtk/GoToArrow.svg:
* UserInterface/Images/gtk/HierarchicalNavigationItemChevron.svg:
* UserInterface/Images/gtk/IndeterminateProgressSpinner1.svg:
* UserInterface/Images/gtk/IndeterminateProgressSpinner10.svg:
* UserInterface/Images/gtk/IndeterminateProgressSpinner11.svg:
* UserInterface/Images/gtk/IndeterminateProgressSpinner12.svg:
* UserInterface/Images/gtk/IndeterminateProgressSpinner2.svg:
* UserInterface/Images/gtk/IndeterminateProgressSpinner3.svg:
* UserInterface/Images/gtk/IndeterminateProgressSpinner4.svg:
* UserInterface/Images/gtk/IndeterminateProgressSpinner5.svg:
* UserInterface/Images/gtk/IndeterminateProgressSpinner6.svg:
* UserInterface/Images/gtk/IndeterminateProgressSpinner7.svg:
* UserInterface/Images/gtk/IndeterminateProgressSpinner8.svg:
* UserInterface/Images/gtk/IndeterminateProgressSpinner9.svg:
* UserInterface/Images/gtk/Issues.svg:
* UserInterface/Images/gtk/IssuesEnabled.svg:
* UserInterface/Images/gtk/LayerBorders.svg:
* UserInterface/Images/gtk/Locked.svg:
* UserInterface/Images/gtk/Logs.svg:
* UserInterface/Images/gtk/Native.svg:
* UserInterface/Images/gtk/NavigationItemAngleBrackets.svg:
* UserInterface/Images/gtk/NavigationItemBrushAndRuler.svg:
* UserInterface/Images/gtk/NavigationItemBug.svg:
* UserInterface/Images/gtk/NavigationItemCurleyBraces.svg:
* UserInterface/Images/gtk/NavigationItemFile.svg:
* UserInterface/Images/gtk/NavigationItemLayers.svg:
* UserInterface/Images/gtk/NavigationItemLog.svg:
* UserInterface/Images/gtk/NavigationItemProbes.svg:
* UserInterface/Images/gtk/NavigationItemStopwatch.svg:
* UserInterface/Images/gtk/NavigationItemStorage.svg:
* UserInterface/Images/gtk/NavigationItemTrash.svg:
* UserInterface/Images/gtk/NavigationItemTypes.svg:
* UserInterface/Images/gtk/NavigationItemVariable.svg:
* UserInterface/Images/gtk/PaintFlashing.svg:
* UserInterface/Images/gtk/Pause.svg:
* UserInterface/Images/gtk/PausedBreakpoint.svg:
* UserInterface/Images/gtk/Percent.svg:
* UserInterface/Images/gtk/Plus.svg:
* UserInterface/Images/gtk/PseudoElement.svg:
* UserInterface/Images/gtk/Record.svg:
* UserInterface/Images/gtk/Reflection.svg:
* UserInterface/Images/gtk/Reload.svg:
* UserInterface/Images/gtk/ReloadFull.svg:
* UserInterface/Images/gtk/ReplayPauseButton.svg:
* UserInterface/Images/gtk/ReplayPlayButton.svg:
* UserInterface/Images/gtk/ReplayRecordingButton.svg:
* UserInterface/Images/gtk/Request.svg:
* UserInterface/Images/gtk/Resources.svg:
* UserInterface/Images/gtk/Response.svg:
* UserInterface/Images/gtk/ResultLine.svg:
* UserInterface/Images/gtk/Resume.svg:
* UserInterface/Images/gtk/ShadowDOM.svg:
* UserInterface/Images/gtk/SortIndicatorDownArrow.svg:
* UserInterface/Images/gtk/SortIndicatorUpArrow.svg:
* UserInterface/Images/gtk/SourceCode.svg:
* UserInterface/Images/gtk/SplitToggleDown.svg:
* UserInterface/Images/gtk/SplitToggleUp.svg:
* UserInterface/Images/gtk/StepInto.svg:
* UserInterface/Images/gtk/StepOut.svg:
* UserInterface/Images/gtk/StepOver.svg:
* UserInterface/Images/gtk/Stop.svg:
* UserInterface/Images/gtk/StyleRuleAuthor.svg:
* UserInterface/Images/gtk/StyleRuleInherited.svg:
* UserInterface/Images/gtk/StyleRuleInheritedElement.svg:
* UserInterface/Images/gtk/StyleRuleInspector.svg:
* UserInterface/Images/gtk/StyleRuleUser.svg:
* UserInterface/Images/gtk/StyleRuleUserAgent.svg:
* UserInterface/Images/gtk/Time.svg:
* UserInterface/Images/gtk/TimelineRecordAnimation.svg:
* UserInterface/Images/gtk/TimelineRecordConsoleProfile.svg:
* UserInterface/Images/gtk/TimelineRecordEvent.svg:
* UserInterface/Images/gtk/TimelineRecordLayout.svg:
* UserInterface/Images/gtk/TimelineRecordPaint.svg:
* UserInterface/Images/gtk/TimelineRecordProbeSampled.svg:
* UserInterface/Images/gtk/TimelineRecordScriptEvaluated.svg:
* UserInterface/Images/gtk/TimelineRecordStyle.svg:
* UserInterface/Images/gtk/TimelineRecordTimer.svg:
* UserInterface/Images/gtk/TypeBoolean.svg:
* UserInterface/Images/gtk/TypeNull.svg:
* UserInterface/Images/gtk/TypeNumber.svg:
* UserInterface/Images/gtk/TypeObject.svg:
* UserInterface/Images/gtk/TypeRegex.svg:
* UserInterface/Images/gtk/TypeString.svg:
* UserInterface/Images/gtk/TypeSymbol.svg:
* UserInterface/Images/gtk/TypeUndefined.svg:
* UserInterface/Images/gtk/Undock.svg:
* UserInterface/Images/gtk/UpDownArrows.svg:
* UserInterface/Images/gtk/UserInputPrompt.svg:
* UserInterface/Images/gtk/UserInputPromptPrevious.svg:
* UserInterface/Images/gtk/UserInputResult.svg:
* UserInterface/Images/gtk/Warning.svg:
* UserInterface/Images/gtk/Weight.svg:</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="#trunkSourceWebInspectorUIUserInterfaceImagesgtkBottomUpTreesvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BottomUpTree.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="#trunkSourceWebInspectorUIUserInterfaceImagesgtkCOPYING">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/COPYING</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkCOPYING_CCBYSA3">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/COPYING_CCBYSA3</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="#trunkSourceWebInspectorUIUserInterfaceImagesgtkDOMTreesvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMTree.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="#trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemAngleBracketssvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemAngleBrackets.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemBrushAndRulersvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemBrushAndRuler.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemBugsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemBug.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemCurleyBracessvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemCurleyBraces.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemFilesvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemFile.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemLayerssvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemLayers.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemLogsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemLog.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemProbessvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemProbes.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemStopwatchsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemStopwatch.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemStoragesvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemStorage.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="#trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemVariablesvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemVariable.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="#trunkSourceWebInspectorUIUserInterfaceImagesgtkPercentsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Percent.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="#trunkSourceWebInspectorUIUserInterfaceImagesgtkReloadsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Reload.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="#trunkSourceWebInspectorUIUserInterfaceImagesgtkSourceCodesvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/SourceCode.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkSplitToggleDownsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/SplitToggleDown.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="#trunkSourceWebInspectorUIUserInterfaceImagesgtkTimesvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Time.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>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkWeightsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Weight.svg</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebInspectorUIChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/ChangeLog (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/ChangeLog        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/ChangeLog        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,3 +1,149 @@
</span><ins>+2015-04-29  Andres Gomez  &lt;agomez@igalia.com&gt;
+
+        [GTK] Web Inspector: Optimize SVG images
+        https://bugs.webkit.org/show_bug.cgi?id=143476
+
+        SVG images optimized with a combination of sed replacements and
+        the usage of the scour tool (http://www.codedread.com/scour/).
+
+        Also, modified the spelling of the license word to use the US one
+        in the copyright files.
+
+        Reviewed by Martin Robinson.
+
+        * UserInterface/Images/gtk/BackArrow.svg:
+        * UserInterface/Images/gtk/BottomUpTree.svg:
+        * UserInterface/Images/gtk/BreakpointActionAdd.svg:
+        * UserInterface/Images/gtk/BreakpointActionRemove.svg:
+        * UserInterface/Images/gtk/BreakpointButton.svg:
+        * UserInterface/Images/gtk/BreakpointInactiveButton.svg:
+        * UserInterface/Images/gtk/Breakpoints.svg:
+        * UserInterface/Images/gtk/COPYING:
+        * UserInterface/Images/gtk/COPYING_CCBYSA3:
+        * UserInterface/Images/gtk/Checkers.svg:
+        * UserInterface/Images/gtk/Circle.svg:
+        * UserInterface/Images/gtk/Close.svg:
+        * UserInterface/Images/gtk/CloseLarge.svg:
+        * UserInterface/Images/gtk/CloseWhite.svg:
+        * UserInterface/Images/gtk/ContentFlow.svg:
+        * UserInterface/Images/gtk/Crosshair.svg:
+        * UserInterface/Images/gtk/DOMCharacterData.svg:
+        * UserInterface/Images/gtk/DOMComment.svg:
+        * UserInterface/Images/gtk/DOMDocument.svg:
+        * UserInterface/Images/gtk/DOMDocumentType.svg:
+        * UserInterface/Images/gtk/DOMElement.svg:
+        * UserInterface/Images/gtk/DOMNode.svg:
+        * UserInterface/Images/gtk/DOMTextNode.svg:
+        * UserInterface/Images/gtk/DOMTree.svg:
+        * UserInterface/Images/gtk/DisclosureTriangleSmallClosed.svg:
+        * UserInterface/Images/gtk/DisclosureTriangleSmallOpen.svg:
+        * UserInterface/Images/gtk/DisclosureTriangleTinyClosed.svg:
+        * UserInterface/Images/gtk/DisclosureTriangleTinyOpen.svg:
+        * UserInterface/Images/gtk/DockBottom.svg:
+        * UserInterface/Images/gtk/DockRight.svg:
+        * UserInterface/Images/gtk/DownloadArrow.svg:
+        * UserInterface/Images/gtk/Error.svg:
+        * UserInterface/Images/gtk/Errors.svg:
+        * UserInterface/Images/gtk/ErrorsEnabled.svg:
+        * UserInterface/Images/gtk/EventListener.svg:
+        * UserInterface/Images/gtk/Exception.svg:
+        * UserInterface/Images/gtk/Eye.svg:
+        * UserInterface/Images/gtk/FilterFieldGlyph.svg:
+        * UserInterface/Images/gtk/ForwardArrow.svg:
+        * UserInterface/Images/gtk/Function.svg:
+        * UserInterface/Images/gtk/GoToArrow.svg:
+        * UserInterface/Images/gtk/HierarchicalNavigationItemChevron.svg:
+        * UserInterface/Images/gtk/IndeterminateProgressSpinner1.svg:
+        * UserInterface/Images/gtk/IndeterminateProgressSpinner10.svg:
+        * UserInterface/Images/gtk/IndeterminateProgressSpinner11.svg:
+        * UserInterface/Images/gtk/IndeterminateProgressSpinner12.svg:
+        * UserInterface/Images/gtk/IndeterminateProgressSpinner2.svg:
+        * UserInterface/Images/gtk/IndeterminateProgressSpinner3.svg:
+        * UserInterface/Images/gtk/IndeterminateProgressSpinner4.svg:
+        * UserInterface/Images/gtk/IndeterminateProgressSpinner5.svg:
+        * UserInterface/Images/gtk/IndeterminateProgressSpinner6.svg:
+        * UserInterface/Images/gtk/IndeterminateProgressSpinner7.svg:
+        * UserInterface/Images/gtk/IndeterminateProgressSpinner8.svg:
+        * UserInterface/Images/gtk/IndeterminateProgressSpinner9.svg:
+        * UserInterface/Images/gtk/Issues.svg:
+        * UserInterface/Images/gtk/IssuesEnabled.svg:
+        * UserInterface/Images/gtk/LayerBorders.svg:
+        * UserInterface/Images/gtk/Locked.svg:
+        * UserInterface/Images/gtk/Logs.svg:
+        * UserInterface/Images/gtk/Native.svg:
+        * UserInterface/Images/gtk/NavigationItemAngleBrackets.svg:
+        * UserInterface/Images/gtk/NavigationItemBrushAndRuler.svg:
+        * UserInterface/Images/gtk/NavigationItemBug.svg:
+        * UserInterface/Images/gtk/NavigationItemCurleyBraces.svg:
+        * UserInterface/Images/gtk/NavigationItemFile.svg:
+        * UserInterface/Images/gtk/NavigationItemLayers.svg:
+        * UserInterface/Images/gtk/NavigationItemLog.svg:
+        * UserInterface/Images/gtk/NavigationItemProbes.svg:
+        * UserInterface/Images/gtk/NavigationItemStopwatch.svg:
+        * UserInterface/Images/gtk/NavigationItemStorage.svg:
+        * UserInterface/Images/gtk/NavigationItemTrash.svg:
+        * UserInterface/Images/gtk/NavigationItemTypes.svg:
+        * UserInterface/Images/gtk/NavigationItemVariable.svg:
+        * UserInterface/Images/gtk/PaintFlashing.svg:
+        * UserInterface/Images/gtk/Pause.svg:
+        * UserInterface/Images/gtk/PausedBreakpoint.svg:
+        * UserInterface/Images/gtk/Percent.svg:
+        * UserInterface/Images/gtk/Plus.svg:
+        * UserInterface/Images/gtk/PseudoElement.svg:
+        * UserInterface/Images/gtk/Record.svg:
+        * UserInterface/Images/gtk/Reflection.svg:
+        * UserInterface/Images/gtk/Reload.svg:
+        * UserInterface/Images/gtk/ReloadFull.svg:
+        * UserInterface/Images/gtk/ReplayPauseButton.svg:
+        * UserInterface/Images/gtk/ReplayPlayButton.svg:
+        * UserInterface/Images/gtk/ReplayRecordingButton.svg:
+        * UserInterface/Images/gtk/Request.svg:
+        * UserInterface/Images/gtk/Resources.svg:
+        * UserInterface/Images/gtk/Response.svg:
+        * UserInterface/Images/gtk/ResultLine.svg:
+        * UserInterface/Images/gtk/Resume.svg:
+        * UserInterface/Images/gtk/ShadowDOM.svg:
+        * UserInterface/Images/gtk/SortIndicatorDownArrow.svg:
+        * UserInterface/Images/gtk/SortIndicatorUpArrow.svg:
+        * UserInterface/Images/gtk/SourceCode.svg:
+        * UserInterface/Images/gtk/SplitToggleDown.svg:
+        * UserInterface/Images/gtk/SplitToggleUp.svg:
+        * UserInterface/Images/gtk/StepInto.svg:
+        * UserInterface/Images/gtk/StepOut.svg:
+        * UserInterface/Images/gtk/StepOver.svg:
+        * UserInterface/Images/gtk/Stop.svg:
+        * UserInterface/Images/gtk/StyleRuleAuthor.svg:
+        * UserInterface/Images/gtk/StyleRuleInherited.svg:
+        * UserInterface/Images/gtk/StyleRuleInheritedElement.svg:
+        * UserInterface/Images/gtk/StyleRuleInspector.svg:
+        * UserInterface/Images/gtk/StyleRuleUser.svg:
+        * UserInterface/Images/gtk/StyleRuleUserAgent.svg:
+        * UserInterface/Images/gtk/Time.svg:
+        * UserInterface/Images/gtk/TimelineRecordAnimation.svg:
+        * UserInterface/Images/gtk/TimelineRecordConsoleProfile.svg:
+        * UserInterface/Images/gtk/TimelineRecordEvent.svg:
+        * UserInterface/Images/gtk/TimelineRecordLayout.svg:
+        * UserInterface/Images/gtk/TimelineRecordPaint.svg:
+        * UserInterface/Images/gtk/TimelineRecordProbeSampled.svg:
+        * UserInterface/Images/gtk/TimelineRecordScriptEvaluated.svg:
+        * UserInterface/Images/gtk/TimelineRecordStyle.svg:
+        * UserInterface/Images/gtk/TimelineRecordTimer.svg:
+        * UserInterface/Images/gtk/TypeBoolean.svg:
+        * UserInterface/Images/gtk/TypeNull.svg:
+        * UserInterface/Images/gtk/TypeNumber.svg:
+        * UserInterface/Images/gtk/TypeObject.svg:
+        * UserInterface/Images/gtk/TypeRegex.svg:
+        * UserInterface/Images/gtk/TypeString.svg:
+        * UserInterface/Images/gtk/TypeSymbol.svg:
+        * UserInterface/Images/gtk/TypeUndefined.svg:
+        * UserInterface/Images/gtk/Undock.svg:
+        * UserInterface/Images/gtk/UpDownArrows.svg:
+        * UserInterface/Images/gtk/UserInputPrompt.svg:
+        * UserInterface/Images/gtk/UserInputPromptPrevious.svg:
+        * UserInterface/Images/gtk/UserInputResult.svg:
+        * UserInterface/Images/gtk/Warning.svg:
+        * UserInterface/Images/gtk/Weight.svg:
+
</ins><span class="cx"> 2015-04-29  Timothy Hatcher  &lt;timothy@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Web Inspector: Navigation bar often looses last button when full
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkBackArrowsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BackArrow.svg (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BackArrow.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BackArrow.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,156 +1,5 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;9&quot;
-   height=&quot;9&quot;
-   id=&quot;svg2987&quot;&gt;
-  &lt;defs
-     id=&quot;defs2989&quot;&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient4884-8-0&quot;
-       xlink:href=&quot;#linearGradient4022-2-0-9-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(-1,0,0,1,63,0)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4022-2-0-9-1&quot;&gt;
-      &lt;stop
-         id=&quot;stop4024-2-8-8-2&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4026-8-3-0-8&quot;
-         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient4884&quot;
-       xlink:href=&quot;#linearGradient4022-2-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4022-2-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop4024-2-8&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4026-8-3&quot;
-         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5066&quot;&gt;
-      &lt;stop
-         id=&quot;stop5068&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5070&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient3083&quot;
-       xlink:href=&quot;#linearGradient4022-2-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient3097&quot;
-       xlink:href=&quot;#linearGradient5066&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;translate(-22.424752,-224.73565)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient4884-2&quot;
-       xlink:href=&quot;#linearGradient4022-2-0-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4022-2-0-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop4024-2-8-9&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4026-8-3-3&quot;
-         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient4886&quot;
-       xlink:href=&quot;#linearGradient5066-5&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5066-5&quot;&gt;
-      &lt;stop
-         id=&quot;stop5068-9&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5070-3&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata2992&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;path
-     d=&quot;M 6.34375,0 C 6.2009183,0.03400528 6.0686562,0.11115813 5.96875,0.21875 l -3.75,3.75 -0.5,0.53125 0.5,0.53125 3.75,3.75 C 6.1086414,8.9190777 6.3036185,8.9993624 6.5,9 l 0.03125,0 0.0625,0 0.65625,0 0,-0.5625 0,-0.09375 C 7.2858715,8.1070742 7.2019527,7.8553177 7.03125,7.6875 L 3.84375,4.5 7.03125,1.28125 C 7.170132,1.1421608 7.2506759,0.94655417 7.25,0.75 L 7.25,0.59375 7.25,0 6.65625,0 6.5625,0 6.5,0 6.40625,0 z&quot;
-     id=&quot;path6040&quot;
-     style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 9 9&quot;&gt;
+ &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;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkBottomUpTreesvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BottomUpTree.svg (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BottomUpTree.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BottomUpTree.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,73 +1,5 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg3051&quot;&gt;
-  &lt;defs
-     id=&quot;defs3053&quot;&gt;
-    &lt;linearGradient
-       x1=&quot;7.0862341&quot;
-       y1=&quot;-0.4476825&quot;
-       x2=&quot;7.0862341&quot;
-       y2=&quot;9.954217&quot;
-       id=&quot;linearGradient4994&quot;
-       xlink:href=&quot;#linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6050-1-7-6-4-7-3-6-2-4-5&quot;&gt;
-      &lt;stop
-         id=&quot;stop6052-7-5-7-8-3-0-8-8-5-1&quot;
-         style=&quot;stop-color:#4f9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop6054-0-7-8-9-2-5-1-9-7-2&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata3056&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;m 6.012158,14 0,-4.0121577 1.604864,0 0,-1.6048635 -3.574469,0 -0.401216,0 0,-0.401216 0,-1.9696049 -1.641337,0 0,-3.9756849 4.012158,0 0,3.9756849 -1.568389,0 0,1.5683891 7.185411,0 0,-1.5683891 -1.604864,0 L 10.024316,2 14,2 l 0,4.0121579 -1.568389,0 0,1.9696049 0,0.401216 -0.401215,0 -3.610943,0 0,1.6048635 1.604863,0 0,4.0121577 -4.012158,0 z&quot;
-       id=&quot;rect8421-0&quot;
-       style=&quot;color:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;path style=&quot;color:#bebebe&quot; d=&quot;m6.0122 14v-4.0122h1.6049v-1.6049h-3.5745-0.40122v-0.40122-1.9696h-1.6413v-3.9757h4.0122v3.9757h-1.5684v1.5684h7.1854v-1.5684h-1.6049v-4.0121h3.976v4.0122h-1.5684v1.9696 0.40122h-0.40122-3.6109v1.6049h1.6049v4.0122h-4.0122z&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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointActionAdd.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointActionAdd.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,52 +1,5 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg3001&quot;&gt;
-  &lt;defs
-     id=&quot;defs3003&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata3006&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;M 7,3 7,7 3,7 3,9 7,9 7,13 9,13 9,9 13,9 13,7 9,7 9,3 7,3 z&quot;
-       id=&quot;rect31992&quot;
-       style=&quot;color:#bebebe;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;path style=&quot;color:#bebebe&quot; d=&quot;m7 3v4h-4v2h4v4h2v-4h4v-2h-4v-4h-2z&quot; fill=&quot;#bebebe&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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointActionRemove.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointActionRemove.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,55 +1,5 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg3001&quot;&gt;
-  &lt;defs
-     id=&quot;defs3003&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata3006&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;rect
-       width=&quot;9.9996014&quot;
-       height=&quot;2.0002136&quot;
-       x=&quot;3.0001984&quot;
-       y=&quot;6.9997864&quot;
-       id=&quot;rect31984&quot;
-       style=&quot;color:#bebebe;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;rect 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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointButton.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointButton.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,159 +1,7 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;21&quot;
-   height=&quot;12&quot;
-   id=&quot;svg3029&quot;&gt;
-  &lt;defs
-     id=&quot;defs3031&quot;&gt;
-    &lt;radialGradient
-       cx=&quot;314&quot;
-       cy=&quot;232.05559&quot;
-       r=&quot;5.2619252&quot;
-       fx=&quot;314&quot;
-       fy=&quot;232.05559&quot;
-       id=&quot;radialGradient6258&quot;
-       xlink:href=&quot;#linearGradient7077-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.470582,0,0,1.9004442,-481.76274,-208.50871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7077-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop7079-9&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7085-4&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:0.89803922&quot;
-         offset=&quot;0.61538231&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7081-6&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;314&quot;
-       cy=&quot;232.05559&quot;
-       r=&quot;5.2619252&quot;
-       fx=&quot;314&quot;
-       fy=&quot;232.05559&quot;
-       id=&quot;radialGradient6258-6&quot;
-       xlink:href=&quot;#linearGradient7077-4-5&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.470582,0,0,1.9004442,-481.76274,-208.50871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7077-4-5&quot;&gt;
-      &lt;stop
-         id=&quot;stop7079-9-0&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7085-4-8&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:0.89803922&quot;
-         offset=&quot;0.61538231&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7081-6-0&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;314&quot;
-       cy=&quot;232.05559&quot;
-       r=&quot;5.2619252&quot;
-       fx=&quot;314&quot;
-       fy=&quot;232.05559&quot;
-       id=&quot;radialGradient6258-5&quot;
-       xlink:href=&quot;#linearGradient7077-4-53&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.470582,0,0,1.9004442,-481.76274,-208.50871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7077-4-53&quot;&gt;
-      &lt;stop
-         id=&quot;stop7079-9-6&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7085-4-5&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:0.89803922&quot;
-         offset=&quot;0.61538231&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7081-6-5&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;314&quot;
-       cy=&quot;232.05559&quot;
-       r=&quot;5.2619252&quot;
-       fx=&quot;314&quot;
-       fy=&quot;232.05559&quot;
-       id=&quot;radialGradient6258-9&quot;
-       xlink:href=&quot;#linearGradient7077-4-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.470582,0,0,1.9004442,-481.76274,-208.50871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7077-4-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop7079-9-5&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7085-4-0&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:0.89803922&quot;
-         offset=&quot;0.61538231&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7081-6-8&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata3034&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;path
-     d=&quot;M 2.925,1 C 2.478193,1 2.074916,1.1360647 1.76875,1.40625 1.462584,1.6764353 1.3,2.0782601 1.3,2.53125 l 0,7.9375 c 0,0.460741 0.129245,0.885666 0.4375,1.15625 C 2.045755,11.895584 2.472087,12 2.925,12 L 10.14375,12 10.3,12 10.425,11.90625 15.4875,6.8125 15.76875,6.53125 15.4875,6.28125 10.425,1.125 10.3,1 10.14375,1 z&quot;
-     id=&quot;path6268-2&quot;
-     style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.78777313;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
-  &lt;path
-     d=&quot;m 10.146052,0.39388654 5.0713,5.14092096 -5.0713,5.0713055 -7.2048464,0 c -0.7806619,0 -1.2473191,-0.372105 -1.2473191,-1.1324156 l 0,-7.9473633 c 0,-0.72714616 0.4952116,-1.13244756 1.2473191,-1.13244756 z&quot;
-     id=&quot;path6268&quot;
-     style=&quot;color:#000000;fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:0.78777313;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
-  &lt;path
-     d=&quot;m 14.705574,5.5000117 -4.7266394,-4.72663902 -7.0899584,0 c -0.7877731,0 -0.7877731,0.78777312 -0.7877731,0.78777312 l 7.8777315,0 z&quot;
-     id=&quot;path6270&quot;
-     style=&quot;opacity:0.48979594;color:#bebebe;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 21 12&quot;&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointInactiveButton.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BreakpointInactiveButton.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,204 +1,7 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;21&quot;
-   height=&quot;12&quot;
-   id=&quot;svg3029&quot;&gt;
-  &lt;defs
-     id=&quot;defs3031&quot;&gt;
-    &lt;radialGradient
-       cx=&quot;314&quot;
-       cy=&quot;232.05559&quot;
-       r=&quot;5.2619252&quot;
-       fx=&quot;314&quot;
-       fy=&quot;232.05559&quot;
-       id=&quot;radialGradient6258&quot;
-       xlink:href=&quot;#linearGradient7077-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.470582,0,0,1.9004442,-481.76274,-208.50871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7077-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop7079-9&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7085-4&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:0.89803922&quot;
-         offset=&quot;0.61538231&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7081-6&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;314&quot;
-       cy=&quot;232.05559&quot;
-       r=&quot;5.2619252&quot;
-       fx=&quot;314&quot;
-       fy=&quot;232.05559&quot;
-       id=&quot;radialGradient6258-6&quot;
-       xlink:href=&quot;#linearGradient7077-4-5&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.470582,0,0,1.9004442,-481.76274,-208.50871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7077-4-5&quot;&gt;
-      &lt;stop
-         id=&quot;stop7079-9-0&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7085-4-8&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:0.89803922&quot;
-         offset=&quot;0.61538231&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7081-6-0&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;314&quot;
-       cy=&quot;232.05559&quot;
-       r=&quot;5.2619252&quot;
-       fx=&quot;314&quot;
-       fy=&quot;232.05559&quot;
-       id=&quot;radialGradient6258-5&quot;
-       xlink:href=&quot;#linearGradient7077-4-53&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.470582,0,0,1.9004442,-481.76274,-208.50871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7077-4-53&quot;&gt;
-      &lt;stop
-         id=&quot;stop7079-9-6&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7085-4-5&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:0.89803922&quot;
-         offset=&quot;0.61538231&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7081-6-5&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;314&quot;
-       cy=&quot;232.05559&quot;
-       r=&quot;5.2619252&quot;
-       fx=&quot;314&quot;
-       fy=&quot;232.05559&quot;
-       id=&quot;radialGradient6258-9&quot;
-       xlink:href=&quot;#linearGradient7077-4-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.470582,0,0,1.9004442,-481.76274,-208.50871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7077-4-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop7079-9-5&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7085-4-0&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:0.89803922&quot;
-         offset=&quot;0.61538231&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7081-6-8&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7077-4-7&quot;&gt;
-      &lt;stop
-         id=&quot;stop7079-9-7&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7085-4-2&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:0.89803922&quot;
-         offset=&quot;0.61538231&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7081-6-9&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;314&quot;
-       cy=&quot;232.05559&quot;
-       r=&quot;5.2619252&quot;
-       fx=&quot;314&quot;
-       fy=&quot;232.05559&quot;
-       id=&quot;radialGradient4493&quot;
-       xlink:href=&quot;#linearGradient7077-4-7&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.470582,0,0,1.9004442,-481.76274,-208.50871)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;314&quot;
-       cy=&quot;232.05559&quot;
-       r=&quot;5.2619252&quot;
-       fx=&quot;314&quot;
-       fy=&quot;232.05559&quot;
-       id=&quot;radialGradient4495&quot;
-       xlink:href=&quot;#linearGradient7077-4-7&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.470582,0,0,1.9004442,-481.76274,-208.50871)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;314&quot;
-       cy=&quot;232.05559&quot;
-       r=&quot;5.2619252&quot;
-       fx=&quot;314&quot;
-       fy=&quot;232.05559&quot;
-       id=&quot;radialGradient4500&quot;
-       xlink:href=&quot;#linearGradient7077-4-7&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.470582,0,0,1.9004442,-789.60858,-353.70008)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata3034&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;path
-     d=&quot;M 2.925,1 C 2.478192,1 2.074916,1.136064 1.76875,1.40625 1.462584,1.676436 1.3,2.07826 1.3,2.53125 l 0,7.9375 c 0,0.460741 0.160496,0.885666 0.46875,1.15625 C 2.077004,11.895584 2.472087,12 2.925,12 L 10.14375,12 10.3,12 10.425,11.90625 15.4875,6.8125 15.76875,6.53125 15.4875,6.28125 10.425,1.125 10.3,1 10.14375,1 z&quot;
-     id=&quot;path6268-0&quot;
-     style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.78777313;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
-  &lt;path
-     d=&quot;m 10.146052,0.39388658 5.0713,5.14092122 -5.0713,5.0713052 -7.2048463,0 c -0.780662,0 -1.2473191,-0.372104 -1.2473191,-1.1324157 l 0,-7.9473631 c 0,-0.72714619 0.4952116,-1.13244762 1.2473191,-1.13244762 z&quot;
-     id=&quot;path6268&quot;
-     style=&quot;color:#000000;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.78777313;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
-  &lt;path
-     d=&quot;m 14.705574,5.5000118 -4.7266389,-4.72663912 -7.0899588,0 c -0.7877731,0 -0.7877731,0.78777322 -0.7877731,0.78777322 l 7.8777319,0 z&quot;
-     id=&quot;path6270&quot;
-     style=&quot;opacity:0.48979594;color:#bebebe;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 21 12&quot;&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Breakpoints.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Breakpoints.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,52 +1,5 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg3029&quot;&gt;
-  &lt;defs
-     id=&quot;defs3031&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata3034&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;M 10.025,3.125 14.9,8 l -4.875,4.875 -7.3411812,0 C 2.2529256,12.857044 1.9,12.475437 1.9,12.0625 l 0,-8.125 C 1.9,3.5062331 2.1808081,3.125 2.7197313,3.125 z&quot;
-       id=&quot;path43079&quot;
-       style=&quot;color:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;path 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;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkCOPYING"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/COPYING (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/COPYING        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/COPYING        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-This work is licenced under the terms of the Creative Commons
</del><ins>+This work is licensed under the terms of the Creative Commons
</ins><span class="cx"> Attribution-Share Alike 3.0 United States License with the exception
</span><span class="cx"> of the files:
</span><span class="cx"> 
</span><span class="lines">@@ -13,6 +13,6 @@
</span><span class="cx"> 
</span><span class="cx"> Which are licensed under the terms of the GNU LGPL v2.
</span><span class="cx"> 
</span><del>-To view a copy of the CC-BY-SA licence, visit
</del><ins>+To view a copy of the CC-BY-SA license, visit
</ins><span class="cx"> http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative
</span><span class="cx"> Commons, 171 Second Street, Suite 300, San Francisco, California 94105, USA.
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkCOPYING_CCBYSA3"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/COPYING_CCBYSA3 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/COPYING_CCBYSA3        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/COPYING_CCBYSA3        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-This work is licenced under the Creative Commons Attribution-Share Alike 3.0
-United States License. To view a copy of this licence, visit
</del><ins>+This work is licensed under the Creative Commons Attribution-Share Alike 3.0
+United States License. To view a copy of this license, visit
</ins><span class="cx"> http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative
</span><span class="cx"> Commons, 171 Second Street, Suite 300, San Francisco, California 94105, USA.
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkCheckerssvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Checkers.svg (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Checkers.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Checkers.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,64 +1,8 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;6&quot;
-   height=&quot;6&quot;
-   id=&quot;svg15431&quot;
-   style=&quot;fill:#cccccc&quot;&gt;
-  &lt;defs
-     id=&quot;defs15433&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata15436&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;translate(0,-10)&quot;
-     id=&quot;layer1&quot;&gt;
-    &lt;rect
-       width=&quot;3&quot;
-       height=&quot;3&quot;
-       x=&quot;0&quot;
-       y=&quot;13&quot;
-       id=&quot;rect15439&quot;
-       style=&quot;color:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
-    &lt;rect
-       width=&quot;3&quot;
-       height=&quot;3&quot;
-       x=&quot;3&quot;
-       y=&quot;10&quot;
-       id=&quot;rect15439-9&quot;
-       style=&quot;color:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; 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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Circle.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Circle.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,54 +1,7 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;13&quot;
-   height=&quot;13&quot;
-   id=&quot;svg3755&quot;&gt;
-  &lt;defs
-     id=&quot;defs3757&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata3760&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;translate(0,-1039.3622)&quot;
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;m 6.2923075,5.7307692 a 1.4538461,1.4538461 0 1 1 -2.9076922,0 1.4538461,1.4538461 0 1 1 2.9076922,0 z&quot;
-       transform=&quot;matrix(2.7513229,0,0,2.7513229,-6.8121696,1030.095)&quot;
-       id=&quot;path3763&quot;
-       style=&quot;color:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 13 13&quot;&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Close.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Close.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,53 +1,7 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;14&quot;
-   id=&quot;svg3791&quot;&gt;
-  &lt;defs
-     id=&quot;defs3793&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata3796&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;translate(0,-2)&quot;
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;m 4,5 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 L 8,7.59375 10.3125,5.3125 C 10.578125,5.082 10.759172,5.007 11,5 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 C 11.906938,11.46942 11.999992,11.7347 12,12 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 8,10.4375 5.71875,12.71875 C 5.530586,12.90694 5.26529,13 5,13 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 L 6.5625,9.03125 4.28125,6.75 C 4.070508,6.55537 3.97809,6.28075 4,6 L 4,5 z&quot;
-       id=&quot;path10839-9&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Andale Mono;-inkscape-font-specification:Andale Mono&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 14&quot;&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/CloseLarge.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/CloseLarge.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,52 +1,5 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg2987&quot;&gt;
-  &lt;defs
-     id=&quot;defs2989&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata2992&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;m 4,4 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 L 8,6.59375 10.3125,4.3125 C 10.578125,4.082 10.759172,4.007 11,4 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 C 11.906938,10.46942 11.999992,10.7347 12,11 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 8,9.4375 5.71875,11.71875 C 5.530586,11.90694 5.26529,12 5,12 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 L 6.5625,8.03125 4.28125,5.75 C 4.070508,5.55537 3.97809,5.28075 4,5 L 4,4 z&quot;
-       id=&quot;path10839-9&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78100002;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Andale Mono;-inkscape-font-specification:Andale Mono&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;path 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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/CloseWhite.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/CloseWhite.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,53 +1,7 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;14&quot;
-   id=&quot;svg3791&quot;&gt;
-  &lt;defs
-     id=&quot;defs3793&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata3796&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;translate(0,-2)&quot;
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;m 4,5 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 L 8,7.59375 10.3125,5.3125 C 10.578125,5.082 10.759172,5.007 11,5 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 C 11.906938,11.46942 11.999992,11.7347 12,12 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 8,10.4375 5.71875,12.71875 C 5.530586,12.90694 5.26529,13 5,13 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 L 6.5625,9.03125 4.28125,6.75 C 4.070508,6.55537 3.97809,6.28075 4,6 L 4,5 z&quot;
-       id=&quot;path10839-9&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Andale Mono;-inkscape-font-specification:Andale Mono&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 14&quot;&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ContentFlow.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ContentFlow.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,70 +1,10 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg3012&quot;&gt;
-  &lt;defs
-     id=&quot;defs3014&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata3017&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;m 2.8124436,0.50054895 a 1.0000999,1.0000999 0 0 0 -0.8125,1.00000005 l 0,13 a 1.0000999,1.0000999 0 0 0 1.0000001,1 l 9.9999993,0 a 1.0000999,1.0000999 0 0 0 1,-1 l 0,-9.4375 a 1.0000999,1.0000999 0 0 0 -0.28125,-0.71875 L 10.156194,0.78179895 a 1.0000999,1.0000999 0 0 0 -0.7187503,-0.28125 l -6.4375,0 a 1.0000999,1.0000999 0 0 0 -0.0937,0 1.0000999,1.0000999 0 0 0 -0.0937,0 z m 1.1875001,2.00000005 5,0 0,3 2.9999993,0 0,8 -7.9999993,0 0,-11 z&quot;
-       id=&quot;path35724&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:1.99999988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
-    &lt;path
-       d=&quot;m 9.4172809,6.11099 c -0.8602344,0 -1.55631,0.72246 -1.55631,1.58269 0,0.86024 0.6960756,1.55632 1.55631,1.55632 0.8602351,0 1.5826901,-0.69608 1.5826901,-1.55632 0,-0.86023 -0.722455,-1.58269 -1.5826901,-1.58269 z m 0,1.00237 c 0.3197979,0 0.5803159,0.26053 0.5803159,0.58032 0,0.3198 -0.260518,0.55395 -0.5803159,0.55395 -0.319798,0 -0.553936,-0.23415 -0.553936,-0.55395 0,-0.31979 0.234138,-0.58032 0.553936,-0.58032 z&quot;
-       id=&quot;path35728&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:1.18468678;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
-    &lt;rect
-       width=&quot;2.0999999&quot;
-       height=&quot;5.5&quot;
-       x=&quot;4.9999571&quot;
-       y=&quot;3.5589108&quot;
-       id=&quot;rect35730&quot;
-       style=&quot;color:#000000;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
-    &lt;rect
-       width=&quot;6.0000138&quot;
-       height=&quot;2.4000001&quot;
-       x=&quot;4.9999571&quot;
-       y=&quot;10.10043&quot;
-       id=&quot;rect35734&quot;
-       style=&quot;color:#000000;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Crosshair.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Crosshair.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,57 +1,8 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg3791&quot;&gt;
-  &lt;defs
-     id=&quot;defs3793&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata3796&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;matrix(1.0639146,0,0,1.0639146,-0.51036497,-0.49067596)&quot;
-     id=&quot;g3222&quot;&gt;
-    &lt;path
-       d=&quot;M 7.90625,0.46875 C 7.677428,0.51245 7.495897,0.73545 7.5,0.96875 l 0,0.59375 C 4.339213,1.80832 1.823631,4.31572 1.5625,7.46875 l -0.5,0 c -0.03105,-0.003 -0.0627,-0.003 -0.09375,0 C 0.706803,7.49255 0.475471,7.76894 0.5,8.03125 0.52456,8.29356 0.80070315,8.49413 1.0625,8.46875 l 0.5,0 c 0.232558,3.18201 2.7558951,5.75257 5.9375,6 l 0,0.5 C 7.496,15.23291 7.7362559,15.5 8,15.5 c 0.263744,0 0.503724,-0.26709 0.5,-0.53125 l 0,-0.5 c 3.202607,-0.23774 5.750163,-2.82717 5.96875,-6.03125 l 0.53125,0 c 0.263724,0.004 0.5,-0.23582 0.5,-0.5 0,-0.26418 -0.236276,-0.50374 -0.5,-0.5 l -0.53125,0 C 14.192873,4.29142 11.660933,1.79715 8.5,1.5625 l 0,-0.59375 C 8.505,0.67258 8.19673,0.4132 7.90625,0.46875 z m -0.4375,3.125 0,0.5 c -0.004,0.263724 0.23582,0.5 0.5,0.5 0.26418,0 0.50374,-0.236276 0.5,-0.5 l 0,-0.5 C 10.567141,3.8107419 12.203443,5.4112782 12.4375,7.5 l -0.53125,0 c -0.263724,-0.00374 -0.5,0.23582 -0.5,0.5 0,0.26418 0.236276,0.504 0.5,0.5 l 0.53125,0 c -0.2271
 7,2.100544 -1.864105,3.748532 -3.96875,3.96875 l 0,-0.53125 c 0.00374,-0.263724 -0.23582,-0.5 -0.5,-0.5 -0.26418,0 -0.504,0.236276 -0.5,0.5 l 0,0.5 C 5.3889066,12.191828 3.7760764,10.558927 3.5625,8.46875 l 0.5,0 c 0.263724,0.004 0.5,-0.23582 0.5,-0.5 0,-0.26418 -0.236276,-0.50374 -0.5,-0.5 l -0.46875,0 c 0.2524781,-2.0409981 1.8277243,-3.63631 3.875,-3.875 z&quot;
-       id=&quot;path4640&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:2.15649271;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
-    &lt;path
-       d=&quot;m 8.981204,7.9569 a 1,1 0 0 1 -2,0 1,1 0 1 1 2,0 z&quot;
-       id=&quot;path5428&quot;
-       style=&quot;color:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMCharacterData.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMCharacterData.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,279 +1,27 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg5300&quot;&gt;
-  &lt;defs
-     id=&quot;defs5302&quot;&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175-6&quot;
-       xlink:href=&quot;#linearGradient8978-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980-9&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982-2&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient5208&quot;
-       xlink:href=&quot;#linearGradient11520-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-31.728631,-21.533276)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient11520-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop11522-7&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop11524-7&quot;
-         style=&quot;stop-color:#fabebe;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient5210&quot;
-       xlink:href=&quot;#linearGradient4247-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-188.04562,-93.211546)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249-2&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251-2&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient5296&quot;
-       xlink:href=&quot;#linearGradient11520-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180918)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient5298&quot;
-       xlink:href=&quot;#linearGradient4247-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-6&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient5518&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.9244,-46.94361)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3925&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3929&quot;
-       xlink:href=&quot;#linearGradient8978-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3933&quot;
-       xlink:href=&quot;#linearGradient11520-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180918)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3935&quot;
-       xlink:href=&quot;#linearGradient4247-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3925-3&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3-2&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5-2&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3952&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-39.902379,-47.24489)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata5305&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;rect
-     width=&quot;15.003705&quot;
-     height=&quot;15.003344&quot;
-     rx=&quot;1.5143198&quot;
-     ry=&quot;1.5142833&quot;
-     x=&quot;0.49814749&quot;
-     y=&quot;0.49832821&quot;
-     id=&quot;rect4319-7&quot;
-     style=&quot;fill:url(#radialGradient3933);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3935);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;12.997247&quot;
-     height=&quot;12.999963&quot;
-     rx=&quot;0.5081172&quot;
-     ry=&quot;0.50810492&quot;
-     x=&quot;1.5013518&quot;
-     y=&quot;1.5016088&quot;
-     id=&quot;rect4321-0&quot;
-     style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;14.000044&quot;
-     height=&quot;14.000041&quot;
-     rx=&quot;1.9062433&quot;
-     ry=&quot;1.9062428&quot;
-     x=&quot;1.0017486&quot;
-     y=&quot;1.0015783&quot;
-     id=&quot;rect9035-4&quot;
-     style=&quot;fill:url(#radialGradient3929);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;path
-     d=&quot;m 8.7468196,4.7719741 c -2.7069912,0 -4.5312492,1.8870265 -4.5312492,4.3124999 0,2.386796 1.726064,4.34375 4.4374992,4.34375 0.776814,0 1.6597534,-0.161162 2.5312504,-0.53125 l 0.21875,-0.09375 a 0.250025,0.250025 0 0 0 0.09375,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.03125,-0.09375 l -0.46875,-1.15625 a 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 -0.09375,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0.03125 l -0.1875,0.0625 a 0.250025,0.250025 0 0 0 -0.03125,0 c -0.5856834,0.232063 -1.1594634,0.34375 -1.6250004,0.34375 -0.883819,0 -1.5432142,-0.247488 -2.0000002,-0.6875 -0.456786,-0.440011 -0.71875,-1.0821606 -0.71875,-1.875 0,-1.4079757 0.894229,-2.53125 2.5000002,-2.53125 0.368876,0 0.906629,0.00178 1.7500004,0.3125 l 0.21875,0.0625 a 0.250025,0.250025 0 0 0 0.0625,0
  0.250025,0.250025 0 0 0 0.09375,0 0.250025,0.250025 0 0 0 0.125,-0.09375 0.250025,0.250025 0 0 0 0.03125,-0.03125 l 0.46875,-1.125 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 l -0.21875,-0.0625 C 10.186643,4.8940453 9.4001616,4.7719741 8.7468196,4.7719741 z&quot;
-     id=&quot;path8922-8-8-2-9&quot;
-     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;path
-     d=&quot;m 8.8593746,3.6718751 c -2.7069912,0 -4.5312492,1.8870264 -4.5312492,4.3124998 0,2.3867961 1.726064,4.3437501 4.4374993,4.3437501 0.7768139,0 1.6597533,-0.161162 2.5312503,-0.53125 l 0.21875,-0.09375 a 0.250025,0.250025 0 0 0 0.09375,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.03125,-0.09375 l -0.46875,-1.15625 a 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 -0.09375,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0.03125 l -0.1875,0.0625 a 0.250025,0.250025 0 0 0 -0.03125,0 c -0.585683,0.232063 -1.1594633,0.34375 -1.6250003,0.34375 -0.8838191,0 -1.5432143,-0.247488 -2.0000003,-0.6875 -0.456786,-0.4400116 -0.71875,-1.0821606 -0.71875,-1.8750001 0,-1.4079757 0.894229,-2.53125 2.5000003,-2.53125 0.368876,0 0.906629,0.00178 1.7500003,0.3125 l 0.21875,0.0625 a 0.250025,0.250025 0 0
  0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,0 0.250025,0.250025 0 0 0 0.125,-0.09375 0.250025,0.250025 0 0 0 0.03125,-0.03125 l 0.46875,-1.125 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 l -0.21875,-0.0625 C 10.299198,3.7939463 9.5127167,3.6718751 8.8593747,3.6718751 z&quot;
-     id=&quot;path8922-8-8-2-9-4&quot;
-     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient3925-3);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fabebe&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &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;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;#a40000&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#f9adad&quot; offset=&quot;1&quot;/&gt;
+  &lt;/linearGradient&gt;
+ &lt;/defs&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;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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMComment.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMComment.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,515 +1,27 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg3986&quot;&gt;
-  &lt;defs
-     id=&quot;defs3988&quot;&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175&quot;
-       xlink:href=&quot;#linearGradient8978&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3179&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-49.42355,1.24638)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient11520&quot;&gt;
-      &lt;stop
-         id=&quot;stop11522&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop11524&quot;
-         style=&quot;stop-color:#dcf6c2;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3181&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-205.74054,-70.43189)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251&quot;
-         style=&quot;stop-color:#d3f4b2;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3982&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180835)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3984&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-0&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-3&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-9&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-5&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4650&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.9244,-46.943609)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3038&quot;
-       xlink:href=&quot;#linearGradient8978&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3042&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180835)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3044&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3034-1&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-3-3&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-9-2&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-5-3&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3829&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-39.902379,-47.244888)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3034-1-1&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-3-3-1&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-9-2-1&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-5-3-9&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4042&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4044&quot;&gt;
-      &lt;stop
-         id=&quot;stop4046&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4048&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4050&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4052&quot;&gt;
-      &lt;stop
-         id=&quot;stop4054&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4056&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4065&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3034-1-7&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-3-3-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-9-2-6&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-5-3-2&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4042-2&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4044-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop4046-4&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4048-9&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4050-5&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4052-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop4054-3&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4056-9&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3034-1-11&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-3-3-2&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-9-2-3&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-5-3-3&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4198&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4200&quot;&gt;
-      &lt;stop
-         id=&quot;stop4202&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4204&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4206&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4208&quot;&gt;
-      &lt;stop
-         id=&quot;stop4210&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4212&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4217&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4219&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4221&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3034-1-11-8&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-3-3-2-1&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-9-2-3-0&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-5-3-3-0&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4341&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-39.497066,-47.586678)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata3991&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;rect
-     width=&quot;15.003705&quot;
-     height=&quot;15.003344&quot;
-     rx=&quot;1.5143198&quot;
-     ry=&quot;1.5142833&quot;
-     x=&quot;0.49814749&quot;
-     y=&quot;0.49832821&quot;
-     id=&quot;rect4319&quot;
-     style=&quot;fill:url(#radialGradient3042);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3044);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;12.997247&quot;
-     height=&quot;12.999963&quot;
-     rx=&quot;0.5081172&quot;
-     ry=&quot;0.50810492&quot;
-     x=&quot;1.5013518&quot;
-     y=&quot;1.5016088&quot;
-     id=&quot;rect4321&quot;
-     style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;14.000044&quot;
-     height=&quot;14.000041&quot;
-     rx=&quot;1.9062433&quot;
-     ry=&quot;1.9062428&quot;
-     x=&quot;1.0017486&quot;
-     y=&quot;1.0015783&quot;
-     id=&quot;rect9035&quot;
-     style=&quot;fill:url(#radialGradient3038);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;path
-     d=&quot;m 8.7468201,4.771974 c -2.706991,0 -4.53125,1.8870265 -4.53125,4.3124999 0,2.3867961 1.726065,4.3437501 4.4375,4.3437501 0.776814,0 1.6597529,-0.161162 2.5312499,-0.53125 l 0.21875,-0.09375 a 0.250025,0.250025 0 0 0 0.09375,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.03125,-0.09375 l -0.46875,-1.15625 a 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 -0.09375,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0.03125 l -0.1875,0.0625 a 0.250025,0.250025 0 0 0 -0.03125,0 c -0.5856829,0.232063 -1.1594629,0.34375 -1.6249999,0.34375 -0.883819,0 -1.543214,-0.247489 -2,-0.6875 -0.456786,-0.440012 -0.71875,-1.0821607 -0.71875,-1.8750001 0,-1.4079757 0.894229,-2.53125 2.5,-2.53125 0.368876,0 0.906629,0.00178 1.7499999,0.3125 l 0.21875,0.0625 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250
 025 0 0 0 0.09375,0 0.250025,0.250025 0 0 0 0.125,-0.09375 0.250025,0.250025 0 0 0 0.03125,-0.03125 l 0.46875,-1.125 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 l -0.21875,-0.0625 C 10.186643,4.8940452 9.4001621,4.771974 8.7468201,4.771974 z&quot;
-     id=&quot;path8922-8-8&quot;
-     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;path
-     d=&quot;m 8.7986001,3.7416431 c -2.706991,0 -4.53125,1.8870265 -4.53125,4.3124999 0,2.386796 1.726065,4.34375 4.4375,4.34375 0.776814,0 1.6597529,-0.161162 2.5312499,-0.53125 l 0.21875,-0.09375 a 0.250025,0.250025 0 0 0 0.09375,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.03125,-0.09375 l -0.46875,-1.15625 a 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 -0.09375,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0.03125 l -0.1875,0.0625 a 0.250025,0.250025 0 0 0 -0.03125,0 c -0.5856829,0.232063 -1.1594629,0.34375 -1.6249999,0.34375 -0.883819,0 -1.543214,-0.247488 -2,-0.6875 -0.456786,-0.4400115 -0.71875,-1.0821606 -0.71875,-1.875 0,-1.4079757 0.894229,-2.53125 2.5,-2.53125 0.368876,0 0.906629,0.00178 1.7499999,0.3125 l 0.21875,0.0625 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0
  0 0.09375,0 0.250025,0.250025 0 0 0 0.125,-0.09375 0.250025,0.250025 0 0 0 0.03125,-0.03125 l 0.46875,-1.125 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 L 11.1111,4.210393 C 10.238423,3.8637143 9.4519421,3.7416431 8.7986001,3.7416431 z&quot;
-     id=&quot;path8922-8-8-2&quot;
-     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient3034-1-11-8);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#dcf6c2&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#4e9a06&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#d3f4b2&quot; offset=&quot;1&quot;/&gt;
+  &lt;/linearGradient&gt;
+  &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;#4e9a06&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#8ae234&quot; offset=&quot;1&quot;/&gt;
+  &lt;/linearGradient&gt;
+ &lt;/defs&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;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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMDocument.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMDocument.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,328 +1,27 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg9882&quot;&gt;
-  &lt;defs
-     id=&quot;defs9884&quot;&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175&quot;
-       xlink:href=&quot;#linearGradient8978&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3179&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-49.42355,1.24638)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient11520&quot;&gt;
-      &lt;stop
-         id=&quot;stop11522&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop11524&quot;
-         style=&quot;stop-color:#dcdcdc;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3181&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-205.74054,-70.43189)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249&quot;
-         style=&quot;stop-color:#9b9b9b;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient9878&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180835)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient9880&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-6&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-1&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-8&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient9970&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.9244,-46.943609)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient10464&quot;
-       xlink:href=&quot;#linearGradient8978&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient10468&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180835)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient10470&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-4-9&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-1-3&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-8-6&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10487&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.620365,-48.242929)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10460-4-5&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-4-9-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-1-3-4&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-8-6-6&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10670&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-39.497066,-47.586679)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10460-4-5-6&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9-0-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-4-9-0-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-1-3-4-7&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-8-6-6-7&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10848&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9-0-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.94849,-47.587415)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10460-4-5-6-3&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9-0-0-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-4-9-0-0-3&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-1-3-4-7-3&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-8-6-6-7-5&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4948&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9-0-0-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.073489,-47.586679)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata9887&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;rect
-     width=&quot;15.003705&quot;
-     height=&quot;15.003344&quot;
-     rx=&quot;1.5143198&quot;
-     ry=&quot;1.5142833&quot;
-     x=&quot;0.49814749&quot;
-     y=&quot;0.49832821&quot;
-     id=&quot;rect4319&quot;
-     style=&quot;fill:url(#radialGradient10468);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10470);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;12.997247&quot;
-     height=&quot;12.999963&quot;
-     rx=&quot;0.5081172&quot;
-     ry=&quot;0.50810492&quot;
-     x=&quot;1.5013518&quot;
-     y=&quot;1.5016088&quot;
-     id=&quot;rect4321&quot;
-     style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;14.000044&quot;
-     height=&quot;14.000041&quot;
-     rx=&quot;1.9062433&quot;
-     ry=&quot;1.9062428&quot;
-     x=&quot;1.0017486&quot;
-     y=&quot;1.0015783&quot;
-     id=&quot;rect9035&quot;
-     style=&quot;fill:url(#radialGradient10464);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;path
-     d=&quot;m 4.2790502,4.8510792 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.0625,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0,0.03125 l 0,7.9999998 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.0625,0.09375 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 l 2.0000001,0 c 0.658831,0 1.383199,-0.01226 2.09375,-0.1875 0.01009,-0.0024 0.02121,0.0025 0.03125,0 1.155799,-0.283454 1.9629697,-0.961152 2.4374997,-1.75 0.47865,-0.795697 0.65625,-1.7149508 0.65625,-2.5624998 0,-0.869079 -0.242545,-1.861794 -0.9375,-2.65625 -0.6949547,-0.794456 -1.8526587,-1.34375 -3.5937497,-1.34375 l -2.6875001,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 z m 1.7812501,1.78125 1.0625,0 c 0.851435,0 1.459492,0.204764 1.875,0.59375 0.415508,0.388986 0.65625,0.984117 0.6
 5625,1.8125 0,0.703125 -0.178154,1.1373108 -0.3125,1.3749998 -0.296543,0.546264 -0.721257,0.822967 -1.1875,0.96875 -0.466243,0.145783 -0.9715,0.15625 -1.40625,0.15625 l -0.6875,0 0,-4.9062498 z&quot;
-     id=&quot;path6840-7&quot;
-     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;path
-     d=&quot;m 4.3308302,3.8207492 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.0625,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0,0.03125 l 0,7.9999998 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.0625,0.09375 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 l 2.0000001,0 c 0.658831,0 1.383199,-0.01226 2.09375,-0.1875 0.01009,-0.0024 0.02121,0.0025 0.03125,0 1.155799,-0.283454 1.9629697,-0.961152 2.4374997,-1.75 0.47865,-0.7956968 0.65625,-1.7149508 0.65625,-2.5624998 0,-0.869079 -0.242545,-1.861794 -0.9375,-2.65625 -0.694955,-0.794456 -1.8526587,-1.34375 -3.5937497,-1.34375 l -2.6875001,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 z m 1.7812501,1.78125 1.0625,0 c 0.851435,0 1.459492,0.204764 1.875,0.59375 0.415508,0.388986 0.65625,0.984117 0.6
 5625,1.8125 0,0.703125 -0.178154,1.137311 -0.3125,1.375 -0.296543,0.546264 -0.721257,0.8229668 -1.1875,0.9687498 -0.466243,0.145783 -0.9715,0.15625 -1.40625,0.15625 l -0.6875,0 0,-4.9062498 z&quot;
-     id=&quot;path6840-7-4&quot;
-     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient10460-4-5-6-3);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#dcdcdc&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#9b9b9b&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;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;/defs&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.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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMDocumentType.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMDocumentType.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,328 +1,27 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg9882&quot;&gt;
-  &lt;defs
-     id=&quot;defs9884&quot;&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175&quot;
-       xlink:href=&quot;#linearGradient8978&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3179&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-49.42355,1.24638)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient11520&quot;&gt;
-      &lt;stop
-         id=&quot;stop11522&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop11524&quot;
-         style=&quot;stop-color:#dcdcdc;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3181&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-205.74054,-70.43189)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249&quot;
-         style=&quot;stop-color:#9b9b9b;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient9878&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180835)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient9880&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-6&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-1&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-8&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient9970&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.9244,-46.943609)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient10464&quot;
-       xlink:href=&quot;#linearGradient8978&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient10468&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180835)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient10470&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-4-9&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-1-3&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-8-6&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10487&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.620365,-48.242929)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10460-4-5&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-4-9-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-1-3-4&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-8-6-6&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10670&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-39.497066,-47.586679)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10460-4-5-6&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9-0-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-4-9-0-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-1-3-4-7&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-8-6-6-7&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10848&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9-0-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.94849,-47.587415)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10460-4-5-6-3&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9-0-0-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-4-9-0-0-3&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-1-3-4-7-3&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-8-6-6-7-5&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4948&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9-0-0-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.073489,-47.586679)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata9887&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;rect
-     width=&quot;15.003705&quot;
-     height=&quot;15.003344&quot;
-     rx=&quot;1.5143198&quot;
-     ry=&quot;1.5142833&quot;
-     x=&quot;0.49814749&quot;
-     y=&quot;0.49832821&quot;
-     id=&quot;rect4319&quot;
-     style=&quot;fill:url(#radialGradient10468);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10470);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;12.997247&quot;
-     height=&quot;12.999963&quot;
-     rx=&quot;0.5081172&quot;
-     ry=&quot;0.50810492&quot;
-     x=&quot;1.5013518&quot;
-     y=&quot;1.5016088&quot;
-     id=&quot;rect4321&quot;
-     style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;14.000044&quot;
-     height=&quot;14.000041&quot;
-     rx=&quot;1.9062433&quot;
-     ry=&quot;1.9062428&quot;
-     x=&quot;1.0017486&quot;
-     y=&quot;1.0015783&quot;
-     id=&quot;rect9035&quot;
-     style=&quot;fill:url(#radialGradient10464);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;path
-     d=&quot;m 4.2790502,4.8510792 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.0625,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0,0.03125 l 0,7.9999998 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.0625,0.09375 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 l 2.0000001,0 c 0.658831,0 1.383199,-0.01226 2.09375,-0.1875 0.01009,-0.0024 0.02121,0.0025 0.03125,0 1.155799,-0.283454 1.9629697,-0.961152 2.4374997,-1.75 0.47865,-0.795697 0.65625,-1.7149508 0.65625,-2.5624998 0,-0.869079 -0.242545,-1.861794 -0.9375,-2.65625 -0.6949547,-0.794456 -1.8526587,-1.34375 -3.5937497,-1.34375 l -2.6875001,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 z m 1.7812501,1.78125 1.0625,0 c 0.851435,0 1.459492,0.204764 1.875,0.59375 0.415508,0.388986 0.65625,0.984117 0.6
 5625,1.8125 0,0.703125 -0.178154,1.1373108 -0.3125,1.3749998 -0.296543,0.546264 -0.721257,0.822967 -1.1875,0.96875 -0.466243,0.145783 -0.9715,0.15625 -1.40625,0.15625 l -0.6875,0 0,-4.9062498 z&quot;
-     id=&quot;path6840-7&quot;
-     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;path
-     d=&quot;m 4.3308302,3.8207492 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.0625,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0,0.03125 l 0,7.9999998 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.0625,0.09375 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 l 2.0000001,0 c 0.658831,0 1.383199,-0.01226 2.09375,-0.1875 0.01009,-0.0024 0.02121,0.0025 0.03125,0 1.155799,-0.283454 1.9629697,-0.961152 2.4374997,-1.75 0.47865,-0.7956968 0.65625,-1.7149508 0.65625,-2.5624998 0,-0.869079 -0.242545,-1.861794 -0.9375,-2.65625 -0.694955,-0.794456 -1.8526587,-1.34375 -3.5937497,-1.34375 l -2.6875001,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 z m 1.7812501,1.78125 1.0625,0 c 0.851435,0 1.459492,0.204764 1.875,0.59375 0.415508,0.388986 0.65625,0.984117 0.6
 5625,1.8125 0,0.703125 -0.178154,1.137311 -0.3125,1.375 -0.296543,0.546264 -0.721257,0.8229668 -1.1875,0.9687498 -0.466243,0.145783 -0.9715,0.15625 -1.40625,0.15625 l -0.6875,0 0,-4.9062498 z&quot;
-     id=&quot;path6840-7-4&quot;
-     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient10460-4-5-6-3);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#dcdcdc&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#9b9b9b&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;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;/defs&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.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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMElement.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMElement.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,215 +1,29 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg8842&quot;&gt;
-  &lt;defs
-     id=&quot;defs8844&quot;&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-5-9-6-7&quot;
-       xlink:href=&quot;#linearGradient7888-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870603,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-2&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-1&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175-6-6-4-0-5&quot;
-       xlink:href=&quot;#linearGradient8978-0-9-0-8-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.63026)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978-0-9-0-8-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980-9-1-8-4-8&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982-2-2-4-4-7&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient8752&quot;
-       xlink:href=&quot;#linearGradient7394-3-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,17.966282,36.432825)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7394-3-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop7396-0-1&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7398-2-7&quot;
-         style=&quot;stop-color:#e4d4e2;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient8754&quot;
-       xlink:href=&quot;#linearGradient4247-6-9-9-7-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-138.35071,-35.245445)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247-6-9-9-7-1&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249-2-0-1-7-0&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251-2-1-0-5-9&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient8838&quot;
-       xlink:href=&quot;#linearGradient7394-3-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.948973,0.77180949)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient8840&quot;
-       xlink:href=&quot;#linearGradient4247-6-9-9-7-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.90646)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-5-9-6-7-1&quot;
-       xlink:href=&quot;#linearGradient7888-2-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870603,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-2-3&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-1-6&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2-4&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient9071&quot;
-       xlink:href=&quot;#linearGradient7888-2-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.924401,-46.943612)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata8847&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;rect
-       width=&quot;15.003705&quot;
-       height=&quot;15.003344&quot;
-       rx=&quot;1.5143198&quot;
-       ry=&quot;1.5142833&quot;
-       x=&quot;0.49814749&quot;
-       y=&quot;0.49832821&quot;
-       id=&quot;rect4319-7-2-1-7-0&quot;
-       style=&quot;fill:url(#radialGradient8838);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8840);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;12.997247&quot;
-       height=&quot;12.999963&quot;
-       rx=&quot;0.5081172&quot;
-       ry=&quot;0.50810492&quot;
-       x=&quot;1.5013518&quot;
-       y=&quot;1.5016088&quot;
-       id=&quot;rect4321-0-9-4-0-5&quot;
-       style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;14.000044&quot;
-       height=&quot;14.000041&quot;
-       rx=&quot;1.9062433&quot;
-       ry=&quot;1.9062428&quot;
-       x=&quot;1.0017486&quot;
-       y=&quot;1.0015783&quot;
-       id=&quot;rect9035-4-9-5-7-3&quot;
-       style=&quot;fill:url(#radialGradient3175-6-6-4-0-5);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;path
-       d=&quot;m 5.1843179,4.8493637 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.0625,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 0,0.0625 l 0,8.0000003 c -0.0026,0.02072 -0.0026,0.04178 0,0.0625 0.0074,0.02216 0.01798,0.04326 0.03125,0.0625 0.02211,0.03888 0.05487,0.07164 0.09375,0.09375 0.0095,0.01131 0.01994,0.02178 0.03125,0.03125 0.02072,0.0026 0.04178,0.0026 0.0625,0 0.0104,6.51e-4 0.02085,6.51e-4 0.03125,0 l 5.2187491,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.09375 l 0,-1.3125 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.0
 3125,0 0.250025,0.250025 0 0 0 -0.0625,-0.03125 l -3.5624991,0 0,-1.5937503 3.1562491,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-1.3125 a 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,-0.03125 l -3.1562491,0 0,-1.5 3.5624991,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-1.
 28125 a 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 l -5.2187491,0 a 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 z&quot;
-       id=&quot;path10024-3-9-1&quot;
-       style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-    &lt;path
-       d=&quot;m 5.2360979,3.8190342 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.0625,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 0,0.0625 l 0,7.9999998 c -0.0026,0.02072 -0.0026,0.04178 0,0.0625 0.0074,0.02216 0.01798,0.04326 0.03125,0.0625 0.02211,0.03888 0.05487,0.07164 0.09375,0.09375 0.0095,0.01131 0.01994,0.02178 0.03125,0.03125 0.02072,0.0026 0.04178,0.0026 0.0625,0 0.0104,6.51e-4 0.02085,6.51e-4 0.03125,0 l 5.2187491,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.09375 l 0,-1.3125 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.0
 3125,0 0.250025,0.250025 0 0 0 -0.0625,-0.03125 l -3.5624991,0 0,-1.5937498 3.1562491,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-1.3125 a 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,-0.03125 l -3.1562491,0 0,-1.5 3.5624991,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-1.
 28125 a 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 l -5.2187491,0 a 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 z&quot;
-       id=&quot;path10024-3-9-1-7&quot;
-       style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient3161-1-5-9-6-7-1);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#e4d4e2&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &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; 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;
+ &lt;/defs&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMNode.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMNode.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,299 +1,27 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg9882&quot;&gt;
-  &lt;defs
-     id=&quot;defs9884&quot;&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175&quot;
-       xlink:href=&quot;#linearGradient8978&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3179&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-49.42355,1.24638)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient11520&quot;&gt;
-      &lt;stop
-         id=&quot;stop11522&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop11524&quot;
-         style=&quot;stop-color:#dcdcdc;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3181&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-205.74054,-70.43189)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249&quot;
-         style=&quot;stop-color:#9b9b9b;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient9878&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180835)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient9880&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-6&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-1&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-8&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient9970&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.9244,-46.943609)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient10464&quot;
-       xlink:href=&quot;#linearGradient8978&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient10468&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180835)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient10470&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-4-9&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-1-3&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-8-6&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10487&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.620365,-48.242929)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10460-4-5&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-4-9-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-1-3-4&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-8-6-6&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10670&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-39.497066,-47.586679)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10460-4-5-6&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9-0-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-4-9-0-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-1-3-4-7&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-8-6-6-7&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10848&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9-0-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.94849,-47.587415)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata9887&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;rect
-     width=&quot;15.003705&quot;
-     height=&quot;15.003344&quot;
-     rx=&quot;1.5143198&quot;
-     ry=&quot;1.5142833&quot;
-     x=&quot;0.49814749&quot;
-     y=&quot;0.49832821&quot;
-     id=&quot;rect4319&quot;
-     style=&quot;fill:url(#radialGradient10468);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10470);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;12.997247&quot;
-     height=&quot;12.999963&quot;
-     rx=&quot;0.5081172&quot;
-     ry=&quot;0.50810492&quot;
-     x=&quot;1.5013518&quot;
-     y=&quot;1.5016088&quot;
-     id=&quot;rect4321&quot;
-     style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;14.000044&quot;
-     height=&quot;14.000041&quot;
-     rx=&quot;1.9062433&quot;
-     ry=&quot;1.9062428&quot;
-     x=&quot;1.0017486&quot;
-     y=&quot;1.0015783&quot;
-     id=&quot;rect9035&quot;
-     style=&quot;fill:url(#radialGradient10464);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;path
-     d=&quot;m 4.3405698,4.8500988 c -0.03291,0.00406 -0.06499,0.014754 -0.09375,0.03125 -0.01131,0.00947 -0.02175,0.019939 -0.03125,0.03125 -0.01131,0.00947 -0.02175,0.019939 -0.03125,0.03125 -0.0165,0.028765 -0.02715,0.060841 -0.03125,0.09375 -0.0026,0.020724 -0.0026,0.041776 0,0.0625 l 0,8.0000002 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.0625,0 l 1.40625,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-5.0937502 3.375,5.2500002 a 0.250025,0.250025 0 0 0 0.0625,0.0625 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0.03125 0.2
 50025,0.250025 0 0 0 0.0625,0 l 1.7187502,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-8.0000002 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 l -1.4062502,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.0625,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 0,0
 .0625 l 0,5.0937502 -3.40625,-5.2187502 a 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 l -1.6875,0 c -0.02072,-0.00261 -0.04178,-0.00261 -0.0625,0 z&quot;
-     id=&quot;path10074-2&quot;
-     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;path
-     d=&quot;m 4.3923498,3.8197688 c -0.03291,0.00406 -0.06499,0.014754 -0.09375,0.03125 -0.01131,0.00947 -0.02175,0.019939 -0.03125,0.03125 -0.01131,0.00947 -0.02175,0.019939 -0.03125,0.03125 -0.0165,0.028765 -0.02715,0.060841 -0.03125,0.09375 -0.0026,0.020724 -0.0026,0.041776 0,0.0625 l 0,8.0000002 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.0625,0 l 1.40625,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-5.0937502 3.375,5.2500002 a 0.250025,0.250025 0 0 0 0.0625,0.0625 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0.03125 0.2
 50025,0.250025 0 0 0 0.0625,0 l 1.7187502,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-8.0000002 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 l -1.40625,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.0625,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 0,0.0
 625 l 0,5.09375 -3.40625,-5.21875 a 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 l -1.6875,0 c -0.02072,-0.00261 -0.04178,-0.00261 -0.0625,0 z&quot;
-     id=&quot;path10074-2-0&quot;
-     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient10460-4-5-6);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#dcdcdc&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#9b9b9b&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;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;/defs&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.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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMTextNode.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMTextNode.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,299 +1,27 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg5300&quot;&gt;
-  &lt;defs
-     id=&quot;defs5302&quot;&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175-6&quot;
-       xlink:href=&quot;#linearGradient8978-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980-9&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982-2&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient5208&quot;
-       xlink:href=&quot;#linearGradient11520-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-31.728631,-21.533276)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient11520-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop11522-7&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop11524-7&quot;
-         style=&quot;stop-color:#fabebe;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient5210&quot;
-       xlink:href=&quot;#linearGradient4247-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-188.04562,-93.211546)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249-2&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251-2&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient5296&quot;
-       xlink:href=&quot;#linearGradient11520-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180918)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient5298&quot;
-       xlink:href=&quot;#linearGradient4247-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-6&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient5518&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.9244,-46.94361)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3929&quot;
-       xlink:href=&quot;#linearGradient8978-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3933&quot;
-       xlink:href=&quot;#linearGradient11520-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180918)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3935&quot;
-       xlink:href=&quot;#linearGradient4247-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3925-3&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3-2&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5-2&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3952&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-39.902379,-47.24489)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3925-3-9&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6-4-9&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3-2-1&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5-2-5&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4080&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.198725,-47.440746)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata5305&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;rect
-     width=&quot;15.003705&quot;
-     height=&quot;15.003344&quot;
-     rx=&quot;1.5143198&quot;
-     ry=&quot;1.5142833&quot;
-     x=&quot;0.49814749&quot;
-     y=&quot;0.49832821&quot;
-     id=&quot;rect4319-7&quot;
-     style=&quot;fill:url(#radialGradient3933);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3935);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;12.997247&quot;
-     height=&quot;12.999963&quot;
-     rx=&quot;0.5081172&quot;
-     ry=&quot;0.50810492&quot;
-     x=&quot;1.5013518&quot;
-     y=&quot;1.5016088&quot;
-     id=&quot;rect4321-0&quot;
-     style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;14.000044&quot;
-     height=&quot;14.000041&quot;
-     rx=&quot;1.9062433&quot;
-     ry=&quot;1.9062428&quot;
-     x=&quot;1.0017486&quot;
-     y=&quot;1.0015783&quot;
-     id=&quot;rect9035-4&quot;
-     style=&quot;fill:url(#radialGradient3929);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;path
-     d=&quot;m 4.4811955,4.850099 c -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.0625 l 0,1.2812501 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.09375,0.125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 0.250025,0.250025 0 0 0 0.03125,0 l 2.3749995,0 0,6.4687499 a 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.0625,0.09375 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 1.40625,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.09375,-0.09375 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 l 0,-6.4687499 2.40625,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0
 .03125,-0.09375 0.250025,0.250025 0 0 0 0.03125,-0.0625 l 0,-1.2812501 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.09375,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.0625,0 l -6.6874995,0 c -0.02072,-0.00261 -0.04178,-0.00261 -0.0625,0 z&quot;
-     id=&quot;path9473-5&quot;
-     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;path
-     d=&quot;m 4.5937505,3.75 c -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.0625 l 0,1.2812501 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.09375,0.125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 0.250025,0.250025 0 0 0 0.03125,0 l 2.3749995,0 0,6.4687499 A 0.250025,0.250025 0 0 0 7.0625,12.09375 0.250025,0.250025 0 0 0 7.125,12.1875 0.250025,0.250025 0 0 0 7.1875,12.21875 0.250025,0.250025 0 0 0 7.28125,12.25 l 1.40625,0 A 0.250025,0.250025 0 0 0 8.75,12.25 0.250025,0.250025 0 0 0 8.8125,12.21875 0.250025,0.250025 0 0 0 8.90625,12.125 0.250025,0.250025 0 0 0 8.9375,12.0625 0.250025,0.250025 0 0 0 8.9375,12 l 0,-6.4687499 2.40625,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,
 -0.09375 0.250025,0.250025 0 0 0 0.03125,-0.0625 L 11.59375,4 a 0.250025,0.250025 0 0 0 0,-0.0625 A 0.250025,0.250025 0 0 0 11.5625,3.875 0.250025,0.250025 0 0 0 11.46875,3.78125 0.250025,0.250025 0 0 0 11.40625,3.75 a 0.250025,0.250025 0 0 0 -0.0625,0 l -6.6874995,0 c -0.02072,-0.00261 -0.04178,-0.00261 -0.0625,0 z&quot;
-     id=&quot;path9473-5-4&quot;
-     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient3925-3-9);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fabebe&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &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;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;#a40000&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#f9adad&quot; offset=&quot;1&quot;/&gt;
+  &lt;/linearGradient&gt;
+ &lt;/defs&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.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;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkDOMTreesvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMTree.svg (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMTree.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DOMTree.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,564 +1,27 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg3986&quot;&gt;
-  &lt;defs
-     id=&quot;defs3988&quot;&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175&quot;
-       xlink:href=&quot;#linearGradient8978&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3179&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-49.42355,1.24638)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient11520&quot;&gt;
-      &lt;stop
-         id=&quot;stop11522&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop11524&quot;
-         style=&quot;stop-color:#dcf6c2;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3181&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-205.74054,-70.43189)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251&quot;
-         style=&quot;stop-color:#d3f4b2;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3982&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180835)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3984&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-0&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-3&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-9&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-5&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4650&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.9244,-46.943609)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3038&quot;
-       xlink:href=&quot;#linearGradient8978&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3042&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180835)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3044&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3034-1&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-3-3&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-9-2&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-5-3&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3829&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-39.902379,-47.244888)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3034-1-1&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-3-3-1&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-9-2-1&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-5-3-9&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4042&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4044&quot;&gt;
-      &lt;stop
-         id=&quot;stop4046&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4048&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4050&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4052&quot;&gt;
-      &lt;stop
-         id=&quot;stop4054&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4056&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4065&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3034-1-7&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-3-3-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-9-2-6&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-5-3-2&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4042-2&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4044-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop4046-4&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4048-9&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4050-5&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4052-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop4054-3&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4056-9&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3034-1-11&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-3-3-2&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-9-2-3&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-5-3-3&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4198&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4200&quot;&gt;
-      &lt;stop
-         id=&quot;stop4202&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4204&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4206&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4208&quot;&gt;
-      &lt;stop
-         id=&quot;stop4210&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4212&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4217&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4219&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4221&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-3-3-2-1&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-9-2-3-0&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-5-3-3-0&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4341&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-39.497066,-47.586678)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3034-1-11-8-2&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2-1-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-3-3-2-1-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-9-2-3-0-8&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-5-3-3-0-0&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4533&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2-1-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.13795,-47.510514)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3034-1-11-8-2-8&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2-1-6-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-3-3-2-1-6-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-9-2-3-0-8-9&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-5-3-3-0-0-3&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4690&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2-1-6-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.823489,-47.57277)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata3991&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;rect
-     width=&quot;15.003705&quot;
-     height=&quot;15.003344&quot;
-     rx=&quot;1.5143198&quot;
-     ry=&quot;1.5142833&quot;
-     x=&quot;0.49814749&quot;
-     y=&quot;0.49832821&quot;
-     id=&quot;rect4319&quot;
-     style=&quot;fill:url(#radialGradient3042);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3044);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;12.997247&quot;
-     height=&quot;12.999963&quot;
-     rx=&quot;0.5081172&quot;
-     ry=&quot;0.50810492&quot;
-     x=&quot;1.5013518&quot;
-     y=&quot;1.5016088&quot;
-     id=&quot;rect4321&quot;
-     style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;14.000044&quot;
-     height=&quot;14.000041&quot;
-     rx=&quot;1.9062433&quot;
-     ry=&quot;1.9062428&quot;
-     x=&quot;1.0017486&quot;
-     y=&quot;1.0015783&quot;
-     id=&quot;rect9035&quot;
-     style=&quot;fill:url(#radialGradient3038);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;path
-     d=&quot;m 6.652105,5.3344743 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.09375,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.09375 l 0,2.375 a 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.0625,0.09375 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 0.6875,0 0,0.4375 -1.84375,0 -0.21875,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.0625,0.03125 0.250025,0.250025 0 0 0 -0.0625,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 0,0.0625 l 0,0.21875 0,0.9062497 -0.71875,0 a 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.09375,0.03125 0.250025,0.250025 0 0 0 -0.0625,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.125 l 0,2.34375 a 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.0625,0.09375 0.250025,0.250025 0 0 0 0
 .0625,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 2.34375,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.09375,-0.09375 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 l 0,-2.34375 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.09375,-0.09375 0.250025,0.250025 0 0 0 -0.125,-0.03125 l -0.65625,0 0,-0.4062497 3.71875,0 0,0.4062497 -0.6875,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.0625,0.03125 0.250025,0.250025 0 0 0 -0.09375,0.09375 0.250025,0.250025 0 0 0 -0.03125,0.125 l 0,2.34375 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0,0.03125 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.0625,0.0625 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,0 l 2.3125,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,-0.031
 25 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 l 0,-2.34375 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.09375,-0.09375 0.250025,0.250025 0 0 0 -0.09375,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 l -0.65625,0 0,-0.9062497 0,-0.21875 a 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.09375,-0.03125 l -0.25,0 -1.84375,0 0,-0.4375 0.6875,0 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.09375,-0.09375 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.0625 l 0,-2.375 a 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.09375,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 l -2.375,0 a 0.250025,0.250025 0 0 
 0 -0.0625,0 z&quot;
-     id=&quot;rect8421-0-3-2&quot;
-     style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
-  &lt;path
-     d=&quot;m 6.7038849,4.3041433 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.09375,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.09375 l 0,2.375 a 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.0625,0.09375 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 0.6875,0 0,0.4375 -1.84375,0 -0.21875,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.0625,0.03125 0.250025,0.250025 0 0 0 -0.0625,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 0,0.0625 l 0,0.21875 0,0.90625 -0.71875,0 a 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.09375,0.03125 0.250025,0.250025 0 0 0 -0.0625,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.125 l 0,2.3437497 a 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.0625,0.09375 0.250025,0.250025 0 0 0 
 0.0625,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 2.34375,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.09375,-0.09375 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 l 0,-2.3437497 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.09375,-0.09375 0.250025,0.250025 0 0 0 -0.125,-0.03125 l -0.65625,0 0,-0.40625 3.71875,0 0,0.40625 -0.6875,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.0625,0.03125 0.250025,0.250025 0 0 0 -0.09375,0.09375 0.250025,0.250025 0 0 0 -0.03125,0.125 l 0,2.3437497 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0,0.03125 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.0625,0.0625 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,0 l 2.3125001,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,-0
 .03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 l 0,-2.3437497 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.09375,-0.09375 0.250025,0.250025 0 0 0 -0.09375,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 l -0.65625,0 0,-0.90625 0,-0.21875 a 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.09375,-0.03125 l -0.25,0 -1.8437501,0 0,-0.4375 0.6875,0 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.09375,-0.09375 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.0625 l 0,-2.375 a 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.09375,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 l -2.375,0 a 0.250025,0.25002
 5 0 0 0 -0.0625,0 z&quot;
-     id=&quot;rect8421-0-3-2-3&quot;
-     style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient3034-1-11-8-2-8);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#dcf6c2&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#4e9a06&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#d3f4b2&quot; offset=&quot;1&quot;/&gt;
+  &lt;/linearGradient&gt;
+  &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;#4e9a06&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#8ae234&quot; offset=&quot;1&quot;/&gt;
+  &lt;/linearGradient&gt;
+ &lt;/defs&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.6521 5.3345a0.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.0625 0.25002 0.25002 0 0 0 -0.03125 0.09375v2.375a0.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.03125h0.6875v0.4375h-1.8438-0.21875a0.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.0625 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625v0.21875 0.90625h-0.71875a0.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.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.125v2.3438a0.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.03125h2.3438a0.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-2.3438a0.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.125 -0.03125h-0.65625v-0.40625h3.7188v0.40625h-0.6875a0.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.125v2.3438a0.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.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 0h2.3125a0.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.0312
 5 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625v-2.3438a0.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.09375 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-0.65625v-0.90625-0.21875a0.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.03125h-0.25-1.8438v-0.4375h0.6875a0.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.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625v-2.375a0.25002 0.25002 0 0 0 -0.03125 -0.09375 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.03125h-2.375a0.25002 0.25002 0 0 0 -0.0625 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.7039 4.3041a0.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.0625 0.25002 0.25002 0 0 0 -0.03125 0.09375v2.375a0.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.03125h0.6875v0.4375h-1.8438-0.21875a0.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.0625 0.25002 0.25002 0 0 0 -0.03125 0.0625 0.25002 0.25002 0 0 0 0 0.0625v0.21875 0.90625h-0.71875a0.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.0625 0.25002 0.25002 0 0 0 -0.03125 0.03125 0.25002 0.25002 0 0 0 -0.03125 0.125v2.3437a0.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.03125h2.3438a0.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-2.3437a0.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.125 -0.03125h-0.65625v-0.40625h3.7188v0.40625h-0.6875a0.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.125v2.3437a0.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.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 0h2.3125a0.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.0312
 5 -0.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625 0.25002 0.25002 0 0 0 0 -0.0625v-2.3437a0.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.09375 -0.03125 0.25002 0.25002 0 0 0 -0.03125 0h-0.65625v-0.90625-0.21875a0.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.03125h-0.25-1.8438v-0.4375h0.6875a0.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.0625 0.25002 0.25002 0 0 0 0.03125 -0.0625v-2.375a0.25002 0.25002 0 0 0 -0.03125 -0.09375 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.03125h-2.375a0.25002 0.25002 0 0 0 -0.0625 0z&quot; display=&quot;block&quot; fill=&quot;url(#d)&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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleSmallClosed.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleSmallClosed.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,53 +1,7 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;13&quot;
-   height=&quot;13&quot;
-   id=&quot;svg6674&quot;&gt;
-  &lt;defs
-     id=&quot;defs6676&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata6679&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;matrix(1.2222222,0,0,1.2222222,1.0000001,-7.5555553)&quot;
-     id=&quot;layer1-72&quot;&gt;
-    &lt;path
-       d=&quot;M 2.25,16 6.75,11.5 2.25,7 z&quot;
-       id=&quot;path6400-7&quot;
-       style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 13 13&quot;&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleSmallOpen.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleSmallOpen.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,57 +1,9 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;13&quot;
-   height=&quot;13&quot;
-   id=&quot;svg6674&quot;&gt;
-  &lt;defs
-     id=&quot;defs6676&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata6679&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;translate(0,-3)&quot;
-     id=&quot;layer1&quot;&gt;
-    &lt;g
-       transform=&quot;matrix(1.2222223,0,0,1.2222223,0.99999962,-5.1666676)&quot;
-       id=&quot;layer1-7&quot;&gt;
-      &lt;path
-         d=&quot;m 1.5e-7,9.75 4.49999965,4.5 4.5000001,-4.5 z&quot;
-         id=&quot;path6400&quot;
-         style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-    &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 13 13&quot;&gt;
+ &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;
</ins><span class="cx">   &lt;/g&gt;
</span><ins>+ &lt;/g&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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleTinyClosed.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleTinyClosed.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,57 +1,9 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;8&quot;
-   height=&quot;8&quot;
-   id=&quot;svg6674&quot;&gt;
-  &lt;defs
-     id=&quot;defs6676&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata6679&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;translate(0,-8)&quot;
-     id=&quot;layer1&quot;&gt;
-    &lt;g
-       transform=&quot;matrix(0.77777778,0,0,0.77777778,0.49999999,3.0555555)&quot;
-       id=&quot;layer1-72&quot;&gt;
-      &lt;path
-         d=&quot;M 2.25,16 6.75,11.5 2.25,7 z&quot;
-         id=&quot;path6400-7&quot;
-         style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-    &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 8 8&quot;&gt;
+ &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;
</ins><span class="cx">   &lt;/g&gt;
</span><ins>+ &lt;/g&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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleTinyOpen.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DisclosureTriangleTinyOpen.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,57 +1,9 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;8&quot;
-   height=&quot;8&quot;
-   id=&quot;svg6674&quot;&gt;
-  &lt;defs
-     id=&quot;defs6676&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata6679&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;translate(0,-8)&quot;
-     id=&quot;layer1&quot;&gt;
-    &lt;g
-       transform=&quot;matrix(0.7777778,0,0,0.7777778,0.49999988,2.6666664)&quot;
-       id=&quot;layer1-7&quot;&gt;
-      &lt;path
-         d=&quot;m 1.5e-7,9.75 4.49999965,4.5 4.5000001,-4.5 z&quot;
-         id=&quot;path6400&quot;
-         style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-    &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 8 8&quot;&gt;
+ &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;
</ins><span class="cx">   &lt;/g&gt;
</span><ins>+ &lt;/g&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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DockBottom.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DockBottom.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,54 +1,7 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;14&quot;
-   id=&quot;svg3020&quot;&gt;
-  &lt;defs
-     id=&quot;defs3022&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata3025&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;translate(0,-2)&quot;
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;M 2.28125,1 C 1.5934111,1.0555903 0.99702097,1.5950559 1,2.1875 l 0,9.625 c -0.00205,0.03747 -0.00205,0.05628 0,0.09375 L 1,13 l 1.1875,0 0.21875,0 11.1875,0 0.125,0 L 15,13 15,12.03125 c 0.0082,-0.07477 0.0082,-0.143979 0,-0.21875 l 0,-9.625 C 14.999927,1.5592677 14.326365,1.0000628 13.59375,1 L 2.40625,1 C 2.362556,0.99824 2.3249437,0.99824 2.28125,1 z m 5.59375,1.03125 0.625,0 0.03125,0 c 0.7392332,0 1,0.065018 1,0.8125 l 0,1.3125 1.875,-1.90625 c 0.131548,-0.1296029 0.316566,-0.198882 0.5,-0.21875 0.694857,-0.1144009 1.202829,0.956737 0.6875,1.4375 l -1.875,1.875 1.28125,0 c 0.650635,0 0.8125,0.3340245 0.8125,0.96875 l 0,0.6875 -0.75,0 L 12,7 8.8125,7 8.75,7 C 8.732779,7.0005306 8.704721,7.0005306 8.6875,7 l -0.0625,0 -0.75,0 0,-0.65625 C 7.87288,6.3092798 7.87288,6.28447 7.875,6.25 7.864241,6.1728426 7.864241,6.108407 7.875,6.03125 l 0,-3.1875 0,-0.0625 0,-0.75 z M 3,8 13,8 13,11 3,11 3,8 z&quot;
-       transform=&quot;translate(0,2)&quot;
-       id=&quot;rect13039-7&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 14&quot;&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DockRight.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DockRight.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,37 +1,7 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;14&quot;
-   id=&quot;svg3020&quot;&gt;
-  &lt;defs
-     id=&quot;defs3022&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata3025&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;translate(0,-2)&quot;
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;M 2.28125,1 C 1.5934111,1.0555903 0.99702097,1.5950559 1,2.1875 l 0,9.625 c -0.00205,0.03747 -0.00205,0.05628 0,0.09375 L 1,13 l 1.1875,0 0.21875,0 11.1875,0 0.125,0 L 15,13 15,12.03125 c 0.0082,-0.07477 0.0082,-0.143979 0,-0.21875 l 0,-9.625 C 14.999927,1.5592677 14.326365,1.0000628 13.59375,1 L 2.40625,1 C 2.362556,0.99824 2.3249437,0.99824 2.28125,1 z M 4,3 l 0.75,0 0.09375,0 3.1875,0 0.0625,0 c 0.017326,-5.328e-4 0.045174,-5.328e-4 0.0625,0 L 8.21875,3 9,3 9,3.65625 C 9.00211,3.6908655 9.00211,3.715385 9,3.75 9.010826,3.8274825 9.010826,3.922518 9,4 L 9,7.15625 9,7.25 9,8 8.34375,8 8.3125,8 c -0.7437836,0 -1,-0.093119 -1,-0.84375 l 0,-1.28125 -1.875,1.875 C 5.3051426,7.8801481 5.122063,7.980046 4.9375,8 4.2383693,8.1148836 3.7002494,7.045289 4.21875,6.5625 L 6.125,4.65625 l -1.28125,0 C 4.1891106,4.65625 4,4.3248999 4,3.6875 L 4,3 z m 6,0 3,0 0,8 -3,0 0,-8 z&quot;
-       transform=&quot;translate(0,2)&quot;
-       id=&quot;rect13039-7&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 14&quot;&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DownloadArrow.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/DownloadArrow.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,128 +1,8 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg3551&quot;&gt;
-  &lt;defs
-     id=&quot;defs3553&quot;&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4015-7-7-4-9-3-3-4-4-4-6-9-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop4017-0-8-9-9-0-6-7-8-8-9-4-4&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4019-0-7-6-9-1-1-6-75-0-6-4-6&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4390-1-2-7-2-2-9-8-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop4392-5-4-1-97-3-2-5-2&quot;
-         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4394-6-5-9-7-9-6-7-9&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;372.38617&quot;
-       y1=&quot;232.81923&quot;
-       x2=&quot;372.38617&quot;
-       y2=&quot;229.91768&quot;
-       id=&quot;linearGradient7597&quot;
-       xlink:href=&quot;#linearGradient7159-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.2857142,0,0,1,-107.42854,0)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7159-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop7161-0&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7163-2&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;314.9375&quot;
-       y1=&quot;75.4375&quot;
-       x2=&quot;314.9375&quot;
-       y2=&quot;87.873909&quot;
-       id=&quot;linearGradient3661&quot;
-       xlink:href=&quot;#linearGradient4390-1-2-7-2-2-9-8-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.52380958,0,0,0.35087741,879.38094,-76.201768)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;372.38617&quot;
-       y1=&quot;232.81923&quot;
-       x2=&quot;372.38617&quot;
-       y2=&quot;229.91768&quot;
-       id=&quot;linearGradient3663&quot;
-       xlink:href=&quot;#linearGradient7159-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.2857142,0,0,1,-107.42854,0)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;320&quot;
-       cy=&quot;57.5&quot;
-       r=&quot;13&quot;
-       fx=&quot;320&quot;
-       fy=&quot;57.5&quot;
-       id=&quot;radialGradient3665&quot;
-       xlink:href=&quot;#linearGradient4015-7-7-4-9-3-3-4-4-4-6-9-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.64889975,0,0,0.40561314,162.69993,207.17725)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata3556&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;m 4.34375,9 c -0.1048131,0.041893 -0.1945648,0.1204254 -0.25,0.21875 l -1,1.5 C 2.9765858,10.852612 3,10.929871 3,11.21875 2.9987,11.23956 2.9987,11.26044 3,11.28125 L 3,15 13,15 13,11.3125 13,11.25 c 0,-0.379494 0.03493,-0.391559 -0.09375,-0.53125 l -1,-1.5 C 11.800608,9.0579129 11.596071,8.9684278 11.40625,9 11.07899,9.0631144 10.900296,9.5098498 11.09375,9.78125 L 11.90625,11 4.09375,11 4.90625,9.78125 C 5.1357115,9.4586386 4.7953084,8.9267587 4.40625,9 4.385444,8.9987 4.364556,8.9987 4.34375,9 z m 2,3.4375 c 0.0208,-10e-4 0.0417,-10e-4 0.0625,0 0.29096,-0.0556 0.59898,0.20383 0.59375,0.5 L 7,13 9,13 9,12.9375 c -0.004,-0.26416 0.23582,-0.5 0.5,-0.5 0.26418,0 0.50373,0.23584 0.5,0.5 L 10,13 c 0,0.54535 -0.45465,1 -1,1 L 7,14 C 6.45465,14 6,13.54535 6,13 l 0,-0.0625 c -0.0108,-0.21706 0.13723,-0.43234 0.34375,-0.5 z&quot;
-       id=&quot;rect4390-9&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#bebebe;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
-    &lt;path
-       d=&quot;M 7,1 7,6.5625 5.71875,5.28125 C 5.53059,5.0931 5.2653,5.00001 5,5 L 4,5 4,6 c 10e-6,0.2653 0.0931,0.53058 0.28125,0.71875 l 3,3 L 7.5625,10 l 0.875,0 0.28125,-0.28125 3,-3 C 11.90694,6.53058 11.99999,6.2653 12,6 l 0,-1 -1,0 c -0.2653,10e-6 -0.53059,0.0931 -0.71875,0.28125 L 9,6.5625 9,1 z&quot;
-       id=&quot;path3613&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Error.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Error.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,128 +1,7 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;10&quot;
-   height=&quot;10&quot;
-   id=&quot;svg3103&quot;&gt;
-  &lt;defs
-     id=&quot;defs3105&quot;&gt;
-    &lt;radialGradient
-       cx=&quot;623.01666&quot;
-       cy=&quot;516.14594&quot;
-       r=&quot;28.5&quot;
-       fx=&quot;623.01666&quot;
-       fy=&quot;516.14594&quot;
-       id=&quot;radialGradient10026&quot;
-       xlink:href=&quot;#linearGradient9757&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.8652336,0,0,1.8648144,-1164.5305,-448.92116)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient9757&quot;&gt;
-      &lt;stop
-         id=&quot;stop9759&quot;
-         style=&quot;stop-color:#ef2929;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop9761&quot;
-         style=&quot;stop-color:#cc0000;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;613.08984&quot;
-       cy=&quot;497.24933&quot;
-       r=&quot;30.281242&quot;
-       fx=&quot;613.08984&quot;
-       fy=&quot;497.24933&quot;
-       id=&quot;radialGradient10036&quot;
-       xlink:href=&quot;#linearGradient10030&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.6457762,0,0,1.3558483,-395.91882,-176.94534)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient10030&quot;&gt;
-      &lt;stop
-         id=&quot;stop10032&quot;
-         style=&quot;stop-color:#ef2929;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop10034&quot;
-         style=&quot;stop-color:#cc0000;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;626&quot;
-       cy=&quot;505.22311&quot;
-       r=&quot;30.535728&quot;
-       fx=&quot;626&quot;
-       fy=&quot;505.22311&quot;
-       id=&quot;radialGradient10061&quot;
-       xlink:href=&quot;#linearGradient10048&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.4481919,1.4653496e-7,-2.6752458e-7,2.643915,-280.568,-832.47254)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient10048&quot;&gt;
-      &lt;stop
-         id=&quot;stop10050&quot;
-         style=&quot;stop-color:#f4e3d7;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop10052&quot;
-         style=&quot;stop-color:#f4e3d7;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;626&quot;
-       cy=&quot;505.22311&quot;
-       r=&quot;30.535728&quot;
-       fx=&quot;626&quot;
-       fy=&quot;505.22311&quot;
-       id=&quot;radialGradient3148&quot;
-       xlink:href=&quot;#linearGradient10048&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.4481919,1.4653496e-7,-2.6752458e-7,2.643915,-280.568,-832.47254)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata3108&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;translate(0,-6)&quot;
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;m 5,6 c -2.7646779,0 -5,2.2353143 -5,5 0,2.764679 2.2353221,5 5,5 2.7646779,0 5,-2.235321 5,-5 C 10,8.2353143 7.7646779,6 5,6 z m -2.8571429,4.285714 5.7142858,0 0,1.428572 -5.7142858,0 z&quot;
-       id=&quot;path10839-3&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Andale Mono;-inkscape-font-specification:Andale Mono&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 10 10&quot;&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Errors.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Errors.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,127 +1,5 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg3103&quot;&gt;
-  &lt;defs
-     id=&quot;defs3105&quot;&gt;
-    &lt;radialGradient
-       cx=&quot;623.01666&quot;
-       cy=&quot;516.14594&quot;
-       r=&quot;28.5&quot;
-       fx=&quot;623.01666&quot;
-       fy=&quot;516.14594&quot;
-       id=&quot;radialGradient10026&quot;
-       xlink:href=&quot;#linearGradient9757&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.8652336,0,0,1.8648144,-1164.5305,-448.92116)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient9757&quot;&gt;
-      &lt;stop
-         id=&quot;stop9759&quot;
-         style=&quot;stop-color:#8c8c8c;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop9761&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;613.08984&quot;
-       cy=&quot;497.24933&quot;
-       r=&quot;30.281242&quot;
-       fx=&quot;613.08984&quot;
-       fy=&quot;497.24933&quot;
-       id=&quot;radialGradient10036&quot;
-       xlink:href=&quot;#linearGradient10030&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.6457762,0,0,1.3558483,-395.91882,-176.94534)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient10030&quot;&gt;
-      &lt;stop
-         id=&quot;stop10032&quot;
-         style=&quot;stop-color:#8c8c8c;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop10034&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;626&quot;
-       cy=&quot;505.22311&quot;
-       r=&quot;30.535728&quot;
-       fx=&quot;626&quot;
-       fy=&quot;505.22311&quot;
-       id=&quot;radialGradient10061&quot;
-       xlink:href=&quot;#linearGradient10048&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.4481919,1.4653496e-7,-2.6752458e-7,2.643915,-280.568,-832.47254)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient10048&quot;&gt;
-      &lt;stop
-         id=&quot;stop10050&quot;
-         style=&quot;stop-color:#e5e5e5;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop10052&quot;
-         style=&quot;stop-color:#e5e5e5;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;626&quot;
-       cy=&quot;505.22311&quot;
-       r=&quot;30.535728&quot;
-       fx=&quot;626&quot;
-       fy=&quot;505.22311&quot;
-       id=&quot;radialGradient3148&quot;
-       xlink:href=&quot;#linearGradient10048&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.4481919,1.4653496e-7,-2.6752458e-7,2.643915,-280.568,-832.47254)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata3108&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;m 8,2.0000002 c -3.317614,0 -6,2.6823771 -6,6 C 2,11.317615 4.682386,14 8,14 c 3.317614,0 6,-2.682385 6,-5.9999998 0,-3.3176229 -2.682386,-6 -6,-6 z m -3.428572,5.1428568 6.857144,0 0,1.7142864 -6.857144,0 z&quot;
-       id=&quot;path10839-3&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Andale Mono;-inkscape-font-specification:Andale Mono&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;path 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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ErrorsEnabled.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ErrorsEnabled.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,75 +1,5 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg3103&quot;&gt;
-  &lt;defs
-     id=&quot;defs3105&quot;&gt;
-    &lt;radialGradient
-       cx=&quot;626&quot;
-       cy=&quot;505.22311&quot;
-       r=&quot;30.535728&quot;
-       fx=&quot;626&quot;
-       fy=&quot;505.22311&quot;
-       id=&quot;radialGradient10061&quot;
-       xlink:href=&quot;#linearGradient10048&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.4481919,1.4653496e-7,-2.6752458e-7,2.643915,-280.568,-832.47254)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient10048&quot;&gt;
-      &lt;stop
-         id=&quot;stop10050&quot;
-         style=&quot;stop-color:#f4e3d7;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop10052&quot;
-         style=&quot;stop-color:#f4e3d7;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata3108&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;m 8,2.0000002 c -3.317614,0 -6,2.6823771 -6,6 C 2,11.317615 4.682386,14 8,14 c 3.317614,0 6,-2.682385 6,-5.9999998 0,-3.3176229 -2.682386,-6 -6,-6 z m -3.428572,5.1428568 6.857144,0 0,1.7142864 -6.857144,0 z&quot;
-       id=&quot;path10839-3&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill:#cc0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Andale Mono;-inkscape-font-specification:Andale Mono&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;path 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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/EventListener.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/EventListener.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,235 +1,29 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg6067&quot;&gt;
-  &lt;defs
-     id=&quot;defs6069&quot;&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6020&quot;&gt;
-      &lt;stop
-         id=&quot;stop6022&quot;
-         style=&quot;stop-color:#ce5c00;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop6024&quot;
-         style=&quot;stop-color:#fedba8;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175-6-6&quot;
-       xlink:href=&quot;#linearGradient8978-0-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978-0-9&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980-9-1&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982-2-2&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient5965&quot;
-       xlink:href=&quot;#linearGradient6026&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,44.406962,-13.194293)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6026&quot;&gt;
-      &lt;stop
-         id=&quot;stop6028&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop6030&quot;
-         style=&quot;stop-color:#fee2ba;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient5967&quot;
-       xlink:href=&quot;#linearGradient4247-6-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-111.91003,-84.872563)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247-6-9&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249-2-0&quot;
-         style=&quot;stop-color:#ce5c00;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251-2-1&quot;
-         style=&quot;stop-color:#fedba8;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient6063&quot;
-       xlink:href=&quot;#linearGradient6026&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.948971,0.77180864)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient6065&quot;
-       xlink:href=&quot;#linearGradient4247-6-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-5-1&quot;
-       xlink:href=&quot;#linearGradient6020-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870601,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6020-2&quot;&gt;
-      &lt;stop
-         id=&quot;stop6022-1&quot;
-         style=&quot;stop-color:#ce5c00;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop6024-3&quot;
-         style=&quot;stop-color:#fedba8;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient6333&quot;
-       xlink:href=&quot;#linearGradient6020-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.9244,-46.943611)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-5-1-9&quot;
-       xlink:href=&quot;#linearGradient6020-2-7&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870601,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6020-2-7&quot;&gt;
-      &lt;stop
-         id=&quot;stop6022-1-0&quot;
-         style=&quot;stop-color:#ce5c00;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop6024-3-7&quot;
-         style=&quot;stop-color:#fedba8;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient7183&quot;
-       xlink:href=&quot;#linearGradient6020-2-7&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-41.105725,-47.427908)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata6072&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;rect
-       width=&quot;15.003705&quot;
-       height=&quot;15.003344&quot;
-       rx=&quot;1.5143198&quot;
-       ry=&quot;1.5142833&quot;
-       x=&quot;0.49814749&quot;
-       y=&quot;0.49832821&quot;
-       id=&quot;rect4319-7-2&quot;
-       style=&quot;fill:url(#radialGradient6063);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient6065);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;12.997247&quot;
-       height=&quot;12.999963&quot;
-       rx=&quot;0.5081172&quot;
-       ry=&quot;0.50810492&quot;
-       x=&quot;1.5013518&quot;
-       y=&quot;1.5016088&quot;
-       id=&quot;rect4321-0-9&quot;
-       style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;14.000044&quot;
-       height=&quot;14.000041&quot;
-       rx=&quot;1.9062433&quot;
-       ry=&quot;1.9062428&quot;
-       x=&quot;1.0017486&quot;
-       y=&quot;1.0015783&quot;
-       id=&quot;rect9035-4-9&quot;
-       style=&quot;fill:url(#radialGradient3175-6-6);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;path
-       d=&quot;m 5.1843192,4.8493592 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.0625,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 0,0.0625 l 0,7.9999998 c -0.0026,0.02072 -0.0026,0.04178 0,0.0625 0.0074,0.02216 0.01798,0.04326 0.03125,0.0625 0.02211,0.03888 0.05487,0.07164 0.09375,0.09375 0.0095,0.01131 0.01994,0.02178 0.03125,0.03125 0.02072,0.0026 0.04178,0.0026 0.0625,0 0.0104,6.52e-4 0.02085,6.52e-4 0.03125,0 l 5.2187498,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.09375 l 0,-1.3125 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.0
 3125,0 0.250025,0.250025 0 0 0 -0.0625,-0.03125 l -3.5624998,0 0,-1.5937498 3.1562498,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-1.3125 a 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,-0.03125 l -3.1562498,0 0,-1.5 3.5624998,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-1.
 28125 a 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 l -5.2187498,0 a 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 z&quot;
-       id=&quot;path10024-3&quot;
-       style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-    &lt;path
-       d=&quot;m 5.2360993,3.8190298 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.0625,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 0,0.0625 l 0,8.0000002 c -0.0026,0.02072 -0.0026,0.04178 0,0.0625 0.0074,0.02216 0.01798,0.04326 0.03125,0.0625 0.02211,0.03888 0.05487,0.07164 0.09375,0.09375 0.0095,0.01131 0.01994,0.02178 0.03125,0.03125 0.02072,0.0026 0.04178,0.0026 0.0625,0 0.0104,6.51e-4 0.02085,6.51e-4 0.03125,0 l 5.2187497,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.09375 l 0,-1.3125 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.0
 3125,0 0.250025,0.250025 0 0 0 -0.0625,-0.03125 l -3.5624997,0 0,-1.5937502 3.1562497,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-1.3125 a 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,-0.03125 l -3.1562497,0 0,-1.5 3.5624997,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-1.
 28125 a 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 l -5.2187497,0 a 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 z&quot;
-       id=&quot;path10024-3-9&quot;
-       style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient3161-1-5-1-9);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fee2ba&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &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;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;
+ &lt;/defs&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Exception.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Exception.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,235 +1,29 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg7929&quot;&gt;
-  &lt;defs
-     id=&quot;defs7931&quot;&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890&quot;
-         style=&quot;stop-color:#204a87;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892&quot;
-         style=&quot;stop-color:#bdd2e9;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175-6-6-4-0&quot;
-       xlink:href=&quot;#linearGradient8978-0-9-0-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630262)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978-0-9-0-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980-9-1-8-4&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982-2-2-4-4&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient7833&quot;
-       xlink:href=&quot;#linearGradient7394-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-20.948972,32.907402)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7394-3&quot;&gt;
-      &lt;stop
-         id=&quot;stop7396-0&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7398-2&quot;
-         style=&quot;stop-color:#cbdbed;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient7835&quot;
-       xlink:href=&quot;#linearGradient4247-6-9-9-7&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-177.26596,-38.770868)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247-6-9-9-7&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249-2-0-1-7&quot;
-         style=&quot;stop-color:#204a87;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251-2-1-0-5&quot;
-         style=&quot;stop-color:#bdd2e9;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient7925&quot;
-       xlink:href=&quot;#linearGradient7394-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.948972,0.77180763)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient7927&quot;
-       xlink:href=&quot;#linearGradient4247-6-9-9-7&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906462)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-5-9-6-1&quot;
-       xlink:href=&quot;#linearGradient7888-7&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870602,-43.768872)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-7&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-4&quot;
-         style=&quot;stop-color:#204a87;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2&quot;
-         style=&quot;stop-color:#bdd2e9;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient8140&quot;
-       xlink:href=&quot;#linearGradient7888-7&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.9244,-46.943611)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-5-9-6-1-0&quot;
-       xlink:href=&quot;#linearGradient7888-7-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870602,-43.768872)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-7-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-4-0&quot;
-         style=&quot;stop-color:#204a87;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2-3&quot;
-         style=&quot;stop-color:#bdd2e9;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient8293&quot;
-       xlink:href=&quot;#linearGradient7888-7-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-39.497065,-47.58668)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata7934&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;rect
-       width=&quot;15.003705&quot;
-       height=&quot;15.003344&quot;
-       rx=&quot;1.5143198&quot;
-       ry=&quot;1.5142833&quot;
-       x=&quot;0.49814749&quot;
-       y=&quot;0.49832821&quot;
-       id=&quot;rect4319-7-2-1-7&quot;
-       style=&quot;fill:url(#radialGradient7925);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient7927);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;12.997247&quot;
-       height=&quot;12.999963&quot;
-       rx=&quot;0.5081172&quot;
-       ry=&quot;0.50810492&quot;
-       x=&quot;1.5013518&quot;
-       y=&quot;1.5016088&quot;
-       id=&quot;rect4321-0-9-4-0&quot;
-       style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;14.000044&quot;
-       height=&quot;14.000041&quot;
-       rx=&quot;1.9062433&quot;
-       ry=&quot;1.9062428&quot;
-       x=&quot;1.0017486&quot;
-       y=&quot;1.0015783&quot;
-       id=&quot;rect9035-4-9-5-7&quot;
-       style=&quot;fill:url(#radialGradient3175-6-6-4-0);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;path
-       d=&quot;m 3.1218181,5.6469728 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.09375,0.09375 0.250025,0.250025 0 0 0 -0.03125,0.125 l 0,6.4062502 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.0625,0.0625 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,0 l 4.15625,0 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.125 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 l 0,-1.03125 a 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.09375,-0.09375 0.250025,0.250025 0 0 0 -0.09375,-0.03125 l -2.78125,0 0,-1.1874999 2.46875,0 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.125 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250
 025 0 0 0 0.03125,-0.03125 l 0,-1.0625 a 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.09375,-0.09375 0.250025,0.250025 0 0 0 -0.09375,-0.03125 l -2.46875,0 0,-1.0937501 2.78125,0 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.125 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 l 0,-1.0312502 a 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.09375,-0.09375 0.250025,0.250025 0 0 0 -0.09375,-0.03125 l -4.15625,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 z m 4.8125,1.9375002 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.09375,0.09375 0.250025,0.250025 0 0 0 -0.03125,0.125 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0,0.03125 0.250025,0.250025 0 0 0 0.03125,0.0625 l 1.5,2.15625 -1.40625,2.03125 a
  0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.0625,0.0625 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,0 l 1.21875,0 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 l 0.7187499,-1.125 0.8125,1.15625 a 0.250025,0.250025 0 0 0 0.0625,0.0625 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,0 l 1.3125,0 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.125 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 l -1.53125,-2.03125 1.46875,-2.125 a 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.0
 625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.09375 0.250025,0.250025 0 0 0 -0.125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,0 l -1.25,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.0625,0.03125 0.250025,0.250025 0 0 0 -0.09375,0.09375 L 10.278068,8.9594731 9.4655681,7.709473 a 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.09375,-0.03125 l -1.25,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 z&quot;
-       id=&quot;path4311-6&quot;
-       style=&quot;font-size:9.25737095px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-    &lt;path
-       d=&quot;m 3.1735981,4.6166431 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.09375,0.09375 0.250025,0.250025 0 0 0 -0.03125,0.125 l 0,6.4062499 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.0625,0.0625 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,0 l 4.15625,0 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.125 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 l 0,-1.03125 a 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.09375,-0.09375 0.250025,0.250025 0 0 0 -0.09375,-0.03125 l -2.78125,0 0,-1.1875 2.46875,0 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.125 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025
  0 0 0 0.03125,-0.03125 l 0,-1.0625 a 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.09375,-0.09375 0.250025,0.250025 0 0 0 -0.09375,-0.03125 l -2.46875,0 0,-1.09375 2.78125,0 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.125 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 l 0,-1.0312502 a 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.09375,-0.09375 0.250025,0.250025 0 0 0 -0.09375,-0.03125 l -4.15625,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 z m 4.8125,1.9375002 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.09375,0.09375 0.250025,0.250025 0 0 0 -0.03125,0.125 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0,0.03125 0.250025,0.250025 0 0 0 0.03125,0.0625 l 1.5,2.15625 -1.40625,2.0312497 a 0.
 250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.0625,0.0625 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,0 l 1.21875,0 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 l 0.7187499,-1.125 0.8125,1.15625 a 0.250025,0.250025 0 0 0 0.0625,0.0625 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,0 l 1.3125,0 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.125 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 l -1.53125,-2.0312497 1.46875,-2.125 a 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.06
 25 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.09375 0.250025,0.250025 0 0 0 -0.125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,0 l -1.25,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.0625,0.03125 0.250025,0.250025 0 0 0 -0.09375,0.09375 l -0.78125,1.25 -0.8124999,-1.25 a 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.09375,-0.03125 l -1.25,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 z&quot;
-       id=&quot;path4311-6-1&quot;
-       style=&quot;font-size:9.25737095px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient3161-1-5-9-6-1-0);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#cbdbed&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &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;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;
+ &lt;/defs&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Eye.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Eye.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,407 +1,48 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;11&quot;
-   id=&quot;svg5505&quot;&gt;
-  &lt;defs
-     id=&quot;defs5507&quot;&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282-6&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284-8&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6864&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108246.9,-90947.248)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6866&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282-6-0&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108257.94,-90943.922)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284-8-3&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282-6-8&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284-8-2&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6933&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6935&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282-6-0-7&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108257.94,-90943.922)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284-8-3-5&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282-6-9&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284-8-7&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6990&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6992&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282-6-0-0&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108257.94,-90943.922)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284-8-3-0&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282-6-8-4&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284-8-2-4&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6998&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)&quot;&gt;
-      &lt;stop
-         id=&quot;stop7000&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282-6-0-7-8&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108257.94,-90943.922)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284-8-3-5-7&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282-6-97&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284-8-0&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6990-4&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6992-9&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282-6-0-9&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108257.94,-90943.922)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284-8-3-8&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282-6-8-9&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284-8-2-46&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6998-2&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)&quot;&gt;
-      &lt;stop
-         id=&quot;stop7000-6&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282-6-0-7-2&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108257.94,-90943.922)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284-8-3-5-3&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282&quot;
-       gradientTransform=&quot;matrix(-1.5203223,0.22672424,-0.10504619,-0.80380914,-411.92227,-1905.8545)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6711&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6713&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282-8&quot;
-       gradientTransform=&quot;matrix(-1.5203223,0.22672424,-0.10504619,-0.80380914,-411.92227,-1905.8545)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284-4&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata5510&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;translate(0,-5)&quot;
-     id=&quot;layer1&quot;
-     style=&quot;display:none&quot;&gt;
-    &lt;path
-       d=&quot;m 2,2.9881657 c -1.05237,0 -2,0.84508 -2,1.9375 L 0,14.0625 C 0,15.15492 0.94763,16 2,16 l 11,0 c 1.05237,0 2,-0.84508 2,-1.9375 l 0,-9.1368343 c 0,-1.09242 -0.94763,-1.9375 -2,-1.9375 z M 2,6 l 3.03125,0 0,2 L 2,8 z M 6.03125,6 9,6 9,8 6.03125,8 z M 10,6 l 3,0 0,2 -3,0 z m -8,3 3.03125,0 0,2 L 2,11 z M 6.03125,9 9,9 9,11 6.03125,11 z M 10,9 l 3,0 0,2 -3,0 z m -8,3 3.03125,0 0,2 L 2,14 z M 6.03125,12 9,12 9,14 6.03125,14 z M 10,12 l 3,0 0,2 -3,0 z&quot;
-       id=&quot;rect27790&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
-    &lt;g
-       transform=&quot;translate(21.103423,-1.4639636)&quot;
-       id=&quot;g7107&quot;&gt;
-      &lt;g
-         id=&quot;g6968&quot;&gt;
-        &lt;g
-           transform=&quot;translate(0.65192398,4.7199398)&quot;
-           id=&quot;g6916&quot;&gt;
-          &lt;rect
-             width=&quot;1&quot;
-             height=&quot;1&quot;
-             x=&quot;-3.8970413&quot;
-             y=&quot;1.4201183&quot;
-             id=&quot;rect20774-7&quot;
-             style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-          &lt;rect
-             width=&quot;1&quot;
-             height=&quot;1&quot;
-             x=&quot;-2.8970413&quot;
-             y=&quot;0.42011827&quot;
-             id=&quot;rect20776-7&quot;
-             style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-          &lt;rect
-             width=&quot;1&quot;
-             height=&quot;1&quot;
-             x=&quot;-1.8970413&quot;
-             y=&quot;1.4201183&quot;
-             id=&quot;rect20774-7-0&quot;
-             style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-        &lt;/g&gt;
-        &lt;g
-           transform=&quot;translate(0.65192398,6.7199399)&quot;
-           id=&quot;g6916-5&quot;&gt;
-          &lt;rect
-             width=&quot;1&quot;
-             height=&quot;1&quot;
-             x=&quot;-3.8970413&quot;
-             y=&quot;1.4201183&quot;
-             id=&quot;rect20774-7-3&quot;
-             style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-          &lt;rect
-             width=&quot;1&quot;
-             height=&quot;1&quot;
-             x=&quot;-2.8970413&quot;
-             y=&quot;0.42011827&quot;
-             id=&quot;rect20776-7-9&quot;
-             style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-          &lt;rect
-             width=&quot;1&quot;
-             height=&quot;1&quot;
-             x=&quot;-1.8970413&quot;
-             y=&quot;1.4201183&quot;
-             id=&quot;rect20774-7-0-6&quot;
-             style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-        &lt;/g&gt;
-      &lt;/g&gt;
-      &lt;g
-         transform=&quot;translate(0,4.0000002)&quot;
-         id=&quot;g6968-2&quot;&gt;
-        &lt;g
-           transform=&quot;translate(0.65192398,4.7199398)&quot;
-           id=&quot;g6916-2&quot;&gt;
-          &lt;rect
-             width=&quot;1&quot;
-             height=&quot;1&quot;
-             x=&quot;-3.8970413&quot;
-             y=&quot;1.4201183&quot;
-             id=&quot;rect20774-7-6&quot;
-             style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-          &lt;rect
-             width=&quot;1&quot;
-             height=&quot;1&quot;
-             x=&quot;-2.8970413&quot;
-             y=&quot;0.42011827&quot;
-             id=&quot;rect20776-7-6&quot;
-             style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-          &lt;rect
-             width=&quot;1&quot;
-             height=&quot;1&quot;
-             x=&quot;-1.8970413&quot;
-             y=&quot;1.4201183&quot;
-             id=&quot;rect20774-7-0-60&quot;
-             style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-        &lt;/g&gt;
-        &lt;g
-           transform=&quot;translate(0.65192398,6.7199399)&quot;
-           id=&quot;g6916-5-6&quot;&gt;
-          &lt;rect
-             width=&quot;1&quot;
-             height=&quot;1&quot;
-             x=&quot;-3.8970413&quot;
-             y=&quot;1.4201183&quot;
-             id=&quot;rect20774-7-3-2&quot;
-             style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-          &lt;rect
-             width=&quot;1&quot;
-             height=&quot;1&quot;
-             x=&quot;-2.8970413&quot;
-             y=&quot;0.42011827&quot;
-             id=&quot;rect20776-7-9-0&quot;
-             style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-          &lt;rect
-             width=&quot;1&quot;
-             height=&quot;1&quot;
-             x=&quot;-1.8970413&quot;
-             y=&quot;1.4201183&quot;
-             id=&quot;rect20774-7-0-6-0&quot;
-             style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-        &lt;/g&gt;
-      &lt;/g&gt;
-      &lt;g
-         transform=&quot;translate(0,8.0000004)&quot;
-         id=&quot;g6968-5&quot;&gt;
-        &lt;g
-           transform=&quot;translate(0.65192398,4.7199398)&quot;
-           id=&quot;g6916-24&quot;&gt;
-          &lt;rect
-             width=&quot;1&quot;
-             height=&quot;1&quot;
-             x=&quot;-3.8970413&quot;
-             y=&quot;1.4201183&quot;
-             id=&quot;rect20774-7-1&quot;
-             style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-          &lt;rect
-             width=&quot;1&quot;
-             height=&quot;1&quot;
-             x=&quot;-2.8970413&quot;
-             y=&quot;0.42011827&quot;
-             id=&quot;rect20776-7-8&quot;
-             style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-          &lt;rect
-             width=&quot;1&quot;
-             height=&quot;1&quot;
-             x=&quot;-1.8970413&quot;
-             y=&quot;1.4201183&quot;
-             id=&quot;rect20774-7-0-4&quot;
-             style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-        &lt;/g&gt;
-        &lt;g
-           transform=&quot;translate(0.65192398,6.7199399)&quot;
-           id=&quot;g6916-5-9&quot;&gt;
-          &lt;rect
-             width=&quot;1&quot;
-             height=&quot;1&quot;
-             x=&quot;-3.8970413&quot;
-             y=&quot;1.4201183&quot;
-             id=&quot;rect20774-7-3-1&quot;
-             style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-          &lt;rect
-             width=&quot;1&quot;
-             height=&quot;1&quot;
-             x=&quot;-2.8970413&quot;
-             y=&quot;0.42011827&quot;
-             id=&quot;rect20776-7-9-8&quot;
-             style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-          &lt;rect
-             width=&quot;1&quot;
-             height=&quot;1&quot;
-             x=&quot;-1.8970413&quot;
-             y=&quot;1.4201183&quot;
-             id=&quot;rect20774-7-0-6-7&quot;
-             style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-        &lt;/g&gt;
-      &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 11&quot;&gt;
+ &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;
</ins><span class="cx">     &lt;/g&gt;
</span><del>-    &lt;rect
-       width=&quot;2.8367083&quot;
-       height=&quot;11.788143&quot;
-       x=&quot;6.081646&quot;
-       y=&quot;3.7941763&quot;
-       id=&quot;rect7136&quot;
-       style=&quot;color:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.83536196;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
-    &lt;path
-       d=&quot;m -1.4538462,14.453846 0,-1 -1,0 0,1 -1,0 0,-1 1,0 0,-1 -1,0 0,-1 1,0 0,-1 -1,0 0,-0.9999998 1,0 0,-1 -1,0 0,-1 1,0 0,-1 1,0 0,1 1.00000005,0 0,1 -1.00000005,0 0,1 1.00000005,0 0,0.9999998 -1.00000005,0 0,1 1.00000005,0 0,1 -1.00000005,0 0,1 1.00000005,0 0,1 -1.00000005,0 m 5,2 c 1.05237,0 2,-0.84508 2,-1.9375 l 0,-9.1249998 c 0,-1.09242 -0.94763,-1.9375 -2,-1.9375 l -11,0 c -1.0523696,0 -2,0.84508 -2,1.9375 l 0,9.1249998 c 0,1.09242 0.9476304,1.9375 2,1.9375 m 6,-4 0,-1 -1,0 0,1 z m 0,-2 0,-0.9999998 -1,0 0,0.9999998 z m 0,-1.9999998 0,-1 -1,0 0,1 z m 0,-2 -1,0 z m -6,0 3.03125,0 0,2 -3.03125,0 z m 8.00000005,0 2.99999995,0 0,2 -2.99999995,0 z m -8.00000005,3 3.03125,0 0,1.9999998 -3.03125,0 z m 8.00000005,0 2.99999995,0 0,1.9999998 -2.99999995,0 z m -8.00000005,2.9999998 3.03125,0 0,2 -3.03125,0 z m 8.00000005,0 2.99999995,0 0,2 -2.99999995,0 z&quot;
-       id=&quot;rect27790-9-7&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
</del><ins>+    &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;
</ins><span class="cx">   &lt;/g&gt;
</span><del>-  &lt;g
-     transform=&quot;translate(0,-2)&quot;
-     id=&quot;layer2&quot;&gt;
-    &lt;path
-       d=&quot;m 7.9999998,2.5 c -3.6819,0 -6.6666667,5.0000001 -6.6666667,5.0000001 0,0 2.9847667,4.9999999 6.6666667,4.9999999 3.6819002,0 6.6666672,-4.9999999 6.6666672,-4.9999999 0,0 -2.984767,-5.0000001 -6.6666672,-5.0000001 z m 0,1.6666667 C 11.221661,4.1666667 13,7.5000001 13,7.5000001 c 0,0 -1.778339,3.3333329 -5.0000002,3.3333329 -3.2216608,0 -5.0000001,-3.3333329 -5.0000001,-3.3333329 0,0 1.7783393,-3.3333334 5.0000001,-3.3333334 z m 0,0.8333334 c -1.3807116,0 -2.5,1.1192915 -2.5,2.5 C 5.4999998,8.8807085 6.6192882,10 7.9999998,10 9.3807115,10 10.5,8.8807085 10.5,7.5000001 c 0,-1.3807085 -1.1192885,-2.5 -2.5000002,-2.5 z m 0,1.2760416 c 0.6560567,0 1.1979167,0.5450667 1.1979167,1.2239584 0,0.6788916 -0.54186,1.2499999 -1.1979167,1.2499999 -0.6560566,0 -1.1979166,-0.5711083 -1.1979166,-1.2499999 0,-0.6788917 0.54186,-1.2239584 1.1979166,-1.2239584 z&quot;
-       id=&quot;path11920&quot;
-       style=&quot;fill:#000000;fill-opacity:1;stroke:none&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+  &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/FilterFieldGlyph.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/FilterFieldGlyph.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,53 +1,7 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;13&quot;
-   height=&quot;13&quot;
-   id=&quot;svg3004&quot;&gt;
-  &lt;defs
-     id=&quot;defs3006&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata3009&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;translate(0,-3)&quot;
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;m 1.5,4.3273205 0,0.71875 0,0.0625 c -10e-4,0.1365183 0.0388,0.2561957 0.125,0.375 l 4,5.4687495 c 0.062145,0.08767 0.1493769,0.162423 0.25,0.21875 l 0,2.501609 0,1 1.25,-1 0,-2.501609 c 0.1006231,-0.05633 0.1878552,-0.131078 0.25,-0.21875 l 4,-5.4687495 c 0.08625,-0.1188043 0.12631,-0.2384817 0.125,-0.375 l 0,-0.0625 0,-0.71875 z&quot;
-       id=&quot;rect10903&quot;
-       style=&quot;color:#000000;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 13 13&quot;&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ForwardArrow.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ForwardArrow.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,156 +1,5 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;9&quot;
-   height=&quot;9&quot;
-   id=&quot;svg2987&quot;&gt;
-  &lt;defs
-     id=&quot;defs2989&quot;&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient4884-8-0&quot;
-       xlink:href=&quot;#linearGradient4022-2-0-9-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(-1,0,0,1,63,0)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4022-2-0-9-1&quot;&gt;
-      &lt;stop
-         id=&quot;stop4024-2-8-8-2&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4026-8-3-0-8&quot;
-         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient4884&quot;
-       xlink:href=&quot;#linearGradient4022-2-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4022-2-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop4024-2-8&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4026-8-3&quot;
-         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5066&quot;&gt;
-      &lt;stop
-         id=&quot;stop5068&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5070&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient3083&quot;
-       xlink:href=&quot;#linearGradient4022-2-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient3097&quot;
-       xlink:href=&quot;#linearGradient5066&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;translate(-22.424752,-224.73565)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient4884-2&quot;
-       xlink:href=&quot;#linearGradient4022-2-0-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4022-2-0-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop4024-2-8-9&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4026-8-3-3&quot;
-         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient4886&quot;
-       xlink:href=&quot;#linearGradient5066-5&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5066-5&quot;&gt;
-      &lt;stop
-         id=&quot;stop5068-9&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5070-3&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata2992&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;path
-     d=&quot;m 2.6435784,0 c 0.1428317,0.034005 0.2750938,0.1111582 0.375,0.21875 l 3.75,3.75 0.5,0.53125 -0.5,0.53125 -3.75,3.75 C 2.878687,8.9190777 2.6837099,8.9993624 2.4873284,9 l -0.03125,0 -0.0625,0 -0.65625,0 0,-0.5625 0,-0.09375 C 1.7014574,8.1070742 1.7853754,7.8553177 1.9560784,7.6875 L 5.1435784,4.5 1.9560784,1.28125 C 1.8171964,1.1421608 1.7366525,0.9465542 1.7373284,0.75 l 0,-0.15625 0,-0.59375 0.59375,0 0.09375,0 0.0625,0 0.09375,0 z&quot;
-     id=&quot;path6040&quot;
-     style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 9 9&quot;&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Function.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Function.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,544 +1,27 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg3986&quot;&gt;
-  &lt;defs
-     id=&quot;defs3988&quot;&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175&quot;
-       xlink:href=&quot;#linearGradient8978&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3179&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-49.42355,1.24638)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient11520&quot;&gt;
-      &lt;stop
-         id=&quot;stop11522&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop11524&quot;
-         style=&quot;stop-color:#dcf6c2;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3181&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-205.74054,-70.43189)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251&quot;
-         style=&quot;stop-color:#d3f4b2;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3982&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180835)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3984&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-0&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-3&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-9&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-5&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4650&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.9244,-46.943609)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3038&quot;
-       xlink:href=&quot;#linearGradient8978&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3042&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180835)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3044&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3034-1&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-3-3&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-9-2&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-5-3&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3829&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-39.902379,-47.244888)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3034-1-1&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-3-3-1&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-9-2-1&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-5-3-9&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4042&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4044&quot;&gt;
-      &lt;stop
-         id=&quot;stop4046&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4048&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4050&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4052&quot;&gt;
-      &lt;stop
-         id=&quot;stop4054&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4056&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4065&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3034-1-7&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-3-3-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-9-2-6&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-5-3-2&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4042-2&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4044-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop4046-4&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4048-9&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4050-5&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4052-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop4054-3&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4056-9&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3034-1-11&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-3-3-2&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-9-2-3&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-5-3-3&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4198&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4200&quot;&gt;
-      &lt;stop
-         id=&quot;stop4202&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4204&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4206&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4208&quot;&gt;
-      &lt;stop
-         id=&quot;stop4210&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4212&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4217&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4219&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4221&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3034-1-11-8&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-3-3-2-1&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-9-2-3-0&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-5-3-3-0&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4341&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-39.497066,-47.586678)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3034-1-11-8-2&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2-1-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-3-3-2-1-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-9-2-3-0-8&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-5-3-3-0-0&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4533&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2-1-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.13795,-47.510514)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata3991&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;rect
-     width=&quot;15.003705&quot;
-     height=&quot;15.003344&quot;
-     rx=&quot;1.5143198&quot;
-     ry=&quot;1.5142833&quot;
-     x=&quot;0.49814749&quot;
-     y=&quot;0.49832821&quot;
-     id=&quot;rect4319&quot;
-     style=&quot;fill:url(#radialGradient3042);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3044);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;12.997247&quot;
-     height=&quot;12.999963&quot;
-     rx=&quot;0.5081172&quot;
-     ry=&quot;0.50810492&quot;
-     x=&quot;1.5013518&quot;
-     y=&quot;1.5016088&quot;
-     id=&quot;rect4321&quot;
-     style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;14.000044&quot;
-     height=&quot;14.000041&quot;
-     rx=&quot;1.9062433&quot;
-     ry=&quot;1.9062428&quot;
-     x=&quot;1.0017486&quot;
-     y=&quot;1.0015783&quot;
-     id=&quot;rect9035&quot;
-     style=&quot;fill:url(#radialGradient3038);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;path
-     d=&quot;m 9.0593202,4.8342297 c -1.0618901,0 -1.8016162,0.3976987 -2.2500002,0.8749999 -0.448384,0.4773013 -0.617186,1.0049648 -0.6875,1.34375 l -0.0625,0.25 -0.71875,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.09375,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.09375 l -0.1875,1.09375 a 0.250025,0.250025 0 0 0 0,0.03125 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.125,0.15625 0.250025,0.250025 0 0 0 0.125,0.03125 l 0.59375,0 -0.84375,4.1562504 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.09375,0.125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 0.250025,0.250025 0 0 0 0.03125,0 l 1.40625,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.09375,-0.09375 0.250025,0.250025 0 0 0 0.03125,-0.0625 l 0.8437502,-4.2812504 1.875,0 a
  0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.09375,-0.09375 0.250025,0.250025 0 0 0 0.03125,-0.0625 l 0.21875,-1.09375 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.09375 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.09375,-0.03125 l -1.78125,0 0.03125,-0.15625 c 0.037755,-0.1929699 0.147325,-0.3464786 0.34375,-0.46875 0.196425,-0.1222714 0.4762021,-0.21875 0.8125,-0.21875 0.3047946,0 0.6558987,0.064823 0.78125,0.09375 l 0.2187498,0.0625 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.125,-0.09375 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0,-0.03125 l 0.40625,-0.9999999 a 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.2
 50025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 l -0.1875,-0.0625 C 9.8230217,4.836401 9.3652916,4.8342297 9.0593202,4.8342297 z&quot;
-     id=&quot;path4289-0-54-5&quot;
-     style=&quot;font-size:11.52737713px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold Italic&quot; /&gt;
-  &lt;path
-     d=&quot;m 9.1111002,3.8038987 c -1.0618901,0 -1.8016162,0.3976987 -2.2500003,0.875 -0.448384,0.4773013 -0.617186,1.0049648 -0.6875,1.34375 l -0.0625,0.25 -0.71875,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.09375,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.09375 l -0.1875,1.09375 a 0.250025,0.250025 0 0 0 0,0.03125 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.125,0.15625 0.250025,0.250025 0 0 0 0.125,0.03125 l 0.59375,0 -0.84375,4.1562503 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.09375,0.125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 0.250025,0.250025 0 0 0 0.03125,0 l 1.40625,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.09375,-0.09375 0.250025,0.250025 0 0 0 0.03125,-0.0625 l 0.8437503,-4.2812503 1.875,0 a 0.2
 50025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.09375,-0.09375 0.250025,0.250025 0 0 0 0.03125,-0.0625 L 10.0486,6.5851487 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.09375 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.09375,-0.03125 l -1.78125,0 0.03125,-0.15625 c 0.037755,-0.1929699 0.147325,-0.3464786 0.34375,-0.46875 0.196425,-0.1222714 0.4762021,-0.21875 0.8125,-0.21875 0.3047946,0 0.6558987,0.064823 0.78125,0.09375 l 0.21875,0.0625 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.125,-0.09375 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0,-0.03125 l 0.40625,-1 a 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.25002
 5 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 l -0.1875,-0.0625 C 9.8748015,3.80607 9.4170713,3.8038987 9.1111,3.8038987 z&quot;
-     id=&quot;path4289-0-54-5-0&quot;
-     style=&quot;font-size:11.52737713px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient3034-1-11-8-2);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold Italic&quot; /&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#dcf6c2&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#4e9a06&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#d3f4b2&quot; offset=&quot;1&quot;/&gt;
+  &lt;/linearGradient&gt;
+  &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;#4e9a06&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#8ae234&quot; offset=&quot;1&quot;/&gt;
+  &lt;/linearGradient&gt;
+ &lt;/defs&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;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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/GoToArrow.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/GoToArrow.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,202 +1,8 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;10&quot;
-   height=&quot;10&quot;
-   id=&quot;svg2987&quot;&gt;
-  &lt;defs
-     id=&quot;defs2989&quot;&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient4884-8-0&quot;
-       xlink:href=&quot;#linearGradient4022-2-0-9-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(-1,0,0,1,63,0)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4022-2-0-9-1&quot;&gt;
-      &lt;stop
-         id=&quot;stop4024-2-8-8-2&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4026-8-3-0-8&quot;
-         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient4884&quot;
-       xlink:href=&quot;#linearGradient4022-2-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4022-2-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop4024-2-8&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4026-8-3&quot;
-         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5066&quot;&gt;
-      &lt;stop
-         id=&quot;stop5068&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5070&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient3083&quot;
-       xlink:href=&quot;#linearGradient4022-2-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient3097&quot;
-       xlink:href=&quot;#linearGradient5066&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;translate(-22.424752,-224.73565)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient4884-2&quot;
-       xlink:href=&quot;#linearGradient4022-2-0-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4022-2-0-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop4024-2-8-9&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4026-8-3-3&quot;
-         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient4886&quot;
-       xlink:href=&quot;#linearGradient5066-5&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5066-5&quot;&gt;
-      &lt;stop
-         id=&quot;stop5068-9&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5070-3&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient3930&quot;
-       xlink:href=&quot;#linearGradient5066-0-5-9-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;translate(12,0)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5066-0-5-9-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop5068-1-4-8-0&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5070-1-9-9-9&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient6072&quot;
-       xlink:href=&quot;#linearGradient5066-0-5-9-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;translate(-19.704978,-215.76977)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient3787&quot;
-       xlink:href=&quot;#linearGradient5066-0-5-9-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;translate(-19.704978,-215.76977)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata2992&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;translate(0,-6)&quot;
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;M 3.78125,6 C 2.2327274,6 0.96875,7.2639766 0.96875,8.8125 l 0,0.40625 1.625,0 0,-0.40625 C 2.59375,8.13521 3.1039608,7.625 3.78125,7.625 4.4585392,7.625 5,8.13521 5,8.8125 l 0,5.25 1.625,0 0,-5.25 C 6.625,7.2639766 5.3297726,6 3.78125,6 z&quot;
-       id=&quot;path5641&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:1.61207771;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
-    &lt;path
-       d=&quot;m 9.0301942,11.642353 -0.8060388,0 c -0.2070633,0 -0.4259593,0.104648 -0.5793404,0.251887 L 5.8060389,13.733016 3.9672628,11.89424 C 3.8138816,11.747001 3.5949857,11.642353 3.3879223,11.642353 l -0.8060388,0 0,0.806038 c 0,0.249429 0.072785,0.445192 0.2266984,0.604529 L 5.8060389,16 8.8034958,13.05292 c 0.1539131,-0.159337 0.2266984,-0.3551 0.2266984,-0.604529 z&quot;
-       id=&quot;path5643&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 10 10&quot;&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/HierarchicalNavigationItemChevron.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/HierarchicalNavigationItemChevron.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,156 +1,5 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;7&quot;
-   height=&quot;16&quot;
-   id=&quot;svg2987&quot;&gt;
-  &lt;defs
-     id=&quot;defs2989&quot;&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient4884-8-0&quot;
-       xlink:href=&quot;#linearGradient4022-2-0-9-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(-1,0,0,1,63,0)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4022-2-0-9-1&quot;&gt;
-      &lt;stop
-         id=&quot;stop4024-2-8-8-2&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4026-8-3-0-8&quot;
-         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient4884&quot;
-       xlink:href=&quot;#linearGradient4022-2-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4022-2-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop4024-2-8&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4026-8-3&quot;
-         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5066&quot;&gt;
-      &lt;stop
-         id=&quot;stop5068&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5070&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient3083&quot;
-       xlink:href=&quot;#linearGradient4022-2-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient3097&quot;
-       xlink:href=&quot;#linearGradient5066&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;translate(-22.424752,-224.73565)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient4884-2&quot;
-       xlink:href=&quot;#linearGradient4022-2-0-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4022-2-0-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop4024-2-8-9&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4026-8-3-3&quot;
-         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient4886&quot;
-       xlink:href=&quot;#linearGradient5066-5&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5066-5&quot;&gt;
-      &lt;stop
-         id=&quot;stop5068-9&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5070-3&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata2992&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;path
-     d=&quot;m 1.0729885,0 c 0.1675997,0.06045333 0.3227972,0.19761458 0.440028,0.38888889 L 5.9132961,7.0555556 6.5,8 5.9132961,8.9444444 1.5130165,15.611111 C 1.3488667,15.856139 1.120079,15.998866 0.88964343,16 l -0.0366695,0 -0.0733377,0 -0.77004896,0 0,-1 0,-0.166667 C -0.03250376,14.412576 0.06596624,13.96501 0.26627057,13.666667 L 4.0065083,8 0.26627057,2.2777778 C 0.10330527,2.0305081 0.0087944,1.682763 0.00958758,1.3333333 l 0,-0.2777777 0,-1.0555556 0.69671091,0 0.11000713,0 0.0733377,0 0.11000713,0 z&quot;
-     id=&quot;path6040&quot;
-     style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 7 16&quot;&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner1.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner1.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,269 +1,26 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;32&quot;
-   height=&quot;32&quot;
-   id=&quot;svg4149&quot;&gt;
-  &lt;defs
-     id=&quot;defs4151&quot;&gt;
-    &lt;filter
-       color-interpolation-filters=&quot;sRGB&quot;
-       id=&quot;filter5741-9&quot;&gt;
-      &lt;feGaussianBlur
-         stdDeviation=&quot;0.80367531&quot;
-         id=&quot;feGaussianBlur5743-0&quot; /&gt;
-    &lt;/filter&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient5027&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5724-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop5726-2&quot;
-         style=&quot;stop-color:#000000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5728-0&quot;
-         style=&quot;stop-color:#000000;stop-opacity:1&quot;
-         offset=&quot;0.33333334&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5730-6&quot;
-         style=&quot;stop-color:#313131;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient35326&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8231-1-4-4-1&quot;&gt;
-      &lt;stop
-         id=&quot;stop8233-28-5-27-1&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8235-7-3-94-3&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0.15428571&quot;
-         offset=&quot;0.31861392&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8237-7-8-20-2&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0.33714285&quot;
-         offset=&quot;0.54270232&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8239-2-9-1-9&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient35230&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5767-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop5769-0&quot;
-         style=&quot;stop-color:#bebebe;stop-opacity:0&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5771-1&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;0.31861392&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5773-7&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0.42857143&quot;
-         offset=&quot;0.75051737&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5775-8&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient4220&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient4222&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient4224&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient4232&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient4234&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient4238&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient4251&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient4253&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient4255&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient5176&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(-0.33323784,0.18899952,-0.17767018,-0.3130481,41.830064,72.850875)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient5179&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.19958218,0.74572662,-0.70060718,0.18772713,143.94248,-12.615773)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient5182&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.5436541,0,0,1.5436541,-454.72157,-16.47049)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata4154&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;path
-     d=&quot;m 30.322519,16.000001 a 14.322513,14.322513 0 1 1 -28.6450214,0 14.322513,14.322513 0 1 1 28.6450214,0 z&quot;
-     id=&quot;path5737&quot;
-     style=&quot;color:#000000;fill:url(#radialGradient5182);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:3.35497618;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate&quot; /&gt;
-  &lt;path
-     d=&quot;m 12.616723,22.226799 a 6.8920223,6.8942075 59.99967 1 1 9.926233,-4.286897&quot;
-     id=&quot;path10452-5&quot;
-     style=&quot;fill:none;stroke:url(#radialGradient5179);stroke-width:5.59162664;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline&quot; /&gt;
-  &lt;path
-     d=&quot;m 9.2164106,14.586123 a 6.8942075,6.8920221 43.693847 1 1 6.9021134,8.322766&quot;
-     id=&quot;path10454-7&quot;
-     style=&quot;fill:none;stroke:url(#radialGradient5176);stroke-width:5.59162617;stroke-linecap:butt;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline&quot; /&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 32 32&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#bebebe&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;.31861&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.42857&quot; offset=&quot;.75052&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;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;
+   &lt;stop offset=&quot;0&quot;/&gt;
+   &lt;stop offset=&quot;.33333&quot;/&gt;
+   &lt;stop stop-color=&quot;#313131&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+ &lt;/defs&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner10.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner10.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,273 +1,28 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;32&quot;
-   height=&quot;32&quot;
-   id=&quot;svg4149&quot;&gt;
-  &lt;defs
-     id=&quot;defs4151&quot;&gt;
-    &lt;filter
-       color-interpolation-filters=&quot;sRGB&quot;
-       id=&quot;filter5741-9&quot;&gt;
-      &lt;feGaussianBlur
-         stdDeviation=&quot;0.80367531&quot;
-         id=&quot;feGaussianBlur5743-0&quot; /&gt;
-    &lt;/filter&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient5027&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5724-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop5726-2&quot;
-         style=&quot;stop-color:#000000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5728-0&quot;
-         style=&quot;stop-color:#000000;stop-opacity:1&quot;
-         offset=&quot;0.33333334&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5730-6&quot;
-         style=&quot;stop-color:#313131;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient35326&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8231-1-4-4-1&quot;&gt;
-      &lt;stop
-         id=&quot;stop8233-28-5-27-1&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8235-7-3-94-3&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0.15428571&quot;
-         offset=&quot;0.31861392&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8237-7-8-20-2&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0.33714285&quot;
-         offset=&quot;0.54270232&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8239-2-9-1-9&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient35230&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5767-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop5769-0&quot;
-         style=&quot;stop-color:#bebebe;stop-opacity:0&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5771-1&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;0.31861392&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5773-7&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0.42857143&quot;
-         offset=&quot;0.75051737&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5775-8&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient4220&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient4222&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient4224&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient4232&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient4234&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient4238&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient4251&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient4253&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient4255&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient5182&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.5436541,0,0,1.5436541,-454.72157,-16.47049)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient5207&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.19958218,0.74572662,-0.70060718,0.18772713,143.94248,-12.615773)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient5209&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(-0.33323784,0.18899952,-0.17767018,-0.3130481,41.830064,72.850875)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata4154&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;path
-     d=&quot;m 30.322519,16.000001 a 14.322513,14.322513 0 1 1 -28.6450214,0 14.322513,14.322513 0 1 1 28.6450214,0 z&quot;
-     id=&quot;path5737&quot;
-     style=&quot;color:#000000;fill:url(#radialGradient5182);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:3.35497618;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate&quot; /&gt;
-  &lt;g
-     transform=&quot;matrix(0,-1,1,0,-0.15085512,31.951957)&quot;
-     id=&quot;g5203&quot;&gt;
-    &lt;path
-       d=&quot;m 12.616723,22.226799 a 6.8920223,6.8942075 59.99967 1 1 9.926233,-4.286897&quot;
-       id=&quot;path10452-5&quot;
-       style=&quot;fill:none;stroke:url(#radialGradient5207);stroke-width:5.59162664;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline&quot; /&gt;
-    &lt;path
-       d=&quot;m 9.2164106,14.586123 a 6.8942075,6.8920221 43.693847 1 1 6.9021134,8.322766&quot;
-       id=&quot;path10454-7&quot;
-       style=&quot;fill:none;stroke:url(#radialGradient5209);stroke-width:5.59162617;stroke-linecap:butt;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 32 32&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop offset=&quot;0&quot;/&gt;
+   &lt;stop offset=&quot;.33333&quot;/&gt;
+   &lt;stop stop-color=&quot;#313131&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#bebebe&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;.31861&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.42857&quot; offset=&quot;.75052&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+ &lt;/defs&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner11.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner11.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,273 +1,28 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;32&quot;
-   height=&quot;32&quot;
-   id=&quot;svg4149&quot;&gt;
-  &lt;defs
-     id=&quot;defs4151&quot;&gt;
-    &lt;filter
-       color-interpolation-filters=&quot;sRGB&quot;
-       id=&quot;filter5741-9&quot;&gt;
-      &lt;feGaussianBlur
-         stdDeviation=&quot;0.80367531&quot;
-         id=&quot;feGaussianBlur5743-0&quot; /&gt;
-    &lt;/filter&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient5027&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5724-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop5726-2&quot;
-         style=&quot;stop-color:#000000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5728-0&quot;
-         style=&quot;stop-color:#000000;stop-opacity:1&quot;
-         offset=&quot;0.33333334&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5730-6&quot;
-         style=&quot;stop-color:#313131;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient35326&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8231-1-4-4-1&quot;&gt;
-      &lt;stop
-         id=&quot;stop8233-28-5-27-1&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8235-7-3-94-3&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0.15428571&quot;
-         offset=&quot;0.31861392&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8237-7-8-20-2&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0.33714285&quot;
-         offset=&quot;0.54270232&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8239-2-9-1-9&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient35230&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5767-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop5769-0&quot;
-         style=&quot;stop-color:#bebebe;stop-opacity:0&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5771-1&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;0.31861392&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5773-7&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0.42857143&quot;
-         offset=&quot;0.75051737&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5775-8&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient4220&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient4222&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient4224&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient4232&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient4234&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient4238&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient4251&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient4253&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient4255&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient5182&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.5436541,0,0,1.5436541,-454.72157,-16.47049)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient5207&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.19958218,0.74572662,-0.70060718,0.18772713,143.94248,-12.615773)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient5209&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(-0.33323784,0.18899952,-0.17767018,-0.3130481,41.830064,72.850875)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata4154&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;path
-     d=&quot;m 30.322519,16.000001 a 14.322513,14.322513 0 1 1 -28.6450214,0 14.322513,14.322513 0 1 1 28.6450214,0 z&quot;
-     id=&quot;path5737&quot;
-     style=&quot;color:#000000;fill:url(#radialGradient5182);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:3.35497618;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate&quot; /&gt;
-  &lt;g
-     transform=&quot;matrix(0.5,-0.8660254,0.8660254,0.5,-5.9659448,21.810478)&quot;
-     id=&quot;g5203&quot;&gt;
-    &lt;path
-       d=&quot;m 12.616723,22.226799 a 6.8920223,6.8942075 59.99967 1 1 9.926233,-4.286897&quot;
-       id=&quot;path10452-5&quot;
-       style=&quot;fill:none;stroke:url(#radialGradient5207);stroke-width:5.59162664;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline&quot; /&gt;
-    &lt;path
-       d=&quot;m 9.2164106,14.586123 a 6.8942075,6.8920221 43.693847 1 1 6.9021134,8.322766&quot;
-       id=&quot;path10454-7&quot;
-       style=&quot;fill:none;stroke:url(#radialGradient5209);stroke-width:5.59162617;stroke-linecap:butt;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 32 32&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop offset=&quot;0&quot;/&gt;
+   &lt;stop offset=&quot;.33333&quot;/&gt;
+   &lt;stop stop-color=&quot;#313131&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#bebebe&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;.31861&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.42857&quot; offset=&quot;.75052&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+ &lt;/defs&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner12.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner12.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,273 +1,28 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;32&quot;
-   height=&quot;32&quot;
-   id=&quot;svg4149&quot;&gt;
-  &lt;defs
-     id=&quot;defs4151&quot;&gt;
-    &lt;filter
-       color-interpolation-filters=&quot;sRGB&quot;
-       id=&quot;filter5741-9&quot;&gt;
-      &lt;feGaussianBlur
-         stdDeviation=&quot;0.80367531&quot;
-         id=&quot;feGaussianBlur5743-0&quot; /&gt;
-    &lt;/filter&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient5027&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5724-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop5726-2&quot;
-         style=&quot;stop-color:#000000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5728-0&quot;
-         style=&quot;stop-color:#000000;stop-opacity:1&quot;
-         offset=&quot;0.33333334&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5730-6&quot;
-         style=&quot;stop-color:#313131;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient35326&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8231-1-4-4-1&quot;&gt;
-      &lt;stop
-         id=&quot;stop8233-28-5-27-1&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8235-7-3-94-3&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0.15428571&quot;
-         offset=&quot;0.31861392&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8237-7-8-20-2&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0.33714285&quot;
-         offset=&quot;0.54270232&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8239-2-9-1-9&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient35230&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5767-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop5769-0&quot;
-         style=&quot;stop-color:#bebebe;stop-opacity:0&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5771-1&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;0.31861392&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5773-7&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0.42857143&quot;
-         offset=&quot;0.75051737&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5775-8&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient4220&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient4222&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient4224&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient4232&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient4234&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient4238&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient4251&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient4253&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient4255&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient5182&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.5436541,0,0,1.5436541,-454.72157,-16.47049)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient5207&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.19958218,0.74572662,-0.70060718,0.18772713,143.94248,-12.615773)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient5209&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(-0.33323784,0.18899952,-0.17767018,-0.3130481,41.830064,72.850875)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata4154&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;path
-     d=&quot;m 30.322519,16.000001 a 14.322513,14.322513 0 1 1 -28.6450214,0 14.322513,14.322513 0 1 1 28.6450214,0 z&quot;
-     id=&quot;path5737&quot;
-     style=&quot;color:#000000;fill:url(#radialGradient5182);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:3.35497618;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate&quot; /&gt;
-  &lt;g
-     transform=&quot;matrix(0.8660254,-0.5,0.5,0.8660254,-5.9105494,10.115124)&quot;
-     id=&quot;g5203&quot;&gt;
-    &lt;path
-       d=&quot;m 12.616723,22.226799 a 6.8920223,6.8942075 59.99967 1 1 9.926233,-4.286897&quot;
-       id=&quot;path10452-5&quot;
-       style=&quot;fill:none;stroke:url(#radialGradient5207);stroke-width:5.59162664;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline&quot; /&gt;
-    &lt;path
-       d=&quot;m 9.2164106,14.586123 a 6.8942075,6.8920221 43.693847 1 1 6.9021134,8.322766&quot;
-       id=&quot;path10454-7&quot;
-       style=&quot;fill:none;stroke:url(#radialGradient5209);stroke-width:5.59162617;stroke-linecap:butt;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 32 32&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop offset=&quot;0&quot;/&gt;
+   &lt;stop offset=&quot;.33333&quot;/&gt;
+   &lt;stop stop-color=&quot;#313131&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#bebebe&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;.31861&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.42857&quot; offset=&quot;.75052&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+ &lt;/defs&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner2.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner2.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,293 +1,28 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;32&quot;
-   height=&quot;32&quot;
-   id=&quot;svg4149&quot;&gt;
-  &lt;defs
-     id=&quot;defs4151&quot;&gt;
-    &lt;filter
-       color-interpolation-filters=&quot;sRGB&quot;
-       id=&quot;filter5741-9&quot;&gt;
-      &lt;feGaussianBlur
-         stdDeviation=&quot;0.80367531&quot;
-         id=&quot;feGaussianBlur5743-0&quot; /&gt;
-    &lt;/filter&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient5027&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5724-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop5726-2&quot;
-         style=&quot;stop-color:#000000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5728-0&quot;
-         style=&quot;stop-color:#000000;stop-opacity:1&quot;
-         offset=&quot;0.33333334&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5730-6&quot;
-         style=&quot;stop-color:#313131;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient35326&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8231-1-4-4-1&quot;&gt;
-      &lt;stop
-         id=&quot;stop8233-28-5-27-1&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8235-7-3-94-3&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0.15428571&quot;
-         offset=&quot;0.31861392&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8237-7-8-20-2&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0.33714285&quot;
-         offset=&quot;0.54270232&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8239-2-9-1-9&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient35230&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5767-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop5769-0&quot;
-         style=&quot;stop-color:#bebebe;stop-opacity:0&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5771-1&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;0.31861392&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5773-7&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0.42857143&quot;
-         offset=&quot;0.75051737&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5775-8&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient4220&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient4222&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient4224&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient4232&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient4234&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient4238&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient4251&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient4253&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient4255&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient5176&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(-0.33323784,0.18899952,-0.17767018,-0.3130481,41.830064,72.850875)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient5179&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.19958218,0.74572662,-0.70060718,0.18772713,143.94248,-12.615773)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient5182&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.5436541,0,0,1.5436541,-454.72157,-16.47049)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient5207&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.19958218,0.74572662,-0.70060718,0.18772713,143.94248,-12.615773)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient5209&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(-0.33323784,0.18899952,-0.17767018,-0.3130481,41.830064,72.850875)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata4154&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;path
-     d=&quot;m 30.322519,16.000001 a 14.322513,14.322513 0 1 1 -28.6450214,0 14.322513,14.322513 0 1 1 28.6450214,0 z&quot;
-     id=&quot;path5737&quot;
-     style=&quot;color:#000000;fill:url(#radialGradient5182);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:3.35497618;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate&quot; /&gt;
-  &lt;g
-     transform=&quot;matrix(0.8660254,0.5,-0.5,0.8660254,10.141479,-5.8150897)&quot;
-     id=&quot;g5203&quot;&gt;
-    &lt;path
-       d=&quot;m 12.616723,22.226799 a 6.8920223,6.8942075 59.99967 1 1 9.926233,-4.286897&quot;
-       id=&quot;path10452-5&quot;
-       style=&quot;fill:none;stroke:url(#radialGradient5207);stroke-width:5.59162664;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline&quot; /&gt;
-    &lt;path
-       d=&quot;m 9.2164106,14.586123 a 6.8942075,6.8920221 43.693847 1 1 6.9021134,8.322766&quot;
-       id=&quot;path10454-7&quot;
-       style=&quot;fill:none;stroke:url(#radialGradient5209);stroke-width:5.59162617;stroke-linecap:butt;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 32 32&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop offset=&quot;0&quot;/&gt;
+   &lt;stop offset=&quot;.33333&quot;/&gt;
+   &lt;stop stop-color=&quot;#313131&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#bebebe&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;.31861&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.42857&quot; offset=&quot;.75052&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+ &lt;/defs&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner3.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner3.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,273 +1,28 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;32&quot;
-   height=&quot;32&quot;
-   id=&quot;svg4149&quot;&gt;
-  &lt;defs
-     id=&quot;defs4151&quot;&gt;
-    &lt;filter
-       color-interpolation-filters=&quot;sRGB&quot;
-       id=&quot;filter5741-9&quot;&gt;
-      &lt;feGaussianBlur
-         stdDeviation=&quot;0.80367531&quot;
-         id=&quot;feGaussianBlur5743-0&quot; /&gt;
-    &lt;/filter&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient5027&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5724-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop5726-2&quot;
-         style=&quot;stop-color:#000000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5728-0&quot;
-         style=&quot;stop-color:#000000;stop-opacity:1&quot;
-         offset=&quot;0.33333334&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5730-6&quot;
-         style=&quot;stop-color:#313131;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient35326&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8231-1-4-4-1&quot;&gt;
-      &lt;stop
-         id=&quot;stop8233-28-5-27-1&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8235-7-3-94-3&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0.15428571&quot;
-         offset=&quot;0.31861392&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8237-7-8-20-2&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0.33714285&quot;
-         offset=&quot;0.54270232&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8239-2-9-1-9&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient35230&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5767-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop5769-0&quot;
-         style=&quot;stop-color:#bebebe;stop-opacity:0&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5771-1&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;0.31861392&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5773-7&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0.42857143&quot;
-         offset=&quot;0.75051737&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5775-8&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient4220&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient4222&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient4224&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient4232&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient4234&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient4238&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient4251&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient4253&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient4255&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient5182&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.5436541,0,0,1.5436541,-454.72157,-16.47049)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient5207&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.19958218,0.74572662,-0.70060718,0.18772713,143.94248,-12.615773)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient5209&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(-0.33323784,0.18899952,-0.17767018,-0.3130481,41.830064,72.850875)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata4154&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;path
-     d=&quot;m 30.322519,16.000001 a 14.322513,14.322513 0 1 1 -28.6450214,0 14.322513,14.322513 0 1 1 28.6450214,0 z&quot;
-     id=&quot;path5737&quot;
-     style=&quot;color:#000000;fill:url(#radialGradient5182);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:3.35497618;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate&quot; /&gt;
-  &lt;g
-     transform=&quot;matrix(0.5,0.8660254,-0.8660254,0.5,21.836833,-5.7596943)&quot;
-     id=&quot;g5203&quot;&gt;
-    &lt;path
-       d=&quot;m 12.616723,22.226799 a 6.8920223,6.8942075 59.99967 1 1 9.926233,-4.286897&quot;
-       id=&quot;path10452-5&quot;
-       style=&quot;fill:none;stroke:url(#radialGradient5207);stroke-width:5.59162664;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline&quot; /&gt;
-    &lt;path
-       d=&quot;m 9.2164106,14.586123 a 6.8942075,6.8920221 43.693847 1 1 6.9021134,8.322766&quot;
-       id=&quot;path10454-7&quot;
-       style=&quot;fill:none;stroke:url(#radialGradient5209);stroke-width:5.59162617;stroke-linecap:butt;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 32 32&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop offset=&quot;0&quot;/&gt;
+   &lt;stop offset=&quot;.33333&quot;/&gt;
+   &lt;stop stop-color=&quot;#313131&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#bebebe&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;.31861&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.42857&quot; offset=&quot;.75052&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+ &lt;/defs&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner4.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner4.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,273 +1,28 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;32&quot;
-   height=&quot;32&quot;
-   id=&quot;svg4149&quot;&gt;
-  &lt;defs
-     id=&quot;defs4151&quot;&gt;
-    &lt;filter
-       color-interpolation-filters=&quot;sRGB&quot;
-       id=&quot;filter5741-9&quot;&gt;
-      &lt;feGaussianBlur
-         stdDeviation=&quot;0.80367531&quot;
-         id=&quot;feGaussianBlur5743-0&quot; /&gt;
-    &lt;/filter&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient5027&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5724-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop5726-2&quot;
-         style=&quot;stop-color:#000000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5728-0&quot;
-         style=&quot;stop-color:#000000;stop-opacity:1&quot;
-         offset=&quot;0.33333334&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5730-6&quot;
-         style=&quot;stop-color:#313131;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient35326&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8231-1-4-4-1&quot;&gt;
-      &lt;stop
-         id=&quot;stop8233-28-5-27-1&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8235-7-3-94-3&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0.15428571&quot;
-         offset=&quot;0.31861392&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8237-7-8-20-2&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0.33714285&quot;
-         offset=&quot;0.54270232&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8239-2-9-1-9&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient35230&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5767-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop5769-0&quot;
-         style=&quot;stop-color:#bebebe;stop-opacity:0&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5771-1&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;0.31861392&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5773-7&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0.42857143&quot;
-         offset=&quot;0.75051737&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5775-8&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient4220&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient4222&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient4224&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient4232&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient4234&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient4238&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient4251&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient4253&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient4255&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient5182&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.5436541,0,0,1.5436541,-454.72157,-16.47049)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient5207&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.19958218,0.74572662,-0.70060718,0.18772713,143.94248,-12.615773)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient5209&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(-0.33323784,0.18899952,-0.17767018,-0.3130481,41.830064,72.850875)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata4154&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;path
-     d=&quot;m 30.322519,16.000001 a 14.322513,14.322513 0 1 1 -28.6450214,0 14.322513,14.322513 0 1 1 28.6450214,0 z&quot;
-     id=&quot;path5737&quot;
-     style=&quot;color:#000000;fill:url(#radialGradient5182);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:3.35497618;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate&quot; /&gt;
-  &lt;g
-     transform=&quot;matrix(0,1,-1,0,31.951956,0.1508555)&quot;
-     id=&quot;g5203&quot;&gt;
-    &lt;path
-       d=&quot;m 12.616723,22.226799 a 6.8920223,6.8942075 59.99967 1 1 9.926233,-4.286897&quot;
-       id=&quot;path10452-5&quot;
-       style=&quot;fill:none;stroke:url(#radialGradient5207);stroke-width:5.59162664;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline&quot; /&gt;
-    &lt;path
-       d=&quot;m 9.2164106,14.586123 a 6.8942075,6.8920221 43.693847 1 1 6.9021134,8.322766&quot;
-       id=&quot;path10454-7&quot;
-       style=&quot;fill:none;stroke:url(#radialGradient5209);stroke-width:5.59162617;stroke-linecap:butt;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 32 32&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop offset=&quot;0&quot;/&gt;
+   &lt;stop offset=&quot;.33333&quot;/&gt;
+   &lt;stop stop-color=&quot;#313131&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#bebebe&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;.31861&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.42857&quot; offset=&quot;.75052&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+ &lt;/defs&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner5.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner5.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,273 +1,28 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;32&quot;
-   height=&quot;32&quot;
-   id=&quot;svg4149&quot;&gt;
-  &lt;defs
-     id=&quot;defs4151&quot;&gt;
-    &lt;filter
-       color-interpolation-filters=&quot;sRGB&quot;
-       id=&quot;filter5741-9&quot;&gt;
-      &lt;feGaussianBlur
-         stdDeviation=&quot;0.80367531&quot;
-         id=&quot;feGaussianBlur5743-0&quot; /&gt;
-    &lt;/filter&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient5027&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5724-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop5726-2&quot;
-         style=&quot;stop-color:#000000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5728-0&quot;
-         style=&quot;stop-color:#000000;stop-opacity:1&quot;
-         offset=&quot;0.33333334&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5730-6&quot;
-         style=&quot;stop-color:#313131;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient35326&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8231-1-4-4-1&quot;&gt;
-      &lt;stop
-         id=&quot;stop8233-28-5-27-1&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8235-7-3-94-3&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0.15428571&quot;
-         offset=&quot;0.31861392&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8237-7-8-20-2&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0.33714285&quot;
-         offset=&quot;0.54270232&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8239-2-9-1-9&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient35230&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5767-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop5769-0&quot;
-         style=&quot;stop-color:#bebebe;stop-opacity:0&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5771-1&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;0.31861392&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5773-7&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0.42857143&quot;
-         offset=&quot;0.75051737&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5775-8&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient4220&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient4222&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient4224&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient4232&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient4234&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient4238&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient4251&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient4253&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient4255&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient5182&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.5436541,0,0,1.5436541,-454.72157,-16.47049)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient5207&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.19958218,0.74572662,-0.70060718,0.18772713,143.94248,-12.615773)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient5209&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(-0.33323784,0.18899952,-0.17767018,-0.3130481,41.830064,72.850875)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata4154&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;path
-     d=&quot;m 30.322519,16.000001 a 14.322513,14.322513 0 1 1 -28.6450214,0 14.322513,14.322513 0 1 1 28.6450214,0 z&quot;
-     id=&quot;path5737&quot;
-     style=&quot;color:#000000;fill:url(#radialGradient5182);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:3.35497618;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate&quot; /&gt;
-  &lt;g
-     transform=&quot;matrix(-0.5,0.8660254,-0.8660254,-0.5,37.767046,10.292335)&quot;
-     id=&quot;g5203&quot;&gt;
-    &lt;path
-       d=&quot;m 12.616723,22.226799 a 6.8920223,6.8942075 59.99967 1 1 9.926233,-4.286897&quot;
-       id=&quot;path10452-5&quot;
-       style=&quot;fill:none;stroke:url(#radialGradient5207);stroke-width:5.59162664;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline&quot; /&gt;
-    &lt;path
-       d=&quot;m 9.2164106,14.586123 a 6.8942075,6.8920221 43.693847 1 1 6.9021134,8.322766&quot;
-       id=&quot;path10454-7&quot;
-       style=&quot;fill:none;stroke:url(#radialGradient5209);stroke-width:5.59162617;stroke-linecap:butt;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 32 32&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop offset=&quot;0&quot;/&gt;
+   &lt;stop offset=&quot;.33333&quot;/&gt;
+   &lt;stop stop-color=&quot;#313131&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#bebebe&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;.31861&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.42857&quot; offset=&quot;.75052&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+ &lt;/defs&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner6.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner6.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,273 +1,28 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;32&quot;
-   height=&quot;32&quot;
-   id=&quot;svg4149&quot;&gt;
-  &lt;defs
-     id=&quot;defs4151&quot;&gt;
-    &lt;filter
-       color-interpolation-filters=&quot;sRGB&quot;
-       id=&quot;filter5741-9&quot;&gt;
-      &lt;feGaussianBlur
-         stdDeviation=&quot;0.80367531&quot;
-         id=&quot;feGaussianBlur5743-0&quot; /&gt;
-    &lt;/filter&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient5027&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5724-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop5726-2&quot;
-         style=&quot;stop-color:#000000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5728-0&quot;
-         style=&quot;stop-color:#000000;stop-opacity:1&quot;
-         offset=&quot;0.33333334&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5730-6&quot;
-         style=&quot;stop-color:#313131;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient35326&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8231-1-4-4-1&quot;&gt;
-      &lt;stop
-         id=&quot;stop8233-28-5-27-1&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8235-7-3-94-3&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0.15428571&quot;
-         offset=&quot;0.31861392&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8237-7-8-20-2&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0.33714285&quot;
-         offset=&quot;0.54270232&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8239-2-9-1-9&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient35230&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5767-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop5769-0&quot;
-         style=&quot;stop-color:#bebebe;stop-opacity:0&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5771-1&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;0.31861392&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5773-7&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0.42857143&quot;
-         offset=&quot;0.75051737&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5775-8&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient4220&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient4222&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient4224&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient4232&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient4234&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient4238&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient4251&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient4253&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient4255&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient5182&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.5436541,0,0,1.5436541,-454.72157,-16.47049)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient5207&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.19958218,0.74572662,-0.70060718,0.18772713,143.94248,-12.615773)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient5209&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(-0.33323784,0.18899952,-0.17767018,-0.3130481,41.830064,72.850875)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata4154&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;path
-     d=&quot;m 30.322519,16.000001 a 14.322513,14.322513 0 1 1 -28.6450214,0 14.322513,14.322513 0 1 1 28.6450214,0 z&quot;
-     id=&quot;path5737&quot;
-     style=&quot;color:#000000;fill:url(#radialGradient5182);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:3.35497618;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate&quot; /&gt;
-  &lt;g
-     transform=&quot;matrix(-0.8660254,0.5,-0.5,-0.8660254,37.711651,21.987689)&quot;
-     id=&quot;g5203&quot;&gt;
-    &lt;path
-       d=&quot;m 12.616723,22.226799 a 6.8920223,6.8942075 59.99967 1 1 9.926233,-4.286897&quot;
-       id=&quot;path10452-5&quot;
-       style=&quot;fill:none;stroke:url(#radialGradient5207);stroke-width:5.59162664;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline&quot; /&gt;
-    &lt;path
-       d=&quot;m 9.2164106,14.586123 a 6.8942075,6.8920221 43.693847 1 1 6.9021134,8.322766&quot;
-       id=&quot;path10454-7&quot;
-       style=&quot;fill:none;stroke:url(#radialGradient5209);stroke-width:5.59162617;stroke-linecap:butt;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 32 32&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop offset=&quot;0&quot;/&gt;
+   &lt;stop offset=&quot;.33333&quot;/&gt;
+   &lt;stop stop-color=&quot;#313131&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#bebebe&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;.31861&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.42857&quot; offset=&quot;.75052&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+ &lt;/defs&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner7.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner7.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,273 +1,28 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;32&quot;
-   height=&quot;32&quot;
-   id=&quot;svg4149&quot;&gt;
-  &lt;defs
-     id=&quot;defs4151&quot;&gt;
-    &lt;filter
-       color-interpolation-filters=&quot;sRGB&quot;
-       id=&quot;filter5741-9&quot;&gt;
-      &lt;feGaussianBlur
-         stdDeviation=&quot;0.80367531&quot;
-         id=&quot;feGaussianBlur5743-0&quot; /&gt;
-    &lt;/filter&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient5027&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5724-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop5726-2&quot;
-         style=&quot;stop-color:#000000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5728-0&quot;
-         style=&quot;stop-color:#000000;stop-opacity:1&quot;
-         offset=&quot;0.33333334&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5730-6&quot;
-         style=&quot;stop-color:#313131;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient35326&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8231-1-4-4-1&quot;&gt;
-      &lt;stop
-         id=&quot;stop8233-28-5-27-1&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8235-7-3-94-3&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0.15428571&quot;
-         offset=&quot;0.31861392&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8237-7-8-20-2&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0.33714285&quot;
-         offset=&quot;0.54270232&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8239-2-9-1-9&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient35230&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5767-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop5769-0&quot;
-         style=&quot;stop-color:#bebebe;stop-opacity:0&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5771-1&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;0.31861392&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5773-7&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0.42857143&quot;
-         offset=&quot;0.75051737&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5775-8&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient4220&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient4222&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient4224&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient4232&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient4234&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient4238&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient4251&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient4253&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient4255&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient5182&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.5436541,0,0,1.5436541,-454.72157,-16.47049)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient5207&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.19958218,0.74572662,-0.70060718,0.18772713,143.94248,-12.615773)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient5209&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(-0.33323784,0.18899952,-0.17767018,-0.3130481,41.830064,72.850875)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata4154&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;path
-     d=&quot;m 30.322519,16.000001 a 14.322513,14.322513 0 1 1 -28.6450214,0 14.322513,14.322513 0 1 1 28.6450214,0 z&quot;
-     id=&quot;path5737&quot;
-     style=&quot;color:#000000;fill:url(#radialGradient5182);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:3.35497618;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate&quot; /&gt;
-  &lt;g
-     transform=&quot;matrix(-1,0,0,-1,31.801101,32.102812)&quot;
-     id=&quot;g5203&quot;&gt;
-    &lt;path
-       d=&quot;m 12.616723,22.226799 a 6.8920223,6.8942075 59.99967 1 1 9.926233,-4.286897&quot;
-       id=&quot;path10452-5&quot;
-       style=&quot;fill:none;stroke:url(#radialGradient5207);stroke-width:5.59162664;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline&quot; /&gt;
-    &lt;path
-       d=&quot;m 9.2164106,14.586123 a 6.8942075,6.8920221 43.693847 1 1 6.9021134,8.322766&quot;
-       id=&quot;path10454-7&quot;
-       style=&quot;fill:none;stroke:url(#radialGradient5209);stroke-width:5.59162617;stroke-linecap:butt;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 32 32&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop offset=&quot;0&quot;/&gt;
+   &lt;stop offset=&quot;.33333&quot;/&gt;
+   &lt;stop stop-color=&quot;#313131&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#bebebe&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;.31861&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.42857&quot; offset=&quot;.75052&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+ &lt;/defs&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner8.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner8.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,273 +1,28 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;32&quot;
-   height=&quot;32&quot;
-   id=&quot;svg4149&quot;&gt;
-  &lt;defs
-     id=&quot;defs4151&quot;&gt;
-    &lt;filter
-       color-interpolation-filters=&quot;sRGB&quot;
-       id=&quot;filter5741-9&quot;&gt;
-      &lt;feGaussianBlur
-         stdDeviation=&quot;0.80367531&quot;
-         id=&quot;feGaussianBlur5743-0&quot; /&gt;
-    &lt;/filter&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient5027&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5724-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop5726-2&quot;
-         style=&quot;stop-color:#000000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5728-0&quot;
-         style=&quot;stop-color:#000000;stop-opacity:1&quot;
-         offset=&quot;0.33333334&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5730-6&quot;
-         style=&quot;stop-color:#313131;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient35326&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8231-1-4-4-1&quot;&gt;
-      &lt;stop
-         id=&quot;stop8233-28-5-27-1&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8235-7-3-94-3&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0.15428571&quot;
-         offset=&quot;0.31861392&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8237-7-8-20-2&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0.33714285&quot;
-         offset=&quot;0.54270232&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8239-2-9-1-9&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient35230&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5767-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop5769-0&quot;
-         style=&quot;stop-color:#bebebe;stop-opacity:0&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5771-1&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;0.31861392&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5773-7&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0.42857143&quot;
-         offset=&quot;0.75051737&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5775-8&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient4220&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient4222&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient4224&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient4232&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient4234&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient4238&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient4251&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient4253&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient4255&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient5182&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.5436541,0,0,1.5436541,-454.72157,-16.47049)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient5207&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.19958218,0.74572662,-0.70060718,0.18772713,143.94248,-12.615773)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient5209&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(-0.33323784,0.18899952,-0.17767018,-0.3130481,41.830064,72.850875)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata4154&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;path
-     d=&quot;m 30.322519,16.000001 a 14.322513,14.322513 0 1 1 -28.6450214,0 14.322513,14.322513 0 1 1 28.6450214,0 z&quot;
-     id=&quot;path5737&quot;
-     style=&quot;color:#000000;fill:url(#radialGradient5182);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:3.35497618;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate&quot; /&gt;
-  &lt;g
-     transform=&quot;matrix(-0.8660254,-0.5,0.5,-0.8660254,21.659622,37.917902)&quot;
-     id=&quot;g5203&quot;&gt;
-    &lt;path
-       d=&quot;m 12.616723,22.226799 a 6.8920223,6.8942075 59.99967 1 1 9.926233,-4.286897&quot;
-       id=&quot;path10452-5&quot;
-       style=&quot;fill:none;stroke:url(#radialGradient5207);stroke-width:5.59162664;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline&quot; /&gt;
-    &lt;path
-       d=&quot;m 9.2164106,14.586123 a 6.8942075,6.8920221 43.693847 1 1 6.9021134,8.322766&quot;
-       id=&quot;path10454-7&quot;
-       style=&quot;fill:none;stroke:url(#radialGradient5209);stroke-width:5.59162617;stroke-linecap:butt;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 32 32&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop offset=&quot;0&quot;/&gt;
+   &lt;stop offset=&quot;.33333&quot;/&gt;
+   &lt;stop stop-color=&quot;#313131&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#bebebe&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;.31861&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.42857&quot; offset=&quot;.75052&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+ &lt;/defs&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner9.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IndeterminateProgressSpinner9.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,273 +1,28 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;32&quot;
-   height=&quot;32&quot;
-   id=&quot;svg4149&quot;&gt;
-  &lt;defs
-     id=&quot;defs4151&quot;&gt;
-    &lt;filter
-       color-interpolation-filters=&quot;sRGB&quot;
-       id=&quot;filter5741-9&quot;&gt;
-      &lt;feGaussianBlur
-         stdDeviation=&quot;0.80367531&quot;
-         id=&quot;feGaussianBlur5743-0&quot; /&gt;
-    &lt;/filter&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient5027&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5724-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop5726-2&quot;
-         style=&quot;stop-color:#000000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5728-0&quot;
-         style=&quot;stop-color:#000000;stop-opacity:1&quot;
-         offset=&quot;0.33333334&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5730-6&quot;
-         style=&quot;stop-color:#313131;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient35326&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8231-1-4-4-1&quot;&gt;
-      &lt;stop
-         id=&quot;stop8233-28-5-27-1&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8235-7-3-94-3&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0.15428571&quot;
-         offset=&quot;0.31861392&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8237-7-8-20-2&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0.33714285&quot;
-         offset=&quot;0.54270232&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8239-2-9-1-9&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient35230&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5767-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop5769-0&quot;
-         style=&quot;stop-color:#bebebe;stop-opacity:0&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5771-1&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;0.31861392&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5773-7&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0.42857143&quot;
-         offset=&quot;0.75051737&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5775-8&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient4220&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient4222&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient4224&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient4232&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient4234&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient4238&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient4251&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.028844,0,0,1.028844,-8.7956992,-0.2316755)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient4253&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient4255&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;304.93979&quot;
-       cy=&quot;22.664869&quot;
-       r=&quot;10.045941&quot;
-       fx=&quot;304.93979&quot;
-       fy=&quot;22.664869&quot;
-       id=&quot;radialGradient5182&quot;
-       xlink:href=&quot;#linearGradient5724-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(1.5436541,0,0,1.5436541,-454.72157,-16.47049)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;-0.067823187&quot;
-       cy=&quot;188.51917&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;-0.067823187&quot;
-       fy=&quot;188.51917&quot;
-       id=&quot;radialGradient5207&quot;
-       xlink:href=&quot;#linearGradient8231-1-4-4-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.19958218,0.74572662,-0.70060718,0.18772713,143.94248,-12.615773)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;0.053942412&quot;
-       cy=&quot;189.15244&quot;
-       r=&quot;27.330345&quot;
-       fx=&quot;0.053942412&quot;
-       fy=&quot;189.15244&quot;
-       id=&quot;radialGradient5209&quot;
-       xlink:href=&quot;#linearGradient5767-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(-0.33323784,0.18899952,-0.17767018,-0.3130481,41.830064,72.850875)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata4154&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;path
-     d=&quot;m 30.322519,16.000001 a 14.322513,14.322513 0 1 1 -28.6450214,0 14.322513,14.322513 0 1 1 28.6450214,0 z&quot;
-     id=&quot;path5737&quot;
-     style=&quot;color:#000000;fill:url(#radialGradient5182);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:3.35497618;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate&quot; /&gt;
-  &lt;g
-     transform=&quot;matrix(-0.5,-0.8660254,0.8660254,-0.5,9.9642676,37.862507)&quot;
-     id=&quot;g5203&quot;&gt;
-    &lt;path
-       d=&quot;m 12.616723,22.226799 a 6.8920223,6.8942075 59.99967 1 1 9.926233,-4.286897&quot;
-       id=&quot;path10452-5&quot;
-       style=&quot;fill:none;stroke:url(#radialGradient5207);stroke-width:5.59162664;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline&quot; /&gt;
-    &lt;path
-       d=&quot;m 9.2164106,14.586123 a 6.8942075,6.8920221 43.693847 1 1 6.9021134,8.322766&quot;
-       id=&quot;path10454-7&quot;
-       style=&quot;fill:none;stroke:url(#radialGradient5209);stroke-width:5.59162617;stroke-linecap:butt;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 32 32&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop offset=&quot;0&quot;/&gt;
+   &lt;stop offset=&quot;.33333&quot;/&gt;
+   &lt;stop stop-color=&quot;#313131&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#bebebe&quot; stop-opacity=&quot;0&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;.31861&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;.42857&quot; offset=&quot;.75052&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+ &lt;/defs&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Issues.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Issues.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,53 +1,7 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg4888&quot;&gt;
-  &lt;defs
-     id=&quot;defs4890&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata4893&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;matrix(0.80493425,0,0,0.80493425,1.5605261,1.560526)&quot;
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;m 7.9355105,0.5477755 c -0.5255,-0.0286 -1.03823,0.28305 -1.4375,0.96875 L 0.24801044,13.110275 c -0.53347,0.96339 0.04822,2.34375 1.09375006,2.34375 l 13.1562495,0 c 0.98172,0 1.90311,-1.15939 1.21875,-2.34375 L 9.4042605,1.5790255 c -0.39872,-0.64617 -0.94325,-1.00262 -1.46875,-1.03125 z m 0.0625,3.9375 c 0.54448,-0.0172 1.04849,0.48677 1.03125,1.03125 l 0,3.9375 c 0.007,0.52831 -0.47163,0.9999995 -1,0.9999995 -0.52836,0 -1.00747,-0.4716895 -1,-0.9999995 l 0,-3.9375 c -0.008,-0.4666 0.3541,-0.91253 0.8125,-1 0.0511,-0.0145 0.10345,-0.0249 0.15625,-0.0312 z m 0.03125,6.9687495 c 0.55228,0 1,0.44772 1,1 0,0.55228 -0.44772,1 -1,1 -0.55228,0 -1,-0.44772 -1,-1 0,-0.55228 0.44772,-1 1,-1 z&quot;
-       id=&quot;path18112&quot;
-       style=&quot;color:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IssuesEnabled.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/IssuesEnabled.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,53 +1,7 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg4888&quot;&gt;
-  &lt;defs
-     id=&quot;defs4890&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata4893&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;matrix(0.80493425,0,0,0.80493425,1.5605261,1.560526)&quot;
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;m 7.9355105,0.5477755 c -0.5255,-0.0286 -1.03823,0.28305 -1.4375,0.96875 L 0.24801044,13.110275 c -0.53347,0.96339 0.04822,2.34375 1.09375006,2.34375 l 13.1562495,0 c 0.98172,0 1.90311,-1.15939 1.21875,-2.34375 L 9.4042605,1.5790255 c -0.39872,-0.64617 -0.94325,-1.00262 -1.46875,-1.03125 z m 0.0625,3.9375 c 0.54448,-0.0172 1.04849,0.48677 1.03125,1.03125 l 0,3.9375 c 0.007,0.52831 -0.47163,0.9999995 -1,0.9999995 -0.52836,0 -1.00747,-0.4716895 -1,-0.9999995 l 0,-3.9375 c -0.008,-0.4666 0.3541,-0.91253 0.8125,-1 0.0511,-0.0145 0.10345,-0.0249 0.15625,-0.0312 z m 0.03125,6.9687495 c 0.55228,0 1,0.44772 1,1 0,0.55228 -0.44772,1 -1,1 -0.55228,0 -1,-0.44772 -1,-1 0,-0.55228 0.44772,-1 1,-1 z&quot;
-       id=&quot;path18112&quot;
-       style=&quot;color:#bebebe;fill:#f57900;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/LayerBorders.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/LayerBorders.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,64 +1,10 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg4341&quot;&gt;
-  &lt;defs
-     id=&quot;defs4343&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata4346&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;m 1,14.5 3,-3 11,0 -3,3 z&quot;
-       id=&quot;path11960&quot;
-       style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-    &lt;path
-       d=&quot;m 1,9.5 3,-3 11,0 -3,3 z&quot;
-       id=&quot;path11962&quot;
-       style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-    &lt;path
-       d=&quot;m 1,4.5 3,-3 11,0 -3,3 z&quot;
-       id=&quot;path11964&quot;
-       style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-    &lt;path
-       d=&quot;m 4.5568577,2.0968807 -1.8062387,1.8062386 8.692524,0 1.806238,-1.8062386 -8.6925233,0 z&quot;
-       id=&quot;path11964-1&quot;
-       style=&quot;fill:#bebebe;fill-opacity:1;stroke:none&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Locked.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Locked.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,53 +1,7 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;8&quot;
-   height=&quot;10&quot;
-   id=&quot;svg3021&quot;&gt;
-  &lt;defs
-     id=&quot;defs3023&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata3026&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;translate(0,-6)&quot;
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;m 3.3333333,6.6666666 c -1.0964666,0 -2,0.9035334 -2,2.0000001 l 0,2.0000003 -0.6666666,0 C 0.2973333,10.666667 0,10.964 0,11.333333 l 0,0.354167 0,3.645833 3.3333333,0 1.3333334,0 L 8,15.333333 8,11.6875 8,11.333333 C 8,10.964 7.7026667,10.666667 7.3333333,10.666667 l -0.6666666,0 0,-2.0000003 c 0,-1.0964667 -0.9035334,-2.0000001 -2,-2.0000001 l -1.3333334,0 z m 0,1.3333335 1.3333334,0 c 0.3808666,0 0.6666666,0.2857999 0.6666666,0.6666666 l 0,2.0000003 -2.6666666,0 0,-2.0000003 c 0,-0.3808667 0.2858,-0.6666666 0.6666666,-0.6666666 z&quot;
-       id=&quot;rect4063&quot;
-       style=&quot;color:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 8 10&quot;&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Logs.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Logs.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,53 +1,7 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg4953&quot;&gt;
-  &lt;defs
-     id=&quot;defs4955&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata4958&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;matrix(0.75,0,0,0.75,2,2)&quot;
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;m 0,0 0,16 0.96875,0 C 0.51948,15.47492 0.57787,15.00816 0.99995,14.46875 L 3.5446,11.94785 C 3.2051,11.36266 2.99995,10.69087 2.99995,9.96875 c 0,-2.21358 1.80078,-4.03125 4,-4.03125 2.19923,0 4,1.81767 4,4.03125 0,2.21358 -1.80077,4.03125 -4,4.03125 -0.8092,0 -1.55582,-0.23556 -2.1875,-0.65625 L 2.03125,16 l 12,0 c -0.12596,-0.12596 -0.21875,-0.30779 -0.21875,-0.5 0,-0.38442 0.30308,-0.6875 0.6875,-0.6875 0.38442,0 0.71875,0.30308 0.71875,0.6875 0,0.19221 -0.0928,0.37404 -0.21875,0.5 l 1,0 0,-16 -1,0 C 14.87404,0.12596 14.69221,0.21875 14.5,0.21875 14.30779,0.21875 14.15721,0.12595 14.03125,0 L 1.96875,0 C 1.84279,0.12595 1.69221,0.21875 1.5,0.21875 1.30779,0.21875 1.12596,0.12595 1,0 z M 1.5,0.8125 C 1.88442,0.8125 2.1875,1.11558 2.1875,1.5 2.1875,1.88442 1.88442,2.21875 1.5,2.21875 1.11558,2.21875 0.78125,1.88442 0.78125,1.5 0.78125,1.11558 1.11558,0.8125 1.5,0.8125 z m 13,0 c 0.38442,0 0.71875,0.30308 0.71875,0.6875 0,0.38442 -0.33433,0.71875 -0.71875,0.7
 1875 -0.38442,0 -0.6875,-0.33433 -0.6875,-0.71875 0,-0.38442 0.30308,-0.6875 0.6875,-0.6875 z m -13,2 C 1.88442,2.8125 2.1875,3.11558 2.1875,3.5 2.1875,3.88442 1.88442,4.21875 1.5,4.21875 1.11558,4.21875 0.78125,3.88442 0.78125,3.5 0.78125,3.11558 1.11558,2.8125 1.5,2.8125 z m 13,0 c 0.38442,0 0.71875,0.30308 0.71875,0.6875 0,0.38442 -0.33433,0.71875 -0.71875,0.71875 -0.38442,0 -0.6875,-0.33433 -0.6875,-0.71875 0,-0.38442 0.30308,-0.6875 0.6875,-0.6875 z m -13,2 C 1.88442,4.8125 2.1875,5.11558 2.1875,5.5 2.1875,5.88442 1.88442,6.21875 1.5,6.21875 1.11558,6.21875 0.78125,5.88442 0.78125,5.5 0.78125,5.11558 1.11558,4.8125 1.5,4.8125 z m 13,0 c 0.38442,0 0.71875,0.30308 0.71875,0.6875 0,0.38442 -0.33433,0.71875 -0.71875,0.71875 -0.38442,0 -0.6875,-0.33433 -0.6875,-0.71875 0,-0.38442 0.30308,-0.6875 0.6875,-0.6875 z m -13,2 C 1.88442,6.8125 2.1875,7.11558 2.1875,7.5 2.1875,7.88442 1.88442,8.21875 1.5,8.21875 1.11558,8.21875 0.78125,7.88442 0.78125,7.5 0.78125,7.11558 1.11558,6.8
 125 1.5,6.8125 z m 13,0 c 0.38442,0 0.71875,0.30308 0.71875,0.6875 0,0.38442 -0.33433,0.71875 -0.71875,0.71875 -0.38442,0 -0.6875,-0.33433 -0.6875,-0.71875 0,-0.38442 0.30308,-0.6875 0.6875,-0.6875 z M 7.04021,8.01562 c -1.1122,0 -1.99105,0.89617 -1.99105,2.01563 0,1.11946 0.87885,2.01562 1.99105,2.01562 1.1122,0 1.99104,-0.89616 1.99104,-2.01562 0,-1.11946 -0.87884,-2.01563 -1.99104,-2.01563 z M 1.5,8.8125 c 0.38442,0 0.6875,0.30308 0.6875,0.6875 0,0.38442 -0.30308,0.71875 -0.6875,0.71875 C 1.11558,10.21875 0.78125,9.88442 0.78125,9.5 0.78125,9.11558 1.11558,8.8125 1.5,8.8125 z m 13,0 c 0.38442,0 0.71875,0.30308 0.71875,0.6875 0,0.38442 -0.33433,0.71875 -0.71875,0.71875 -0.38442,0 -0.6875,-0.33433 -0.6875,-0.71875 0,-0.38442 0.30308,-0.6875 0.6875,-0.6875 z m -13,2 c 0.38442,0 0.6875,0.30308 0.6875,0.6875 0,0.38442 -0.30308,0.71875 -0.6875,0.71875 -0.38442,0 -0.71875,-0.33433 -0.71875,-0.71875 0,-0.38442 0.33433,-0.6875 0.71875,-0.6875 z m 13,0 c 0.38442,0 0.71875,0.30308 0
 .71875,0.6875 0,0.38442 -0.33433,0.71875 -0.71875,0.71875 -0.38442,0 -0.6875,-0.33433 -0.6875,-0.71875 0,-0.38442 0.30308,-0.6875 0.6875,-0.6875 z m 0,2 c 0.38442,0 0.71875,0.30308 0.71875,0.6875 0,0.38442 -0.33433,0.71875 -0.71875,0.71875 -0.38442,0 -0.6875,-0.33433 -0.6875,-0.71875 0,-0.38442 0.30308,-0.6875 0.6875,-0.6875 z&quot;
-       id=&quot;path10349&quot;
-       style=&quot;fill-opacity:1;stroke:none;display:inline&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Native.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Native.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,299 +1,27 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg9882&quot;&gt;
-  &lt;defs
-     id=&quot;defs9884&quot;&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175&quot;
-       xlink:href=&quot;#linearGradient8978&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3179&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-49.42355,1.24638)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient11520&quot;&gt;
-      &lt;stop
-         id=&quot;stop11522&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop11524&quot;
-         style=&quot;stop-color:#dcdcdc;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3181&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-205.74054,-70.43189)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249&quot;
-         style=&quot;stop-color:#9b9b9b;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient9878&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180835)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient9880&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-6&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-1&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-8&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient9970&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.9244,-46.943609)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient10464&quot;
-       xlink:href=&quot;#linearGradient8978&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient10468&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180835)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient10470&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-4-9&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-1-3&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-8-6&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10487&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.620365,-48.242929)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10460-4-5&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-4-9-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-1-3-4&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-8-6-6&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10670&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-39.497066,-47.586679)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10460-4-5-6&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9-0-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-4-9-0-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-1-3-4-7&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-8-6-6-7&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10848&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9-0-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.94849,-47.587415)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata9887&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;rect
-     width=&quot;15.003705&quot;
-     height=&quot;15.003344&quot;
-     rx=&quot;1.5143198&quot;
-     ry=&quot;1.5142833&quot;
-     x=&quot;0.49814749&quot;
-     y=&quot;0.49832821&quot;
-     id=&quot;rect4319&quot;
-     style=&quot;fill:url(#radialGradient10468);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10470);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;12.997247&quot;
-     height=&quot;12.999963&quot;
-     rx=&quot;0.5081172&quot;
-     ry=&quot;0.50810492&quot;
-     x=&quot;1.5013518&quot;
-     y=&quot;1.5016088&quot;
-     id=&quot;rect4321&quot;
-     style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;14.000044&quot;
-     height=&quot;14.000041&quot;
-     rx=&quot;1.9062433&quot;
-     ry=&quot;1.9062428&quot;
-     x=&quot;1.0017486&quot;
-     y=&quot;1.0015783&quot;
-     id=&quot;rect9035&quot;
-     style=&quot;fill:url(#radialGradient10464);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;path
-     d=&quot;m 4.3405698,4.8500988 c -0.03291,0.00406 -0.06499,0.014754 -0.09375,0.03125 -0.01131,0.00947 -0.02175,0.019939 -0.03125,0.03125 -0.01131,0.00947 -0.02175,0.019939 -0.03125,0.03125 -0.0165,0.028765 -0.02715,0.060841 -0.03125,0.09375 -0.0026,0.020724 -0.0026,0.041776 0,0.0625 l 0,8.0000002 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.0625,0 l 1.40625,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-5.0937502 3.375,5.2500002 a 0.250025,0.250025 0 0 0 0.0625,0.0625 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0.03125 0.2
 50025,0.250025 0 0 0 0.0625,0 l 1.7187502,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-8.0000002 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 l -1.4062502,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.0625,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 0,0
 .0625 l 0,5.0937502 -3.40625,-5.2187502 a 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 l -1.6875,0 c -0.02072,-0.00261 -0.04178,-0.00261 -0.0625,0 z&quot;
-     id=&quot;path10074-2&quot;
-     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;path
-     d=&quot;m 4.3923498,3.8197688 c -0.03291,0.00406 -0.06499,0.014754 -0.09375,0.03125 -0.01131,0.00947 -0.02175,0.019939 -0.03125,0.03125 -0.01131,0.00947 -0.02175,0.019939 -0.03125,0.03125 -0.0165,0.028765 -0.02715,0.060841 -0.03125,0.09375 -0.0026,0.020724 -0.0026,0.041776 0,0.0625 l 0,8.0000002 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.0625,0 l 1.40625,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-5.0937502 3.375,5.2500002 a 0.250025,0.250025 0 0 0 0.0625,0.0625 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0.03125 0.2
 50025,0.250025 0 0 0 0.0625,0 l 1.7187502,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-8.0000002 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 l -1.40625,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.0625,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 0,0.0
 625 l 0,5.09375 -3.40625,-5.21875 a 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 l -1.6875,0 c -0.02072,-0.00261 -0.04178,-0.00261 -0.0625,0 z&quot;
-     id=&quot;path10074-2-0&quot;
-     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient10460-4-5-6);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#dcdcdc&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#9b9b9b&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;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;/defs&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.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;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemAngleBracketssvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemAngleBrackets.svg (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemAngleBrackets.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemAngleBrackets.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,62 +1,10 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg8338&quot;&gt;
-  &lt;defs
-     id=&quot;defs8340&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata8343&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;matrix(1.1428571,0,0,1.1428571,-1.1428567,-1.5884067)&quot;
-     id=&quot;g8935&quot;&gt;
-    &lt;g
-       id=&quot;layer1&quot;&gt;
-      &lt;g
-         id=&quot;text8346&quot;
-         style=&quot;font-size:12.55424404px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:1.79903996px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Sans Bold&quot;&gt;
-        &lt;path
-           d=&quot;m 6.8502775,4.8997764 -5.85027771,2.8749219 0,1.3307499 5.85027771,2.7744878 0,-1.56928 -3.9671411,-1.9082455 3.9671411,-1.9961248 0,-1.5065093&quot;
-           id=&quot;path8351&quot; /&gt;
-        &lt;path
-           d=&quot;m 9.1497219,4.8997764 0,1.5065093 3.9671411,1.9961248 -3.9671411,1.9082455 0,1.56928 L 15,9.1054482 15,7.7746983 9.1497219,4.8997764&quot;
-           id=&quot;path8353&quot; /&gt;
-      &lt;/g&gt;
-    &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;g transform=&quot;matrix(1.1429 0 0 1.1429 -1.1429 -1.5884)&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;m9.1497 4.8998v1.5065l3.9671 1.9961-3.9671 1.9082v1.5693l5.8501-2.7746v-1.3307l-5.8503-2.8749&quot;/&gt;
</ins><span class="cx">   &lt;/g&gt;
</span><ins>+ &lt;/g&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemBrushAndRulersvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemBrushAndRuler.svg (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemBrushAndRuler.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemBrushAndRuler.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,230 +1,7 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg7526&quot;&gt;
-  &lt;defs
-     id=&quot;defs7528&quot;&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282&quot;
-       gradientTransform=&quot;matrix(-2.3934765,0.36393991,-0.16537651,-1.2902821,-54.066392,-2627.2326)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6731&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6733&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6735&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6737&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6739&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6741&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6743&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6745&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282-5&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284-2&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6767&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6769&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6771&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6773&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6775&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6777&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6779&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6781&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6783&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6785&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6787&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6789&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6791&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6793&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6795&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6797&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282-2&quot;
-       gradientTransform=&quot;matrix(-0.3603726,0.05374203,-0.02489983,-0.19053249,-524.45529,-1796.9344)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284-4&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6822&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6824&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6826&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6828&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6830&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6832&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6834&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6836&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282-7&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-91.460119,-2935.4358)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284-9&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282-1&quot;
-       gradientTransform=&quot;matrix(-2.3934765,0.36393991,-0.16537651,-1.2902821,-54.066392,-2627.2326)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284-21&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8245&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-91.460119,-2935.4357)&quot;&gt;
-      &lt;stop
-         id=&quot;stop8247&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata7531&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;matrix(1.0432745,0,0,1.0432745,-0.1786406,-0.68459245)&quot;
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;M 15.25,0.65625 C 15.099972,0.65894 14.900763,0.75708125 14.6875,0.96875 10.688761,4.93759 9.989927,4.9753301 6.25,10.125 7.25355,10.1627 8.11506,10.81365 8.5625,11.75 12.989927,6.9775401 13.48894,4.42617 15.40625,1.34375 15.598977,0.92762499 15.500047,0.65176612 15.25,0.65625 z M 1,1.5 1,14.125 c 0.498688,1.8e-4 0.7312067,-0.09104 0.9375,-0.25 C 2.1437933,13.716038 2.3459779,13.45262 2.53125,13.09375 2.6856434,12.794692 2.8232894,12.388712 3,12 l 0,-0.5 0.28125,0 C 3.5082914,11.131852 3.796783,10.783162 4.25,10.5 L 3,10.5 3,9.46875 C 3.032607,9.47539 3.059125,9.5 3.09375,9.5 l 2.375,0 C 5.6454206,9.256968 5.7732727,9.0653885 5.9375,8.84375 5.8695101,8.6485151 5.6877297,8.5 5.46875,8.5 l -2.375,0 C 3.060061,8.5 3.031788,8.49371 3,8.5 l 0,-1 1.5,0 C 4.777,7.5 5,7.277 5,7 5,6.723 4.777,6.5 4.5,6.5 l -1.5,0 0,-1 1.5,0 C 4.777,5.5 5,5.277 5,5 5,4.723 4.777,4.5 4.5,4.5 l -1.5,0 0,-1 4.1875,0 c 1.1860754,0 1.6915845,0.6659492 1.78125,1.625 0.5272612,-0.5656532 1.078
 162,-1.0758141 1.625,-1.59375 C 10.072162,2.3831019 9.0255133,1.5 7.3125,1.5 L 1,1.5 z m 10,9.03125 C 10.505823,11.138328 9.9475104,11.753003 9.3125,12.4375 L 8.96875,12.78125 C 9.044847,13.402497 8.941361,13.983975 8.71875,14.5 L 11,14.5 11,10.53125 z M 5.875,11 C 5.5297332,11.008154 5.1327525,11.104613 4.75,11.34375 3.4288149,12.169203 3.7210802,15.125981 1,15.125 c 0.2576317,0.997882 4.1663795,1.231487 5.78125,0.1875 0.8418198,-0.544223 1.4629939,-1.550425 1.125,-2.78125 C 7.7053515,11.799665 6.9108005,10.975538 5.875,11 z&quot;
-       id=&quot;path9264&quot;
-       style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;g transform=&quot;matrix(1.0433 0 0 1.0433 -.17864 -.68459)&quot;&gt;
+  &lt;path d=&quot;m15.25 0.65625c-0.15 0.00269-0.349 0.10083-0.562 0.3125-3.999 3.9688-4.6981 4.0066-8.438 9.1562 1.0036 0.038 1.8651 0.689 2.3125 1.625 4.4275-4.7725 4.9265-7.3238 6.8435-10.406 0.193-0.41638 0.094-0.69223-0.156-0.68775zm-14.25 0.84375v12.625c0.49869 0.00018 0.73121-0.09104 0.9375-0.25 0.2063-0.159 0.4085-0.422 0.5937-0.781 0.1544-0.299 0.2921-0.705 0.4688-1.094v-0.5h0.28125c0.2271-0.368 0.5156-0.717 0.9688-1h-1.25v-1.0312c0.0326 0.0066 0.0591 0.0312 0.0938 0.0312h2.375c0.1766-0.243 0.3045-0.4346 0.4687-0.6562-0.068-0.1953-0.2498-0.3438-0.4687-0.3438h-2.375c-0.0337 0-0.062-0.0063-0.0938 0v-1h1.5c0.277 0 0.5-0.223 0.5-0.5s-0.223-0.5-0.5-0.5h-1.5v-1h1.5c0.277 0 0.5-0.223 0.5-0.5s-0.223-0.5-0.5-0.5h-1.5v-1h4.1875c1.1861 0 1.6916 0.66595 1.7812 1.625 0.52726-0.56565 1.0782-1.0758 1.625-1.5938-0.522-1.1481-1.5685-2.0312-3.2815-2.0312h-6.3125zm10 9.0312c-0.494 0.607-1.0525 1.222-1.6875 1.907l-0.3437 0.343c0.076 0.621-0.0274 1.203-0.25 1.719h2.2812v-3.969zm-5.125 
 0.469c-0.3453 0.008-0.7422 0.105-1.125 0.344-1.3212 0.825-1.0289 3.782-3.75 3.781 0.25763 0.99788 4.1664 1.2315 5.7812 0.1875 0.84182-0.54422 1.463-1.5504 1.125-2.7812-0.2008-0.731-0.9954-1.555-2.0312-1.531z&quot;/&gt;
+ &lt;/g&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemBugsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemBug.svg (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemBug.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemBug.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,53 +1,7 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg9539&quot;&gt;
-  &lt;defs
-     id=&quot;defs9541&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata9544&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;matrix(1.1428571,0,0,1.1428571,-1.1428568,-1.1428568)&quot;
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;m 13.1875,1.125 -2.09375,2.28125 c -0.896562,-0.925279 -2.0305402,-1.5 -3.28125,-1.5 -1.1793548,0 -2.2841701,0.5115162 -3.15625,1.34375 L 2.75,1.21875 2.03125,1.90625 4,4 C 3.4365803,4.7600454 3.0341262,5.6896155 2.8125,6.71875 2.7190992,7.1524622 2.6751804,7.5982028 2.65625,8.0625 l -1.65625,0 0,1 1.65625,0 c 0.079371,0.973914 0.3321393,1.857585 0.71875,2.65625 L 1.78125,13.4375 2.5,14.125 l 1.375,-1.5 c 0.9514027,1.373483 2.3734256,2.25 3.9375,2.25 1.6213101,0 3.079818,-0.944837 4.03125,-2.40625 l 1.59375,1.71875 0.71875,-0.65625 -1.84375,-2 c 0.335883,-0.751148 0.583208,-1.5725028 0.65625,-2.46875 l 2.03125,0 0,-1 -2.03125,0 c -0.01893,-0.4642972 -0.0941,-0.9100378 -0.1875,-1.34375 -0.12523,-0.581513 -0.320569,-1.1199371 -0.5625,-1.625 -0.157832,-0.3294952 -0.299418,-0.6491901 -0.5,-0.9375 L 13.90625,1.8125 13.1875,1.125 z M 3.75,6.71875 l 3.5625,0 0,7 C 5.1797475,13.412441 3.53125,11.156638 3.53125,8.40625 3.53125,7.8167989 3.61016,7.2482924 3.75,6.71875 z
  m 4.875,0 3.21875,0 c 0.140322,0.5303591 0.21875,1.0969913 0.21875,1.6875 0,2.604132 -1.470216,4.736519 -3.4375,5.21875 l 0,-6.90625 z&quot;
-       id=&quot;path5913&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;g transform=&quot;matrix(1.1429 0 0 1.1429 -1.1429 -1.1429)&quot;&gt;
+  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;text-transform:none&quot; d=&quot;m13.188 1.125-2.0938 2.2812c-0.89656-0.92528-2.0305-1.5-3.2812-1.5-1.1794 0-2.2842 0.51152-3.1562 1.3438l-1.9066-2.0312-0.7188 0.6874 1.9688 2.0938c-0.5634 0.76-0.9659 1.6896-1.1875 2.7188-0.0934 0.4337-0.1373 0.8794-0.1563 1.3437h-1.6562v1h1.6562c0.079371 0.97391 0.33214 1.8576 0.71875 2.6562l-1.5938 1.719 0.7188 0.687 1.375-1.5c0.9514 1.3735 2.3734 2.25 3.9375 2.25 1.6213 0 3.0798-0.94484 4.0312-2.4062l1.5938 1.7188 0.71875-0.65625-1.8438-2c0.33588-0.75115 0.58321-1.5725 0.65625-2.4688h2.0312v-1h-2.0312c-0.01893-0.4643-0.0941-0.91004-0.1875-1.3438-0.12523-0.58151-0.32057-1.1199-0.5625-1.625-0.15783-0.3295-0.29942-0.64919-0.5-0.9375l2.187-2.3444-0.718-0.6875zm-9.438 5.5938h3.5625v7c-2.1328-0.307-3.7813-2.562-3.7813-5.3128 0-0.5894 0.079-1.1579 0.2188-1.6874zm4.875 0h3.2188c0.14032 0.53036 0.21875 1.097 0.21875 1.6875 0 2.6041-1.4702 4.7365-3.4375 5.2188v-6.9062z&quot;/&
 gt;
+ &lt;/g&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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemCurleyBraces.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemCurleyBraces.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,41 +1,8 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg8338&quot;&gt;
-  &lt;defs
-     id=&quot;defs8340&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata8343&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;g
-       id=&quot;text8346&quot;
-       style=&quot;font-size:13.956604px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:2px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Sans Bold&quot;&gt;
-      &lt;path
-         d=&quot;M 3.4300534,5.459898 C 3.2765309,6.6322516 2.6624395,7.1486472 2.0064798,7.2602999 l -0.2372623,0.027913 0,1.4235736 0.2372623,0.027913 c 0.237262,0.04187 0.4605681,0.1395662 0.6559604,0.2791321 0.8653085,0.6280466 0.7536567,1.7585334 0.8513528,2.7075814 0.2651752,2.609883 2.1074479,3.056497 2.749451,3.098366 l 0.2372623,0.02791 0.3349585,-1.423573 -0.3070453,-0.04187 C 6.067852,13.331423 5.6770664,13.038334 5.453761,12.703375 4.7001051,11.544978 5.5095858,9.3119194 3.9604043,7.9999999 5.4956292,6.6880805 4.6861485,4.4689779 5.453761,3.2966244 5.6770664,2.9616662 6.067852,2.6546205 6.5284195,2.5987942 L 6.8354648,2.5569244 6.5005063,1.1473074 6.263244,1.161264 C 5.5235447,1.2170903 3.7650116,1.7055742 3.513793,4.3573263 3.4858798,4.7341542 3.4719232,5.1109832 3.4300534,5.459898&quot;
-         id=&quot;path8893&quot; /&gt;
-      &lt;path
-         d=&quot;M 12.486207,4.3573263 C 12.234988,1.7195308 10.490412,1.2170903 9.736756,1.161264 L 9.4994937,1.147307 9.1784918,2.556924 9.4855371,2.598794 c 0.4605675,0.055826 0.8373969,0.362872 1.0607019,0.6978302 0.767612,1.1723535 -0.04187,3.3914561 1.493357,4.7033755 -1.549182,1.3119195 -0.739701,3.5449783 -1.493357,4.7033753 -0.223305,0.334959 -0.6001344,0.628048 -1.0607019,0.683874 l -0.3070453,0.04187 0.3210019,1.423573 0.2372623,-0.02791 c 0.642003,-0.04187 2.484276,-0.488483 2.749451,-3.098366 0.0977,-0.949048 -0.01396,-2.0795346 0.851353,-2.7075812 0.195392,-0.1395659 0.432655,-0.2372623 0.669917,-0.2791321 l 0.223305,-0.027913 0,-1.4235736 -0.223305,-0.027913 C 13.351517,7.1486472 12.737426,6.6322516 12.583903,5.459898 12.542033,5.1109832 12.51412,4.7341542 12.486207,4.3573263&quot;
-         id=&quot;path8895&quot; /&gt;
-    &lt;/g&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;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;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemFilesvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemFile.svg (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemFile.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemFile.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,53 +1,7 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg3003&quot;&gt;
-  &lt;defs
-     id=&quot;defs3005&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata3008&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;matrix(1.0665886,0,0,1.0665886,-0.53270859,-0.5327088)&quot;
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;m 2.8124436,0.50054895 a 1.0000999,1.0000999 0 0 0 -0.8125,1.00000005 l 0,13 a 1.0000999,1.0000999 0 0 0 1.0000001,1 l 9.9999993,0 a 1.0000999,1.0000999 0 0 0 1,-1 l 0,-9.4375 a 1.0000999,1.0000999 0 0 0 -0.28125,-0.71875 L 10.156194,0.78179895 a 1.0000999,1.0000999 0 0 0 -0.7187503,-0.28125 l -6.4375,0 a 1.0000999,1.0000999 0 0 0 -0.0937,0 1.0000999,1.0000999 0 0 0 -0.0937,0 z m 1.1875001,2.00000005 5,0 0,3 2.9999993,0 0,8 -7.9999993,0 0,-11 z&quot;
-       id=&quot;path1234&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:1.99999988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;g transform=&quot;matrix(1.0666 0 0 1.0666 -.53271 -.53271)&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;/g&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemLayerssvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemLayers.svg (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemLayers.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemLayers.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,61 +1,9 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg4341&quot;&gt;
-  &lt;defs
-     id=&quot;defs4343&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata4346&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;matrix(1.1428571,0,0,1.1428571,-1.1428568,-1.1428568)&quot;
-     id=&quot;g3119&quot;&gt;
-    &lt;path
-       d=&quot;m 1,14.5 3,-3 11,0 -3,3 z&quot;
-       id=&quot;path11960&quot;
-       style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-    &lt;path
-       d=&quot;m 1,9.5 3,-3 11,0 -3,3 z&quot;
-       id=&quot;path11962&quot;
-       style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-    &lt;path
-       d=&quot;m 1,4.5 3,-3 11,0 -3,3 z&quot;
-       id=&quot;path11964&quot;
-       style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;g transform=&quot;matrix(1.1429 0 0 1.1429 -1.1429 -1.1429)&quot;&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;/g&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemLogsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemLog.svg (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemLog.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemLog.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,63 +1,9 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg5864&quot;&gt;
-  &lt;defs
-     id=&quot;defs5866&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata5869&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;M 2.1875,0.5 C 0.98196,0.5 0,1.51672 0,2.71875 l 0,10.5625 C 0,14.48328 0.98197,15.5 2.1875,15.5 l 11.625,0 C 15.01803,15.5 16,14.48329 16,13.28125 L 16,2.71875 C 16,1.51671 15.01804,0.5 13.8125,0.5 l -11.625,0 z m 0,2 11.625,0 C 13.9353,2.5 14,2.5809 14,2.71875 l 0,10.5625 C 14,13.41909 13.93531,13.5 13.8125,13.5 l -11.625,0 C 2.06469,13.5 2,13.4191 2,13.28125 L 2,2.71875 C 2,2.5809 2.0647,2.5 2.1875,2.5 z&quot;
-       id=&quot;rect11749-5-9&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans&quot; /&gt;
-    &lt;path
-       d=&quot;M 4.3125,6.40625 A 0.60006002,0.60006002 0 0 0 4.0625,7.4375 L 5.625,9 4.0625,10.5625 a 0.61871843,0.61871843 0 1 0 0.875,0.875 l 2,-2 a 0.60006002,0.60006002 0 0 0 0,-0.875 l -2,-2 A 0.60006002,0.60006002 0 0 0 4.3125,6.40625 z&quot;
-       id=&quot;path11751-2-3&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill-opacity:1;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans&quot; /&gt;
-    &lt;rect
-       width=&quot;3&quot;
-       height=&quot;1.00001&quot;
-       x=&quot;8&quot;
-       y=&quot;10.5&quot;
-       id=&quot;rect4987&quot;
-       style=&quot;color:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;g&gt;
+  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#bebebe;text-transform:none&quot; d=&quot;m2.1875 0.5c-1.2055 0-2.1875 1.0167-2.1875 2.2188v10.562c0 1.202 0.98197 2.219 2.1875 2.219h11.625c1.206 0 2.188-1.017 2.188-2.219v-10.562c0-1.2023-0.982-2.219-2.188-2.219h-11.625zm0 2h11.625c0.123 0 0.188 0.0809 0.188 0.2188v10.562c0 0.138-0.065 0.219-0.188 0.219h-11.625c-0.1223 0-0.187-0.081-0.187-0.219v-10.562c0-0.1381 0.0647-0.219 0.1875-0.219z&quot;/&gt;
+  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#bebebe;text-transform:none&quot; d=&quot;m4.3125 6.4062a0.60006 0.60006 0 0 0 -0.25 1.0313l1.5625 1.5625-1.5625 1.562a0.61872 0.61872 0 1 0 0.875 0.875l2-2a0.60006 0.60006 0 0 0 0 -0.875l-2-2a0.60006 0.60006 0 0 0 -0.625 -0.1558z&quot;/&gt;
+  &lt;rect style=&quot;color:#bebebe&quot; height=&quot;1&quot; width=&quot;3&quot; y=&quot;10.5&quot; x=&quot;8&quot;/&gt;
+ &lt;/g&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemProbessvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemProbes.svg (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemProbes.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemProbes.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,52 +1,5 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg3012&quot;&gt;
-  &lt;defs
-     id=&quot;defs3014&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata3017&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;M 2.625,3 C 2.1781915,3 1.774916,3.136064 1.46875,3.40625 1.162584,3.676436 1,4.07826 1,4.53125 l 0,7.9375 C 1,12.929491 1.160496,13.354416 1.46875,13.625 1.777004,13.895584 2.1720865,14 2.625,14 L 9.84375,14 10,14 10.125,13.90625 15.1875,8.8125 15.46875,8.53125 15.1875,8.28125 10.125,3.125 10,3 9.84375,3 2.625,3 z m 7.75,2 c 0.314452,0 0.5625,0.2832032 0.5625,0.625 0,0.4238277 -0.417969,0.75 -0.9375,0.75 l -0.125,0 c -0.082032,-0.013672 -0.146485,0 -0.1875,0 -0.6152332,0 -1.4160166,0.7441421 -2.25,2.125 0.5878899,1.4902331 0.7050781,1.734375 0.9375,2.0625 0.2871091,0.382812 0.5605476,0.5625 0.875,0.5625 0.2460933,0 0.425782,-0.06641 0.78125,-0.3125 l 0.3125,0.25 c -0.5332026,0.533203 -1.2382818,0.875 -1.8125,0.875 -0.4921873,0 -0.9355472,-0.232422 -1.25,-0.65625 -0.2187498,-0.273437 -0.2851568,-0.445313 -0.75,-1.59375 l -0.3125,-0.75 C 4.9746107,11.124998 4.0859365,12 3.15625,12 2.7734379,12 2.5,11.71875 2.5,11.28125 c 0,-0.396484 0.291016,-0.6875 0.6875,-0.6
 875 0.027344,0 0.1484377,0.01758 0.3125,0.03125 0.068359,0.01367 0.132813,0 0.1875,0 0.7656242,0 1.4375009,-0.6367205 2.3125,-2.25 L 5.65625,7.46875 C 5.1914068,6.2382826 5.0410146,6.080078 4.125,5.875 L 4.1875,5.46875 C 4.9121086,5.3867189 5.2734381,5.3515626 5.875,5.1875 l 0.34375,0 L 7.1875,8 C 8.4589832,6.0039084 9.527344,5 10.375,5 z&quot;
-       id=&quot;path6268-0&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;text-transform:none&quot; d=&quot;m2.625 3c-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.46 0.1605 0.885 0.4688 1.156 0.3082 0.271 0.7033 0.375 1.1562 0.375h7.2188 0.1562l0.125-0.094 5.063-5.0935 0.281-0.2813-0.281-0.25-5.063-5.1562-0.125-0.125h-0.1562-7.2188zm7.75 2c0.31445 0 0.5625 0.2832 0.5625 0.625 0 0.42383-0.41797 0.75-0.9375 0.75h-0.125c-0.082032-0.013672-0.14648 0-0.1875 0-0.61523 0-1.416 0.74414-2.25 2.125 0.58789 1.4902 0.70508 1.7344 0.9375 2.0625 0.28711 0.38281 0.56055 0.5625 0.875 0.5625 0.24609 0 0.42578-0.06641 0.78125-0.3125l0.3125 0.25c-0.5332 0.5332-1.2383 0.875-1.8125 0.875-0.49219 0-0.93555-0.23242-1.25-0.65625-0.21875-0.27344-0.28516-0.44531-0.75-1.5938l-0.3125-0.75c-1.2444 2.188-2.1331 3.063-3.0628 3.063-0.3828 0-0.6562-0.281-0.6562-0.719 0-0.39648 0.29102-0.6875 0.6875-0.6875 0.027344 0 0.14844 0.01758 0.3125 0.03125 0.068359 0.01367 0.1
 3281 0 0.1875 0 0.76562 0 1.4375-0.63672 2.3125-2.25l-0.3438-0.906c-0.4648-1.2305-0.6152-1.3887-1.5312-1.5938l0.0625-0.4062c0.7246-0.0821 1.0859-0.1172 1.6875-0.2813h0.34375l0.9687 2.8125c1.2715-1.9961 2.3398-3 3.1875-3z&quot; fill-rule=&quot;evenodd&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemStopwatchsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemStopwatch.svg (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemStopwatch.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemStopwatch.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,57 +1,8 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg6972&quot;&gt;
-  &lt;defs
-     id=&quot;defs6974&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata6977&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;matrix(1.0685751,0,0,1.0685751,-0.5486008,-0.5486008)&quot;
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;m 8.000005,0.51339 c -4.13029,0 -7.48661,3.35631 -7.48661,7.48661 0,4.13029 3.35632,7.48661 7.48661,7.48661 4.13029,0 7.4866,-3.35632 7.4866,-7.48661 0,-4.1303 -3.35631,-7.48661 -7.4866,-7.48661 z m 0,1.97322 c 3.04941,0 5.51339,2.46398 5.51339,5.51339 0,3.04941 -2.46398,5.51339 -5.51339,5.51339 -3.04941,0 -5.5134,-2.46398 -5.5134,-5.51339 0,-3.04941 2.46399,-5.51339 5.5134,-5.51339 z&quot;
-       id=&quot;path24839&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:2.15384626;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
-    &lt;path
-       d=&quot;M 4.812305,4.46875 A 0.50005,0.50005 0 0 0 4.593555,5.3125 l 3.09375,3.0625 a 0.50005,0.50005 0 0 0 0.0625,0.0312 0.50005,0.50005 0 0 0 0.0625,0.0312 0.50005,0.50005 0 0 0 0.0625,0.0312 0.50005,0.50005 0 0 0 0.0312,0 0.50005,0.50005 0 0 0 0.0625,0.0312 0.50005,0.50005 0 0 0 0.0937,0 l 0.15625,0 2.78125,0 a 0.50005,0.50005 0 1 0 0,-1 l -2.75,0 -2.96875,-2.875 A 0.50005,0.50005 0 0 0 4.812205,4.46855 z&quot;
-       id=&quot;path25609&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;g transform=&quot;matrix(1.0686 0 0 1.0686 -.54860 -.54860)&quot;&gt;
+  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;enable-background:new;text-transform:none&quot; d=&quot;m8 0.51339c-4.1303 0-7.4866 3.3563-7.4866 7.4866s3.3563 7.4866 7.4866 7.4866 7.4866-3.3563 7.4866-7.4866-3.3563-7.4866-7.4866-7.4866zm0 1.9732c3.0494 0 5.5134 2.464 5.5134 5.5134s-2.464 5.5134-5.5134 5.5134-5.5134-2.464-5.5134-5.5134 2.464-5.5134 5.5134-5.5134z&quot;/&gt;
+  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;enable-background:new;text-transform:none&quot; d=&quot;m4.8123 4.4688a0.50005 0.50005 0 0 0 -0.2187 0.8437l3.0938 3.0625a0.50005 0.50005 0 0 0 0.0625 0.0312 0.50005 0.50005 0 0 0 0.0625 0.0312 0.50005 0.50005 0 0 0 0.0625 0.0312 0.50005 0.50005 0 0 0 0.0312 0 0.50005 0.50005 0 0 0 0.0625 0.0312 0.50005 0.50005 0 0 0 0.0937 0h0.15625 2.7812a0.50005 0.50005 0 1 0 0 -1h-2.75l-2.9688-2.875a0.50005 0.50005 0 0 0 -0.469 -0.1562z&quot;/&gt;
+ &lt;/g&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemStoragesvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemStorage.svg (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemStorage.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemStorage.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,52 +1,5 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg6420&quot;&gt;
-  &lt;defs
-     id=&quot;defs6422&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata6425&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;M 3.1875,0 C 1.98238,0 1,1.01795 1,2.21875 l 0,11.5625 C 1,14.98205 1.98238,16 3.1875,16 l 9.625,0 C 14.01762,16 15,14.98205 15,13.78125 L 15,2.21875 C 15,1.01795 14.01762,0 12.8125,0 L 3.1875,0 z M 3,3 13,3 13,14 3,14 3,3 z m 1,1 0,4 8.03125,0 0,-4 L 4,4 z m 2.34375,1.4375 a 0.50004997,0.50004997 0 0 1 0.0625,0 A 0.50004997,0.50004997 0 0 1 7,5.9375 L 7,6 9,6 9,5.9375 a 0.50004997,0.50004997 0 1 1 1,0 L 10,6 C 10,6.54535 9.54535,7 9,7 L 7,7 C 6.45465,7 6,6.54535 6,6 L 6,5.9375 a 0.50004997,0.50004997 0 0 1 0.34375,-0.5 z M 4.03125,9 l 0,4 8.03125,0 0,-4 -8.03125,0 z m 2.3125,1.4375 a 0.50004997,0.50004997 0 0 1 0.0625,0 A 0.50004997,0.50004997 0 0 1 7,10.9375 L 7,11 9,11 9,10.9375 a 0.50004997,0.50004997 0 1 1 1,0 L 10,11 c 0,0.54535 -0.45465,1 -1,1 L 7,12 C 6.45465,12 6,11.54535 6,11 l 0,-0.0625 a 0.50004997,0.50004997 0 0 1 0.34375,-0.5 z&quot;
-       id=&quot;rect11668-7&quot;
-       style=&quot;color:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;path style=&quot;color:#000000&quot; d=&quot;m3.1875 0c-1.2051 0-2.1875 1.018-2.1875 2.2188v11.562c0 1.201 0.9824 2.219 2.1875 2.219h9.625c1.206 0 2.188-1.018 2.188-2.219v-11.562c0-1.201-0.982-2.219-2.188-2.219h-9.6245zm-0.1875 3h10v11h-10v-11zm1 1v4h8.0312v-4h-8.031zm2.3438 1.4375a0.50005 0.50005 0 0 1 0.0625 0 0.50005 0.50005 0 0 1 0.5937 0.5v0.0625h2v-0.0625a0.50005 0.50005 0 1 1 1 0v0.0625c0 0.5454-0.4546 1-1 1h-2c-0.5454 0-1-0.4546-1-1v-0.0625a0.50005 0.50005 0 0 1 0.34375 -0.5zm-2.3126 3.5625v4h8.0312v-4h-8.0312zm2.3125 1.4375a0.50005 0.50005 0 0 1 0.0625 0 0.50005 0.50005 0 0 1 0.5938 0.5v0.062h2v-0.062a0.50005 0.50005 0 1 1 1 0v0.062c0 0.54535-0.45465 1-1 1h-2c-0.5454 0-1-0.455-1-1v-0.0625a0.50005 0.50005 0 0 1 0.34375 -0.5z&quot; fill-rule=&quot;evenodd&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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemTrash.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemTrash.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,52 +1,5 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg4702&quot;&gt;
-  &lt;defs
-     id=&quot;defs4704&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata4707&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;m 3.5,5 0,9 9,0 0,-9 2,0 0,9 c 0,2 -2,2 -2,2 l -9,0 c -2,0 -2,-2 -2,-2 l 0,-9 z m 4.00001,1 1.00002,0 0,6 -1.00002,0 z m 2,0 1.00002,0 0,6 -1.00002,0 z m -4,0 0.99999,0 0,6 -0.99999,0 z M 4.5,0 c -2,0 -2,2 -2,2 l -2,0 0,2 15,0 0,-2 -2,0 c 0,-2 -2,-2 -2,-2 l -7,0 z m 0,1 7,0 0,1 -7,0 0,-1 z&quot;
-       id=&quot;path3799&quot;
-       style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;path d=&quot;m3.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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemTypes.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemTypes.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,62 +1,8 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;13&quot;
-   height=&quot;14&quot;
-   id=&quot;svg16025&quot;&gt;
-  &lt;defs
-     id=&quot;defs16027&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata16030&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;translate(0,-2)&quot;
-     id=&quot;layer1&quot;&gt;
-    &lt;rect
-       width=&quot;12.000041&quot;
-       height=&quot;11.999752&quot;
-       rx=&quot;1.2111608&quot;
-       ry=&quot;1.2111316&quot;
-       x=&quot;0.4999795&quot;
-       y=&quot;3.000124&quot;
-       id=&quot;rect4319-7&quot;
-       style=&quot;fill:none;stroke:#000000;stroke-width:0.99995869;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;path
-       d=&quot;m 3.0937502,4.75 c -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.0625 l 0,1.2812501 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.09375,0.125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 0.250025,0.250025 0 0 0 0.03125,0 l 2.3749995,0 0,6.4687499 a 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.0625,0.09375 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 1.40625,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.09375,-0.09375 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 l 0,-6.4687499 2.4062501,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0
 .03125,-0.09375 0.250025,0.250025 0 0 0 0.03125,-0.0625 L 10.09375,5 a 0.250025,0.250025 0 0 0 0,-0.0625 A 0.250025,0.250025 0 0 0 10.0625,4.875 0.250025,0.250025 0 0 0 9.9687498,4.78125 0.250025,0.250025 0 0 0 9.9062498,4.75 a 0.250025,0.250025 0 0 0 -0.0625,0 l -6.6874996,0 c -0.02072,-0.00261 -0.04178,-0.00261 -0.0625,0 z&quot;
-       id=&quot;path9473-5-4&quot;
-       style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 13 14&quot;&gt;
+ &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;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemVariablesvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemVariable.svg (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemVariable.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemVariable.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,57 +1,7 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg8960&quot;&gt;
-  &lt;defs
-     id=&quot;defs8962&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata8965&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;g
-       transform=&quot;matrix(1.2171799,0,0,1.2171799,-1.7374392,-1.737439)&quot;
-       id=&quot;text8968&quot;
-       style=&quot;font-size:17.31025314px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Sans Bold&quot;&gt;
-      &lt;path
-         d=&quot;m 12.197736,10.908122 c -0.450066,0.311585 -0.6751,0.415446 -0.986684,0.415446 -0.398135,0 -0.761651,-0.225033 -1.125166,-0.70972 C 9.7916116,10.198402 9.6531285,9.9041258 8.9087884,8.0173101 9.9647128,6.2689763 10.98602,5.2996003 11.76498,5.2996003 c 0.05193,0 0.138482,0 0.242344,0.01731 l 0.155792,0 c 0.657789,0 1.177097,-0.4327569 1.177097,-0.9693742 0,-0.4327559 -0.311585,-0.7789614 -0.70972,-0.7789614 -1.073235,0 -2.423437,1.2809613 -4.0332892,3.8082557 L 7.3854861,3.793608 l -0.4500666,0 C 6.1737691,4.0013311 5.7063906,4.0705725 4.7889481,4.1744339 L 4.7023969,4.6764312 C 5.8621827,4.9360848 6.0525972,5.1438096 6.6411452,6.7017308 L 7.0739015,7.8268973 C 5.9660464,9.8695051 5.117842,10.700399 4.1484688,10.700399 c -0.069241,0 -0.1384822,0 -0.2250333,-0.01731 -0.2077229,-0.01731 -0.3635154,-0.03462 -0.3981359,-0.03462 -0.5019968,0 -0.8655126,0.363515 -0.8655126,0.865512 0,0.553928 0.3288953,0.917444 0.8135819,0.917444 1.177096,0 2.3022652,-1.107859 3.87
 74967,-3.8774971 l 0.3981358,0.9520639 c 0.588548,1.4540602 0.6924104,1.6790952 0.9693742,2.0252992 0.3981354,0.536618 0.9520645,0.830893 1.5752334,0.830893 0.72703,0 1.609854,-0.432757 2.284953,-1.107857 l -0.380826,-0.346205&quot;
-         id=&quot;path8973&quot;
-         style=&quot;font-style:italic;font-weight:normal;font-family:URW Bookman L;-inkscape-font-specification:URW Bookman L Italic&quot; /&gt;
-    &lt;/g&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;g transform=&quot;matrix(1.2172 0 0 1.2172 -1.7374 -1.7374)&quot;&gt;
+  &lt;path d=&quot;m12.198 10.908c-0.45007 0.31158-0.6751 0.41545-0.98668 0.41545-0.39814 0-0.76165-0.22503-1.1252-0.70972-0.2944-0.416-0.4329-0.7099-1.1772-2.5967 1.0559-1.7483 2.0772-2.7177 2.8562-2.7177 0.05193 0 0.13848 0 0.24234 0.01731h0.15579c0.65779 0 1.1771-0.43276 1.1771-0.96937 0-0.43276-0.31158-0.77896-0.70972-0.77896-1.0732 0-2.4234 1.281-4.0333 3.8083l-1.2116-3.5833h-0.45007c-0.7616 0.2077-1.229 0.277-2.1465 0.3808l-0.0865 0.502c1.1598 0.2597 1.3502 0.4674 1.9387 2.0253l0.4328 1.1252c-1.1079 2.0426-1.9561 2.8731-2.9254 2.8731-0.069241 0-0.13848 0-0.22503-0.01731-0.20772-0.01731-0.36352-0.03462-0.39814-0.03462-0.502 0-0.86551 0.36352-0.86551 0.86551 0 0.55393 0.3289 0.91744 0.81358 0.91744 1.1771 0 2.3023-1.1079 3.8775-3.8775l0.39814 0.95206c0.58855 1.4541 0.69241 1.6791 0.96937 2.0253 0.39814 0.53662 0.95206 0.83089 1.5752 0.83089 0.72703 0 1.6099-0.43276 2.285-1.1079l-0.38083-0.3462&quot;/&gt;
+ &lt;/g&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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/PaintFlashing.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/PaintFlashing.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,226 +1,5 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg7526&quot;&gt;
-  &lt;defs
-     id=&quot;defs7528&quot;&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282&quot;
-       gradientTransform=&quot;matrix(-2.3934765,0.36393991,-0.16537651,-1.2902821,-54.066392,-2627.2326)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6731&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6733&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6735&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6737&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6739&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6741&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6743&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6745&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282-5&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284-2&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6767&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6769&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6771&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6773&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6775&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6777&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6779&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6781&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6783&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6785&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6787&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6789&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6791&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6793&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6795&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6797&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282-2&quot;
-       gradientTransform=&quot;matrix(-0.3603726,0.05374203,-0.02489983,-0.19053249,-524.45529,-1796.9344)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284-4&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6822&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6824&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6826&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6828&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6830&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6832&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6834&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6836&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282-7&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-91.460119,-2935.4358)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284-9&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282-1&quot;
-       gradientTransform=&quot;matrix(-2.3934765,0.36393991,-0.16537651,-1.2902821,-54.066392,-2627.2326)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284-21&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8245&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-91.460119,-2935.4357)&quot;&gt;
-      &lt;stop
-         id=&quot;stop8247&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata7531&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;path
-     d=&quot;m 13.93042,1.5000456 c -0.127173,0.00228 -0.296035,0.085471 -0.476809,0.2648939 -3.389573,3.3642292 -3.9819477,3.39622 -7.152136,7.761392 0.8506697,0.03196 1.5809379,0.5837425 1.9602151,1.3774495 C 12.014645,6.858354 12.437639,4.6956581 14.062867,2.0828122 14.226234,1.7300795 14.142377,1.4962448 13.93042,1.5000456 z M 5.9836023,10.268035 c -0.2926691,0.0069 -0.6291739,0.08868 -0.9536181,0.291384 C 3.9100677,11.259123 4.1578094,13.765467 1.851257,13.764635 2.0696412,14.6105 5.3829326,14.808518 6.7517947,13.923571 7.4653721,13.462255 7.9919169,12.609337 7.7054128,11.566015 7.5351191,10.94588 6.8616095,10.247299 5.9836023,10.268035 z&quot;
-     id=&quot;path9264&quot;
-     style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;path d=&quot;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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Pause.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Pause.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,56 +1,8 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg3923&quot;&gt;
-  &lt;defs
-     id=&quot;defs3925&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata3928&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;M 4,4 4,12 7,12 7,4 4,4 z&quot;
-       id=&quot;path3807-1-1-5-8-6&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0pt;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;text-anchor:start;color:#bebebe;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;font-family:Andale Mono&quot; /&gt;
-    &lt;path
-       d=&quot;m 9,4 0,8 3,0 0,-8 -3,0 z&quot;
-       id=&quot;path3807-1-1-5-8-6-3&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0pt;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;text-anchor:start;color:#bebebe;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;font-family:Andale Mono&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/PausedBreakpoint.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/PausedBreakpoint.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,319 +1,27 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg5300&quot;&gt;
-  &lt;defs
-     id=&quot;defs5302&quot;&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175-6&quot;
-       xlink:href=&quot;#linearGradient8978-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980-9&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982-2&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient5208&quot;
-       xlink:href=&quot;#linearGradient11520-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-31.728631,-21.533276)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient11520-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop11522-7&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop11524-7&quot;
-         style=&quot;stop-color:#fabebe;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient5210&quot;
-       xlink:href=&quot;#linearGradient4247-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-188.04562,-93.211546)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249-2&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251-2&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient5296&quot;
-       xlink:href=&quot;#linearGradient11520-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180918)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient5298&quot;
-       xlink:href=&quot;#linearGradient4247-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-6&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient5518&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.9244,-46.94361)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3929&quot;
-       xlink:href=&quot;#linearGradient8978-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3933&quot;
-       xlink:href=&quot;#linearGradient11520-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180918)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3935&quot;
-       xlink:href=&quot;#linearGradient4247-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3-2&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5-2&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3952&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-39.902379,-47.24489)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3925-3-9&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6-4-9&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3-2-1&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5-2-5&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4080&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.198725,-47.440746)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3925-3-9-6&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6-4-9-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3-2-1-9&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5-2-5-8&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4733&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.27489,-47.51691)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata5305&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;rect
-     width=&quot;15.003705&quot;
-     height=&quot;15.003344&quot;
-     rx=&quot;1.5143198&quot;
-     ry=&quot;1.5142833&quot;
-     x=&quot;0.49814749&quot;
-     y=&quot;0.49832821&quot;
-     id=&quot;rect4319-7&quot;
-     style=&quot;fill:url(#radialGradient3933);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3935);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;12.997247&quot;
-     height=&quot;12.999963&quot;
-     rx=&quot;0.5081172&quot;
-     ry=&quot;0.50810492&quot;
-     x=&quot;1.5013518&quot;
-     y=&quot;1.5016088&quot;
-     id=&quot;rect4321-0&quot;
-     style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;14.000044&quot;
-     height=&quot;14.000041&quot;
-     rx=&quot;1.9062433&quot;
-     ry=&quot;1.9062428&quot;
-     x=&quot;1.0017486&quot;
-     y=&quot;1.0015783&quot;
-     id=&quot;rect9035-4&quot;
-     style=&quot;fill:url(#radialGradient3929);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;path
-     d=&quot;m 4.9353007,4.850099 c -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.0625 l 0,8 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 1.4374997,0 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-2.875 c 0.1149081,0.0052 0.2182086,0.03125 0.34375,0.03125 0.8773303,0 1.8771032,-0.05577 2.6875,-0.4375 0.8103966,-0.3817315 1.4374996,-1.1250996 1.4374996,-2.34375 0,-1
 .1859421 -0.65393,-1.9067539 -1.4062496,-2.25 -0.7523196,-0.3432461 -1.5933054,-0.375 -2.125,-0.375 l -2.6249997,0 z m 1.6874997,1.8125 0.78125,0 c 0.502668,0 0.9798162,0.028766 1.28125,0.15625 0.3014338,0.1274839 0.4375,0.2779793 0.4375,0.6875 0,0.23499 -0.037039,0.3814267 -0.125,0.5 -0.087961,0.1185733 -0.2233926,0.2110623 -0.40625,0.28125 -0.3657149,0.1403755 -0.9332062,0.1875 -1.53125,0.1875 -0.144116,0 -0.2905331,-0.021575 -0.4375,-0.03125 l 0,-1.78125 z&quot;
-     id=&quot;path7036-2&quot;
-     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;path
-     d=&quot;m 5.0478557,3.75 c -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.0625 l 0,8 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 1.4374997,0 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-2.875 c 0.1149081,0.00518 0.2182086,0.03125 0.34375,0.03125 0.8773303,0 1.8771032,-0.055769 2.6875,-0.4375 C 10.577002,8.3370185 11.204105,7.5936504 11.204105,6.375 c 0,-1.18
 59421 -0.65393,-1.9067539 -1.4062496,-2.25 C 9.0455358,3.7817539 8.20455,3.75 7.6728554,3.75 l -2.6249997,0 z m 1.6874997,1.8125 0.78125,0 c 0.502668,0 0.9798162,0.028766 1.28125,0.15625 0.3014338,0.1274839 0.4375,0.2779793 0.4375,0.6875 0,0.23499 -0.037039,0.3814267 -0.125,0.5 -0.087961,0.1185733 -0.2233926,0.2110623 -0.40625,0.28125 -0.3657149,0.1403755 -0.9332062,0.1875 -1.53125,0.1875 -0.144116,0 -0.2905331,-0.021575 -0.4375,-0.03125 l 0,-1.78125 z&quot;
-     id=&quot;path7036-2-3&quot;
-     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient3925-3-9-6);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fabebe&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &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;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;#a40000&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#f9adad&quot; offset=&quot;1&quot;/&gt;
+  &lt;/linearGradient&gt;
+ &lt;/defs&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.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;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkPercentsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Percent.svg (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Percent.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Percent.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,55 +1,7 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg3879&quot;&gt;
-  &lt;defs
-     id=&quot;defs3881&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata3884&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;g
-       id=&quot;text3887&quot;
-       style=&quot;font-size:20.17291069px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot;&gt;
-      &lt;path
-         d=&quot;m 4.4394813,2.9164265 c 0.4034578,0 0.9682997,0.1210387 0.9682997,1.351585 0,0.746397 -0.2017299,1.4726225 -0.9682997,1.4726225 -0.7867428,0 -0.9481268,-0.7665714 -0.9481268,-1.5129683 0,-0.6657054 0.1815569,-1.3112392 0.9481268,-1.3112392 m 0,-1.7550432 c -1.4121024,0 -2.723343,1.0086476 -2.723343,3.0662824 0,2.4409197 1.3515864,3.2276657 2.723343,3.2276657 1.654177,0 2.925072,-1.2103766 2.925072,-3.2074928 0,-2.5014384 -1.7146986,-3.0864553 -2.925072,-3.0864553 M 11.580692,10.21902 c 0.403457,0 0.968299,0.121039 0.968299,1.351585 0,0.746397 -0.20173,1.45245 -0.968299,1.45245 -0.786743,0 -0.9683,-0.746399 -0.9683,-1.492796 0,-0.665705 0.20173,-1.311239 0.9683,-1.311239 m 0,-1.7550431 c -1.472621,0 -2.9048995,1.0086476 -2.9048995,3.0662821 0,2.44092 1.4726235,3.227666 2.9048995,3.227666 1.573485,0 2.723343,-1.210377 2.723343,-3.207493 0,-2.4610924 -1.51297,-3.0864551 -2.723343,-3.0864551 M 12.105187,0.99999998 1.2319885,15 3.8948127,15 14.768012,0.99999998 l
  -2.662825,0&quot;
-         id=&quot;path3892&quot; /&gt;
-    &lt;/g&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;g&gt;
+  &lt;path d=&quot;m4.4395 2.9164c0.40346 0 0.9683 0.12104 0.9683 1.3516 0 0.7464-0.20173 1.4726-0.9683 1.4726-0.78674 0-0.94813-0.76657-0.94813-1.513 0-0.66571 0.18156-1.3112 0.94813-1.3112m0-1.755c-1.4121 0-2.7233 1.0086-2.7233 3.0663 0 2.4409 1.3516 3.2277 2.7233 3.2277 1.6542 0 2.9251-1.2104 2.9251-3.2075 0-2.5014-1.7147-3.0865-2.9251-3.0865m7.1415 9.0576c0.40346 0 0.9683 0.12104 0.9683 1.3516 0 0.7464-0.20173 1.4524-0.9683 1.4524-0.78674 0-0.9683-0.7464-0.9683-1.4928 0-0.6657 0.20173-1.3112 0.9683-1.3112m0-1.755c-1.4726 0-2.9049 1.0086-2.9049 3.0663 0 2.4409 1.4726 3.2277 2.9049 3.2277 1.5735 0 2.7233-1.2104 2.7233-3.2075 0-2.4611-1.513-3.0865-2.7233-3.0865m0.524-7.464-10.873 14h2.6628l10.873-14h-2.6628&quot;/&gt;
+ &lt;/g&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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Plus.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Plus.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,59 +1,7 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;13&quot;
-   height=&quot;13&quot;
-   id=&quot;svg4491&quot;&gt;
-  &lt;defs
-     id=&quot;defs4493&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata4496&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;translate(0,-3)&quot;
-     id=&quot;layer1&quot;&gt;
-    &lt;text
-       x=&quot;0.45220301&quot;
-       y=&quot;15.371576&quot;
-       transform=&quot;scale(0.99916909,1.0008316)&quot;
-       id=&quot;text4499&quot;
-       xml:space=&quot;preserve&quot;
-       style=&quot;font-size:18.28762054px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot;&gt;&lt;tspan
-         x=&quot;0.45220301&quot;
-         y=&quot;15.371576&quot;
-         id=&quot;tspan4501&quot;&gt;+&lt;/tspan&gt;&lt;/text&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 13 13&quot;&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/PseudoElement.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/PseudoElement.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,319 +1,27 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg5300&quot;&gt;
-  &lt;defs
-     id=&quot;defs5302&quot;&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175-6&quot;
-       xlink:href=&quot;#linearGradient8978-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980-9&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982-2&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient5208&quot;
-       xlink:href=&quot;#linearGradient11520-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-31.728631,-21.533276)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient11520-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop11522-7&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop11524-7&quot;
-         style=&quot;stop-color:#fabebe;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient5210&quot;
-       xlink:href=&quot;#linearGradient4247-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-188.04562,-93.211546)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249-2&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251-2&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient5296&quot;
-       xlink:href=&quot;#linearGradient11520-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180918)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient5298&quot;
-       xlink:href=&quot;#linearGradient4247-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-6&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient5518&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.9244,-46.94361)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3929&quot;
-       xlink:href=&quot;#linearGradient8978-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3933&quot;
-       xlink:href=&quot;#linearGradient11520-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180918)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3935&quot;
-       xlink:href=&quot;#linearGradient4247-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3-2&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5-2&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3952&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-39.902379,-47.24489)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3925-3-9&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6-4-9&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3-2-1&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5-2-5&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4080&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.198725,-47.440746)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3925-3-9-6&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6-4-9-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3-2-1-9&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5-2-5-8&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4733&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.27489,-47.51691)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata5305&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;rect
-     width=&quot;15.003705&quot;
-     height=&quot;15.003344&quot;
-     rx=&quot;1.5143198&quot;
-     ry=&quot;1.5142833&quot;
-     x=&quot;0.49814749&quot;
-     y=&quot;0.49832821&quot;
-     id=&quot;rect4319-7&quot;
-     style=&quot;fill:url(#radialGradient3933);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3935);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;12.997247&quot;
-     height=&quot;12.999963&quot;
-     rx=&quot;0.5081172&quot;
-     ry=&quot;0.50810492&quot;
-     x=&quot;1.5013518&quot;
-     y=&quot;1.5016088&quot;
-     id=&quot;rect4321-0&quot;
-     style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;14.000044&quot;
-     height=&quot;14.000041&quot;
-     rx=&quot;1.9062433&quot;
-     ry=&quot;1.9062428&quot;
-     x=&quot;1.0017486&quot;
-     y=&quot;1.0015783&quot;
-     id=&quot;rect9035-4&quot;
-     style=&quot;fill:url(#radialGradient3929);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;path
-     d=&quot;m 4.9353007,4.850099 c -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.0625 l 0,8 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 1.4374997,0 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-2.875 c 0.1149081,0.0052 0.2182086,0.03125 0.34375,0.03125 0.8773303,0 1.8771032,-0.05577 2.6875,-0.4375 0.8103966,-0.3817315 1.4374996,-1.1250996 1.4374996,-2.34375 0,-1
 .1859421 -0.65393,-1.9067539 -1.4062496,-2.25 -0.7523196,-0.3432461 -1.5933054,-0.375 -2.125,-0.375 l -2.6249997,0 z m 1.6874997,1.8125 0.78125,0 c 0.502668,0 0.9798162,0.028766 1.28125,0.15625 0.3014338,0.1274839 0.4375,0.2779793 0.4375,0.6875 0,0.23499 -0.037039,0.3814267 -0.125,0.5 -0.087961,0.1185733 -0.2233926,0.2110623 -0.40625,0.28125 -0.3657149,0.1403755 -0.9332062,0.1875 -1.53125,0.1875 -0.144116,0 -0.2905331,-0.021575 -0.4375,-0.03125 l 0,-1.78125 z&quot;
-     id=&quot;path7036-2&quot;
-     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;path
-     d=&quot;m 5.0478557,3.75 c -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.0625 l 0,8 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 1.4374997,0 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-2.875 c 0.1149081,0.00518 0.2182086,0.03125 0.34375,0.03125 0.8773303,0 1.8771032,-0.055769 2.6875,-0.4375 C 10.577002,8.3370185 11.204105,7.5936504 11.204105,6.375 c 0,-1.18
 59421 -0.65393,-1.9067539 -1.4062496,-2.25 C 9.0455358,3.7817539 8.20455,3.75 7.6728554,3.75 l -2.6249997,0 z m 1.6874997,1.8125 0.78125,0 c 0.502668,0 0.9798162,0.028766 1.28125,0.15625 0.3014338,0.1274839 0.4375,0.2779793 0.4375,0.6875 0,0.23499 -0.037039,0.3814267 -0.125,0.5 -0.087961,0.1185733 -0.2233926,0.2110623 -0.40625,0.28125 -0.3657149,0.1403755 -0.9332062,0.1875 -1.53125,0.1875 -0.144116,0 -0.2905331,-0.021575 -0.4375,-0.03125 l 0,-1.78125 z&quot;
-     id=&quot;path7036-2-3&quot;
-     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient3925-3-9-6);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fabebe&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &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;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;#a40000&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#f9adad&quot; offset=&quot;1&quot;/&gt;
+  &lt;/linearGradient&gt;
+ &lt;/defs&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.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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Record.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Record.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,53 +1,7 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;13&quot;
-   height=&quot;13&quot;
-   id=&quot;svg3755&quot;&gt;
-  &lt;defs
-     id=&quot;defs3757&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata3760&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;translate(0,-3)&quot;
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;m 6.5,4.51754 c -2.74957,0 -4.98246,2.23288 -4.98246,4.98246 0,2.74957 2.23289,4.98246 4.98246,4.98246 2.74957,0 4.98246,-2.23289 4.98246,-4.98246 0,-2.74958 -2.23289,-4.98246 -4.98246,-4.98246 z&quot;
-       id=&quot;path4646-0&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0pt;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;text-anchor:start;color:#bebebe;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78125;marker:none;visibility:visible;display:inline;overflow:visible;font-family:Andale Mono&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 13 13&quot;&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Reflection.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Reflection.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,255 +1,29 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg7929&quot;&gt;
-  &lt;defs
-     id=&quot;defs7931&quot;&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890&quot;
-         style=&quot;stop-color:#204a87;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892&quot;
-         style=&quot;stop-color:#bdd2e9;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175-6-6-4-0&quot;
-       xlink:href=&quot;#linearGradient8978-0-9-0-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630262)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978-0-9-0-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980-9-1-8-4&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982-2-2-4-4&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient7833&quot;
-       xlink:href=&quot;#linearGradient7394-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-20.948972,32.907402)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7394-3&quot;&gt;
-      &lt;stop
-         id=&quot;stop7396-0&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7398-2&quot;
-         style=&quot;stop-color:#cbdbed;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient7835&quot;
-       xlink:href=&quot;#linearGradient4247-6-9-9-7&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-177.26596,-38.770868)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247-6-9-9-7&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249-2-0-1-7&quot;
-         style=&quot;stop-color:#204a87;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251-2-1-0-5&quot;
-         style=&quot;stop-color:#bdd2e9;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient7925&quot;
-       xlink:href=&quot;#linearGradient7394-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.948972,0.77180763)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient7927&quot;
-       xlink:href=&quot;#linearGradient4247-6-9-9-7&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906462)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-7&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-4&quot;
-         style=&quot;stop-color:#204a87;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2&quot;
-         style=&quot;stop-color:#bdd2e9;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient8140&quot;
-       xlink:href=&quot;#linearGradient7888-7&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.9244,-46.943611)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-5-9-6-1-0&quot;
-       xlink:href=&quot;#linearGradient7888-7-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870602,-43.768872)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-7-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-4-0&quot;
-         style=&quot;stop-color:#204a87;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2-3&quot;
-         style=&quot;stop-color:#bdd2e9;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient8293&quot;
-       xlink:href=&quot;#linearGradient7888-7-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-39.497065,-47.58668)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-5-9-6-1-0-3&quot;
-       xlink:href=&quot;#linearGradient7888-7-8-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870602,-43.768872)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-7-8-2&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-4-0-7&quot;
-         style=&quot;stop-color:#204a87;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2-3-2&quot;
-         style=&quot;stop-color:#bdd2e9;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient8437&quot;
-       xlink:href=&quot;#linearGradient7888-7-8-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.885989,-48.383554)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata7934&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;rect
-       width=&quot;15.003705&quot;
-       height=&quot;15.003344&quot;
-       rx=&quot;1.5143198&quot;
-       ry=&quot;1.5142833&quot;
-       x=&quot;0.49814749&quot;
-       y=&quot;0.49832821&quot;
-       id=&quot;rect4319-7-2-1-7&quot;
-       style=&quot;fill:url(#radialGradient7925);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient7927);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;12.997247&quot;
-       height=&quot;12.999963&quot;
-       rx=&quot;0.5081172&quot;
-       ry=&quot;0.50810492&quot;
-       x=&quot;1.5013518&quot;
-       y=&quot;1.5016088&quot;
-       id=&quot;rect4321-0-9-4-0&quot;
-       style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;14.000044&quot;
-       height=&quot;14.000041&quot;
-       rx=&quot;1.9062433&quot;
-       ry=&quot;1.9062428&quot;
-       x=&quot;1.0017486&quot;
-       y=&quot;1.0015783&quot;
-       id=&quot;rect9035-4-9-5-7&quot;
-       style=&quot;fill:url(#radialGradient3175-6-6-4-0);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;path
-       d=&quot;m 4.7936877,4.8500978 c -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 -6.52e-4,0.010403 -6.52e-4,0.020847 0,0.03125 -0.0026,0.020724 -0.0026,0.041776 0,0.0625 l 0,8.0000002 a 0.250025,0.250025 0 0 0 0,0.03125 0.250025,0.250025 0 0 0 0,0.03125 0.250025,0.250025 0 0 0 0,0.03125 0.250025,0.250025 0 0 0 0,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 0.250025,0.250025 0 0 0 0.03125,0 l 1.40625,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-2.875 c 0.124827,0.0059 0.238097,0.03125 
 0.375,0.03125 0.149307,0 0.324266,0.0053 0.5,0 l 1.75,2.96875 a 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.0625 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,0 l 1.6250003,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.09375 L 9.2624377,9.8500978 c 0.408774,-0.163092 0.8262163,-0.351698 1.1250003,-0.6875 0.365592,-0.4108871 0.59375,-0.9625791 0.59375,-1.6874999 0,-1.1859422 -0.65393,-1.906754 -1.4062503,-2.2500001 -0.75232,-0.3432461 -1.624556,-0.375 -2.15625,-0.375 l -2.59375,0 c -0.0104,-6.514e-4 -0.02085,-6.514e-4 -0.03125,0 z m 1.6875,1.8125 0.8125,0 c 0.502668,0 0.979816,0.028766 1.28125,0.15625 0.301434,0.1274839 0.4375,0.2779794 
 0.4375,0.6875001 0,0.23499 -0.03704,0.3814267 -0.125,0.5 -0.08796,0.1185733 -0.223393,0.2110623 -0.40625,0.28125 -0.365715,0.1403755 -0.933206,0.1875 -1.53125,0.1875 -0.154377,0 -0.310083,-0.020841 -0.46875,-0.03125 l 0,-1.7812501 z&quot;
-       id=&quot;path3371-1&quot;
-       style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-    &lt;path
-       d=&quot;m 4.8454677,3.8197678 c -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 -6.52e-4,0.010403 -6.52e-4,0.020847 0,0.03125 -0.0026,0.020724 -0.0026,0.041776 0,0.0625 l 0,8.0000002 a 0.250025,0.250025 0 0 0 0,0.03125 0.250025,0.250025 0 0 0 0,0.03125 0.250025,0.250025 0 0 0 0,0.03125 0.250025,0.250025 0 0 0 0,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 0.250025,0.250025 0 0 0 0.03125,0 l 1.40625,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-2.8750002 c 0.124827,0.00594 0.238097,0.0
 3125 0.375,0.03125 0.149307,0 0.324266,0.00525 0.5,0 l 1.75,2.9687502 a 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.0625 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,0 l 1.6250003,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.09375 L 9.3142177,8.8197678 c 0.408774,-0.163092 0.8262163,-0.351698 1.1250003,-0.6875 0.365592,-0.4108871 0.59375,-0.9625791 0.59375,-1.6874999 0,-1.1859422 -0.65393,-1.906754 -1.4062503,-2.2500001 -0.75232,-0.3432461 -1.624556,-0.375 -2.15625,-0.375 l -2.59375,0 c -0.0104,-6.514e-4 -0.02085,-6.514e-4 -0.03125,0 z m 1.6875,1.8125 0.8125,0 c 0.502668,0 0.979816,0.028766 1.28125,0.15625 0.301434,0.1274839 0.4375,0.
 2779794 0.4375,0.6875001 0,0.23499 -0.03704,0.3814267 -0.125,0.5 -0.08796,0.1185733 -0.223393,0.2110623 -0.40625,0.28125 -0.365715,0.1403755 -0.933206,0.1875 -1.53125,0.1875 -0.154377,0 -0.310083,-0.020841 -0.46875,-0.03125 l 0,-1.7812501 z&quot;
-       id=&quot;path3371-1-3&quot;
-       style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient3161-1-5-9-6-1-0-3);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#cbdbed&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &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;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;
+ &lt;/defs&gt;
+ &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;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkReloadsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Reload.svg (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Reload.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Reload.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,53 +1,7 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg3946&quot;&gt;
-  &lt;defs
-     id=&quot;defs3948&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata3951&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;matrix(0.99997967,0,0,0.99997967,0.00235437,-6.0239598e-5)&quot;
-     id=&quot;layer1-2&quot;&gt;
-    &lt;path
-       d=&quot;M 12.90625,1.96875 C 12.86397,1.9764663 12.822187,1.9869119 12.78125,2 12.334096,2.1001409 11.98897,2.5419023 12,3 l 0,1.6875 C 11.617752,4.10954 11.15073,3.60527 10.59375,3.1875 9.43812,2.32073 8.0617648,1.93523 6.71875,2 6.5268907,2.009 6.3465225,2.0353 6.15625,2.0625 4.63407,2.27991 3.1781,3.08554 2.1875,4.40625 0.20631,7.04769 0.76483,10.8313 3.40625,12.8125 6.04772,14.79372 9.83129,14.23517 11.8125,11.59375 11.935176,11.422061 12.001825,11.211005 12,11 c 0.004,-0.05198 0.004,-0.104272 0,-0.15625 L 12,10 11.1875,10 11.09375,10 C 11.062523,9.9985438 11.031227,9.9985438 11,10 10.685846,9.9985471 10.37483,10.154055 10.1875,10.40625 8.85485,12.18299 6.37048,12.52012 4.59375,11.1875 2.81701,9.85486 2.47985,7.37051 3.8125,5.59375 5.14515,3.81701 7.6295,3.47986 9.40625,4.8125 9.8357139,5.13462 10.175795,5.54545 10.4375,6 L 9,6 C 8.4764155,6.0000524 8.0000524,6.4764155 8,7 7.99201,7.072625 7.99201,7.1461254 8,7.21875 L 8,8 8.84375,8 9,8 l 4,0 1,0 0,-1 c 0,-1.66666
 67 0,-3.3612728 0,-5.0279395 -0.364602,0.0034 -0.729177,-0.00179 -1.09375,-0.00326 z&quot;
-       id=&quot;path4597-1&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#bebebe;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;g transform=&quot;matrix(.99998 0 0 .99998 .0023544 -.000060240)&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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ReloadFull.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ReloadFull.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,442 +1,48 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;13&quot;
-   height=&quot;13&quot;
-   id=&quot;svg5505&quot;&gt;
-  &lt;defs
-     id=&quot;defs5507&quot;&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282-6&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284-8&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6864&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108246.9,-90947.248)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6866&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282-6-0&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108257.94,-90943.922)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284-8-3&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282-6-8&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284-8-2&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6933&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6935&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282-6-0-7&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108257.94,-90943.922)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284-8-3-5&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282-6-9&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284-8-7&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6990&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6992&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282-6-0-0&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108257.94,-90943.922)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284-8-3-0&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282-6-8-4&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284-8-2-4&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6998&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)&quot;&gt;
-      &lt;stop
-         id=&quot;stop7000&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282-6-0-7-8&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108257.94,-90943.922)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284-8-3-5-7&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282-6-97&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284-8-0&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6990-4&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6992-9&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282-6-0-9&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108257.94,-90943.922)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284-8-3-8&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282-6-8-9&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284-8-2-46&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6998-2&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108259.94,-90943.922)&quot;&gt;
-      &lt;stop
-         id=&quot;stop7000-6&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282-6-0-7-2&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-108257.94,-90943.922)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284-8-3-5-3&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282&quot;
-       gradientTransform=&quot;matrix(-1.5203223,0.22672424,-0.10504619,-0.80380914,-411.92227,-1905.8545)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6711&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop6713&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282-8&quot;
-       gradientTransform=&quot;matrix(-1.5203223,0.22672424,-0.10504619,-0.80380914,-411.92227,-1905.8545)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284-4&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient19282-9&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,-350.45992,-3317.414)&quot;&gt;
-      &lt;stop
-         id=&quot;stop19284-3&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient9448&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop9450&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient9452&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop9454&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient9456&quot;
-       gradientTransform=&quot;matrix(-2.7365795,0.40810354,-0.18908311,-1.4468561,239.54008,-1703.6896)&quot;&gt;
-      &lt;stop
-         id=&quot;stop9458&quot;
-         style=&quot;stop-color:#666666;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-    &lt;/linearGradient&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata5510&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;translate(0,-3)&quot;
-     id=&quot;layer1&quot;
-     style=&quot;display:none&quot;&gt;
-    &lt;path
-       d=&quot;m 2,2.9881657 c -1.05237,0 -2,0.84508 -2,1.9375 L 0,14.0625 C 0,15.15492 0.94763,16 2,16 l 11,0 c 1.05237,0 2,-0.84508 2,-1.9375 l 0,-9.1368343 c 0,-1.09242 -0.94763,-1.9375 -2,-1.9375 z M 2,6 l 3.03125,0 0,2 L 2,8 z M 6.03125,6 9,6 9,8 6.03125,8 z M 10,6 l 3,0 0,2 -3,0 z m -8,3 3.03125,0 0,2 L 2,11 z M 6.03125,9 9,9 9,11 6.03125,11 z M 10,9 l 3,0 0,2 -3,0 z m -8,3 3.03125,0 0,2 L 2,14 z M 6.03125,12 9,12 9,14 6.03125,14 z M 10,12 l 3,0 0,2 -3,0 z&quot;
-       id=&quot;rect27790&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
-    &lt;g
-       transform=&quot;translate(21.103423,-1.4639636)&quot;
-       id=&quot;g7107&quot;&gt;
-      &lt;g
-         id=&quot;g6968&quot;&gt;
-        &lt;g
-           transform=&quot;translate(0.65192398,4.7199398)&quot;
-           id=&quot;g6916&quot;&gt;
-          &lt;rect
-             width=&quot;1&quot;
-             height=&quot;1&quot;
-             x=&quot;-3.8970413&quot;
-             y=&quot;1.4201183&quot;
-             id=&quot;rect20774-7&quot;
-             style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-          &lt;rect
-             width=&quot;1&quot;
-             height=&quot;1&quot;
-             x=&quot;-2.8970413&quot;
-             y=&quot;0.42011827&quot;
-             id=&quot;rect20776-7&quot;
-             style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-          &lt;rect
-             width=&quot;1&quot;
-             height=&quot;1&quot;
-             x=&quot;-1.8970413&quot;
-             y=&quot;1.4201183&quot;
-             id=&quot;rect20774-7-0&quot;
-             style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-        &lt;/g&gt;
-        &lt;g
-           transform=&quot;translate(0.65192398,6.7199399)&quot;
-           id=&quot;g6916-5&quot;&gt;
-          &lt;rect
-             width=&quot;1&quot;
-             height=&quot;1&quot;
-             x=&quot;-3.8970413&quot;
-             y=&quot;1.4201183&quot;
-             id=&quot;rect20774-7-3&quot;
-             style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-          &lt;rect
-             width=&quot;1&quot;
-             height=&quot;1&quot;
-             x=&quot;-2.8970413&quot;
-             y=&quot;0.42011827&quot;
-             id=&quot;rect20776-7-9&quot;
-             style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-          &lt;rect
-             width=&quot;1&quot;
-             height=&quot;1&quot;
-             x=&quot;-1.8970413&quot;
-             y=&quot;1.4201183&quot;
-             id=&quot;rect20774-7-0-6&quot;
-             style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-        &lt;/g&gt;
-      &lt;/g&gt;
-      &lt;g
-         transform=&quot;translate(0,4.0000002)&quot;
-         id=&quot;g6968-2&quot;&gt;
-        &lt;g
-           transform=&quot;translate(0.65192398,4.7199398)&quot;
-           id=&quot;g6916-2&quot;&gt;
-          &lt;rect
-             width=&quot;1&quot;
-             height=&quot;1&quot;
-             x=&quot;-3.8970413&quot;
-             y=&quot;1.4201183&quot;
-             id=&quot;rect20774-7-6&quot;
-             style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-          &lt;rect
-             width=&quot;1&quot;
-             height=&quot;1&quot;
-             x=&quot;-2.8970413&quot;
-             y=&quot;0.42011827&quot;
-             id=&quot;rect20776-7-6&quot;
-             style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-          &lt;rect
-             width=&quot;1&quot;
-             height=&quot;1&quot;
-             x=&quot;-1.8970413&quot;
-             y=&quot;1.4201183&quot;
-             id=&quot;rect20774-7-0-60&quot;
-             style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-        &lt;/g&gt;
-        &lt;g
-           transform=&quot;translate(0.65192398,6.7199399)&quot;
-           id=&quot;g6916-5-6&quot;&gt;
-          &lt;rect
-             width=&quot;1&quot;
-             height=&quot;1&quot;
-             x=&quot;-3.8970413&quot;
-             y=&quot;1.4201183&quot;
-             id=&quot;rect20774-7-3-2&quot;
-             style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-          &lt;rect
-             width=&quot;1&quot;
-             height=&quot;1&quot;
-             x=&quot;-2.8970413&quot;
-             y=&quot;0.42011827&quot;
-             id=&quot;rect20776-7-9-0&quot;
-             style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-          &lt;rect
-             width=&quot;1&quot;
-             height=&quot;1&quot;
-             x=&quot;-1.8970413&quot;
-             y=&quot;1.4201183&quot;
-             id=&quot;rect20774-7-0-6-0&quot;
-             style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-        &lt;/g&gt;
-      &lt;/g&gt;
-      &lt;g
-         transform=&quot;translate(0,8.0000004)&quot;
-         id=&quot;g6968-5&quot;&gt;
-        &lt;g
-           transform=&quot;translate(0.65192398,4.7199398)&quot;
-           id=&quot;g6916-24&quot;&gt;
-          &lt;rect
-             width=&quot;1&quot;
-             height=&quot;1&quot;
-             x=&quot;-3.8970413&quot;
-             y=&quot;1.4201183&quot;
-             id=&quot;rect20774-7-1&quot;
-             style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-          &lt;rect
-             width=&quot;1&quot;
-             height=&quot;1&quot;
-             x=&quot;-2.8970413&quot;
-             y=&quot;0.42011827&quot;
-             id=&quot;rect20776-7-8&quot;
-             style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-          &lt;rect
-             width=&quot;1&quot;
-             height=&quot;1&quot;
-             x=&quot;-1.8970413&quot;
-             y=&quot;1.4201183&quot;
-             id=&quot;rect20774-7-0-4&quot;
-             style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-        &lt;/g&gt;
-        &lt;g
-           transform=&quot;translate(0.65192398,6.7199399)&quot;
-           id=&quot;g6916-5-9&quot;&gt;
-          &lt;rect
-             width=&quot;1&quot;
-             height=&quot;1&quot;
-             x=&quot;-3.8970413&quot;
-             y=&quot;1.4201183&quot;
-             id=&quot;rect20774-7-3-1&quot;
-             style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-          &lt;rect
-             width=&quot;1&quot;
-             height=&quot;1&quot;
-             x=&quot;-2.8970413&quot;
-             y=&quot;0.42011827&quot;
-             id=&quot;rect20776-7-9-8&quot;
-             style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-          &lt;rect
-             width=&quot;1&quot;
-             height=&quot;1&quot;
-             x=&quot;-1.8970413&quot;
-             y=&quot;1.4201183&quot;
-             id=&quot;rect20774-7-0-6-7&quot;
-             style=&quot;fill-opacity:1;stroke:none&quot; /&gt;
-        &lt;/g&gt;
-      &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 13 13&quot;&gt;
+ &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;
</ins><span class="cx">     &lt;/g&gt;
</span><del>-    &lt;rect
-       width=&quot;2.8367083&quot;
-       height=&quot;11.788143&quot;
-       x=&quot;6.081646&quot;
-       y=&quot;3.7941763&quot;
-       id=&quot;rect7136&quot;
-       style=&quot;color:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.83536196;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
-    &lt;path
-       d=&quot;m -1.4538462,14.453846 0,-1 -1,0 0,1 -1,0 0,-1 1,0 0,-1 -1,0 0,-1 1,0 0,-1 -1,0 0,-0.9999998 1,0 0,-1 -1,0 0,-1 1,0 0,-1 1,0 0,1 1.00000005,0 0,1 -1.00000005,0 0,1 1.00000005,0 0,0.9999998 -1.00000005,0 0,1 1.00000005,0 0,1 -1.00000005,0 0,1 1.00000005,0 0,1 -1.00000005,0 m 5,2 c 1.05237,0 2,-0.84508 2,-1.9375 l 0,-9.1249998 c 0,-1.09242 -0.94763,-1.9375 -2,-1.9375 l -11,0 c -1.0523696,0 -2,0.84508 -2,1.9375 l 0,9.1249998 c 0,1.09242 0.9476304,1.9375 2,1.9375 m 6,-4 0,-1 -1,0 0,1 z m 0,-2 0,-0.9999998 -1,0 0,0.9999998 z m 0,-1.9999998 0,-1 -1,0 0,1 z m 0,-2 -1,0 z m -6,0 3.03125,0 0,2 -3.03125,0 z m 8.00000005,0 2.99999995,0 0,2 -2.99999995,0 z m -8.00000005,3 3.03125,0 0,1.9999998 -3.03125,0 z m 8.00000005,0 2.99999995,0 0,1.9999998 -2.99999995,0 z m -8.00000005,2.9999998 3.03125,0 0,2 -3.03125,0 z m 8.00000005,0 2.99999995,0 0,2 -2.99999995,0 z&quot;
-       id=&quot;rect27790-9-7&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
-  &lt;/g&gt;
-  &lt;g
-     id=&quot;layer2&quot;&gt;
-    &lt;g
-       transform=&quot;matrix(0.99964104,0,0,0.99964104,-0.99937678,-1.481425)&quot;
-       id=&quot;layer1-2&quot;&gt;
-      &lt;path
-         d=&quot;M 12.90625,1.96875 C 12.86397,1.9764663 12.822187,1.9869119 12.78125,2 12.334096,2.1001409 11.98897,2.5419023 12,3 l 0,1.6875 C 11.617752,4.10954 11.15073,3.60527 10.59375,3.1875 9.43812,2.32073 8.0617648,1.93523 6.71875,2 6.5268907,2.009 6.3465225,2.0353 6.15625,2.0625 4.63407,2.27991 3.1781,3.08554 2.1875,4.40625 0.20631,7.04769 0.76483,10.8313 3.40625,12.8125 6.04772,14.79372 9.83129,14.23517 11.8125,11.59375 11.935176,11.422061 12.001825,11.211005 12,11 c 0.004,-0.05198 0.004,-0.104272 0,-0.15625 L 12,10 11.1875,10 11.09375,10 C 11.062523,9.9985438 11.031227,9.9985438 11,10 10.685846,9.9985471 10.37483,10.154055 10.1875,10.40625 8.85485,12.18299 6.37048,12.52012 4.59375,11.1875 2.81701,9.85486 2.47985,7.37051 3.8125,5.59375 5.14515,3.81701 7.6295,3.47986 9.40625,4.8125 9.8357139,5.13462 10.175795,5.54545 10.4375,6 L 9,6 C 8.4764155,6.0000524 8.0000524,6.4764155 8,7 7.99201,7.072625 7.99201,7.1461254 8,7.21875 L 8,8 8.84375,8 9,8 l 4,0 1,0 0,-1 c 0,-1.666
 6667 0,-3.3612728 0,-5.0279395 -0.364602,0.0034 -0.729177,-0.00179 -1.09375,-0.00326 z&quot;
-         id=&quot;path4597&quot;
-         style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#bebebe;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
</del><ins>+    &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;
</ins><span class="cx">     &lt;/g&gt;
</span><ins>+   &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;
</ins><span class="cx">   &lt;/g&gt;
</span><ins>+  &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ReplayPauseButton.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ReplayPauseButton.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,57 +1,8 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;36&quot;
-   height=&quot;36&quot;
-   id=&quot;svg3008&quot;&gt;
-  &lt;defs
-     id=&quot;defs3010&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata3013&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;translate(0,4)&quot;
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;m 9,5 0,18 6.75,0 0,-18 L 9,5 z&quot;
-       id=&quot;path3807-1-1-5-8-6&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0pt;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;text-anchor:start;color:#bebebe;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;font-family:Andale Mono&quot; /&gt;
-    &lt;path
-       d=&quot;m 20.25,5 0,18 6.75,0 0,-18 -6.75,0 z&quot;
-       id=&quot;path3807-1-1-5-8-6-3&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0pt;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;text-anchor:start;color:#bebebe;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;font-family:Andale Mono&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 36 36&quot;&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ReplayPlayButton.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ReplayPlayButton.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,49 +1,5 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;36&quot;
-   height=&quot;36&quot;
-   id=&quot;svg3008&quot;&gt;
-  &lt;defs
-     id=&quot;defs3010&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata3013&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;path
-     d=&quot;m 9.00011,6.75 0,22.5 2.039063,0 0.210937,0 c 0.393556,0.0023 0.78251,-0.0873 1.125,-0.28125 l 15.75,-9 C 28.824183,19.581998 29.179798,18.790988 29.179798,18 c 0,-0.790988 -0.355615,-1.581998 -1.054688,-1.96875 l -15.75,-9 C 12.03262,6.8371875 11.643666,6.7470525 11.25011,6.75 l -0.210937,0 z&quot;
-     id=&quot;path3807-1-1-9-38-4&quot;
-     style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#4e9a06;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans&quot; /&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 36 36&quot;&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ReplayRecordingButton.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ReplayRecordingButton.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,49 +1,5 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;36&quot;
-   height=&quot;36&quot;
-   id=&quot;svg3008&quot;&gt;
-  &lt;defs
-     id=&quot;defs3010&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata3013&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;path
-     d=&quot;M 18,6.789465 C 11.813468,6.789465 6.789465,11.813445 6.789465,18 6.789465,24.186533 11.813468,29.210535 18,29.210535 24.186532,29.210535 29.210535,24.186533 29.210535,18 29.210535,11.813445 24.186532,6.789465 18,6.789465 z&quot;
-     id=&quot;path4646-0&quot;
-     style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0pt;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;text-anchor:start;color:#bebebe;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78125;marker:none;visibility:visible;display:inline;overflow:visible;font-family:Andale Mono&quot; /&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 36 36&quot;&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Request.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Request.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,215 +1,29 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg6067&quot;&gt;
-  &lt;defs
-     id=&quot;defs6069&quot;&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-5&quot;
-       xlink:href=&quot;#linearGradient6020&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870601,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6020&quot;&gt;
-      &lt;stop
-         id=&quot;stop6022&quot;
-         style=&quot;stop-color:#ce5c00;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop6024&quot;
-         style=&quot;stop-color:#fedba8;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175-6-6&quot;
-       xlink:href=&quot;#linearGradient8978-0-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978-0-9&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980-9-1&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982-2-2&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient5965&quot;
-       xlink:href=&quot;#linearGradient6026&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,44.406962,-13.194293)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6026&quot;&gt;
-      &lt;stop
-         id=&quot;stop6028&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop6030&quot;
-         style=&quot;stop-color:#fee2ba;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient5967&quot;
-       xlink:href=&quot;#linearGradient4247-6-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-111.91003,-84.872563)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247-6-9&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249-2-0&quot;
-         style=&quot;stop-color:#ce5c00;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251-2-1&quot;
-         style=&quot;stop-color:#fedba8;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient6063&quot;
-       xlink:href=&quot;#linearGradient6026&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.948971,0.77180864)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient6065&quot;
-       xlink:href=&quot;#linearGradient4247-6-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-5-1&quot;
-       xlink:href=&quot;#linearGradient6020-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870601,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient6020-2&quot;&gt;
-      &lt;stop
-         id=&quot;stop6022-1&quot;
-         style=&quot;stop-color:#ce5c00;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop6024-3&quot;
-         style=&quot;stop-color:#fedba8;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient6333&quot;
-       xlink:href=&quot;#linearGradient6020-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.9244,-46.943611)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata6072&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;rect
-       width=&quot;15.003705&quot;
-       height=&quot;15.003344&quot;
-       rx=&quot;1.5143198&quot;
-       ry=&quot;1.5142833&quot;
-       x=&quot;0.49814749&quot;
-       y=&quot;0.49832821&quot;
-       id=&quot;rect4319-7-2&quot;
-       style=&quot;fill:url(#radialGradient6063);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient6065);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;12.997247&quot;
-       height=&quot;12.999963&quot;
-       rx=&quot;0.5081172&quot;
-       ry=&quot;0.50810492&quot;
-       x=&quot;1.5013518&quot;
-       y=&quot;1.5016088&quot;
-       id=&quot;rect4321-0-9&quot;
-       style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;14.000044&quot;
-       height=&quot;14.000041&quot;
-       rx=&quot;1.9062433&quot;
-       ry=&quot;1.9062428&quot;
-       x=&quot;1.0017486&quot;
-       y=&quot;1.0015783&quot;
-       id=&quot;rect9035-4-9&quot;
-       style=&quot;fill:url(#radialGradient3175-6-6);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;path
-       d=&quot;m 7.0290442,4.6963734 c -0.514325,0.047292 -1.015171,0.1950858 -1.5,0.4375 -0.0104,-6.514e-4 -0.02085,-6.514e-4 -0.03125,0 l -0.1875,0.125 c -0.03544,0.013371 -0.06778,0.034924 -0.09375,0.0625 -0.01327,0.019236 -0.02382,0.040343 -0.03125,0.0625 -0.0026,0.020724 -0.0026,0.041776 0,0.0625 -0.0026,0.020724 -0.0026,0.041776 0,0.0625 0.0074,0.022157 0.01798,0.043264 0.03125,0.0625 l 0.4375,1.09375 c 0.0095,0.011311 0.01994,0.021782 0.03125,0.03125 0.0095,0.011311 0.01994,0.021782 0.03125,0.03125 0.0095,0.011311 0.01994,0.021782 0.03125,0.03125 0.0095,0.011311 0.01994,0.021782 0.03125,0.03125 0.02876,0.016495 0.06084,0.027188 0.09375,0.03125 0.02072,0.00261 0.04178,0.00261 0.0625,0 0.01131,-0.00947 0.02178,-0.019939 0.03125,-0.03125 l 0.21875,-0.0625 c 0.0104,6.514e-4 0.02085,6.514e-4 0.03125,0 0.253104,-0.1070825 0.810538,-0.25 1.1874999,-0.25 0.616124,0 0.930615,0.1578396 1.09375,0.3125 0.163135,0.1546604 0.1875,0.3218048 0.1875,0.46875 0,0.2839645 -0.103296,0.487
 3018 -0.28125,0.6875 -0.177954,0.2001982 -0.438739,0.3829692 -0.71875,0.625 C 7.1252731,9.055435 6.5290442,9.753887 6.5290442,11.071373 l 0,0.25 c -6.51e-4,0.0104 -6.51e-4,0.02085 0,0.03125 0.0041,0.03291 0.01475,0.06499 0.03125,0.09375 0.0095,0.01131 0.01994,0.02178 0.03125,0.03125 0.0095,0.01131 0.01994,0.02178 0.03125,0.03125 0.03465,0.03208 0.07855,0.05403 0.125,0.0625 0.0104,6.52e-4 0.02085,6.52e-4 0.03125,0 l 1.4062499,0 c 0.02072,0.0026 0.04178,0.0026 0.0625,0 0.03545,-0.01337 0.06778,-0.03492 0.09375,-0.0625 0.01131,-0.0095 0.02178,-0.01994 0.03125,-0.03125 0.03208,-0.03464 0.05403,-0.07855 0.0625,-0.125 6.51e-4,-0.0104 6.51e-4,-0.02085 0,-0.03125 l 0,-0.25 c 0,-0.425365 0.106343,-0.698962 0.28125,-0.9375 0.174907,-0.2385372 0.446409,-0.4234422 0.71875,-0.6562496 0.544681,-0.4656148 1.1562499,-1.1016347 1.1562499,-2.375 0,-0.7837939 -0.330572,-1.4122805 -0.8749999,-1.8125 -0.544428,-0.4002194 -1.279935,-0.59375 -2.15625,-0.59375 -0.16808,0 -0.359808,-0.015764 -0.5312
 499,0 z m -0.34375,6.9687496 c -0.04343,-6.79e-4 -0.087,0.01021 -0.125,0.03125 -0.03888,0.02211 -0.07164,0.05487 -0.09375,0.09375 -0.01327,0.01924 -0.02385,0.04034 -0.03125,0.0625 -0.0026,0.02072 -0.0026,0.04178 0,0.0625 l 0,1.34375 c -0.0026,0.02072 -0.0026,0.04178 0,0.0625 0.0074,0.02216 0.01798,0.04326 0.03125,0.0625 0.02211,0.03888 0.05487,0.07164 0.09375,0.09375 0.038,0.02104 0.08157,0.03193 0.125,0.03125 l 1.4999999,0 c 0.02072,0.0026 0.04178,0.0026 0.0625,0 0.03291,-0.0041 0.06499,-0.01475 0.09375,-0.03125 0.02432,-0.01691 0.04559,-0.03818 0.0625,-0.0625 0.01327,-0.01924 0.02382,-0.04034 0.03125,-0.0625 0.0026,-0.02072 0.0026,-0.04178 0,-0.0625 6.51e-4,-0.0104 6.51e-4,-0.02085 0,-0.03125 l 0,-1.34375 c 6.51e-4,-0.0104 6.51e-4,-0.02085 0,-0.03125 -0.0041,-0.03291 -0.01475,-0.06499 -0.03125,-0.09375 -0.0095,-0.01131 -0.01994,-0.02178 -0.03125,-0.03125 -0.0095,-0.01131 -0.01994,-0.02178 -0.03125,-0.03125 -0.0095,-0.01131 -0.01994,-0.02178 -0.03125,-0.03125 -0.02876,-0.01
 649 -0.06084,-0.02719 -0.09375,-0.03125 -0.0104,-6.51e-4 -0.02085,-6.51e-4 -0.03125,0 l -1.4999999,0 z&quot;
-       id=&quot;path5271-3-3-7-5&quot;
-       style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-    &lt;path
-       d=&quot;m 7.0808242,3.6660437 c -0.514325,0.047292 -1.015171,0.1950858 -1.5,0.4375 -0.0104,-6.514e-4 -0.02085,-6.514e-4 -0.03125,0 l -0.1875,0.125 c -0.03544,0.013371 -0.06778,0.034924 -0.09375,0.0625 -0.01327,0.019236 -0.02382,0.040343 -0.03125,0.0625 -0.0026,0.020724 -0.0026,0.041776 0,0.0625 -0.0026,0.020724 -0.0026,0.041776 0,0.0625 0.0074,0.022157 0.01798,0.043264 0.03125,0.0625 l 0.4375,1.09375 c 0.0095,0.011311 0.01994,0.021782 0.03125,0.03125 0.0095,0.011311 0.01994,0.021782 0.03125,0.03125 0.0095,0.011311 0.01994,0.021782 0.03125,0.03125 0.0095,0.011311 0.01994,0.021782 0.03125,0.03125 0.02876,0.016495 0.06084,0.027188 0.09375,0.03125 0.02072,0.00261 0.04178,0.00261 0.0625,0 0.01131,-0.00947 0.02178,-0.019939 0.03125,-0.03125 l 0.21875,-0.0625 c 0.0104,6.514e-4 0.02085,6.514e-4 0.03125,0 0.253104,-0.1070825 0.810538,-0.25 1.1874999,-0.25 0.616124,0 0.930615,0.1578396 1.09375,0.3125 0.163135,0.1546604 0.1875,0.3218048 0.1875,0.46875 0,0.2839645 -0.103296,0.487
 3018 -0.28125,0.6875 -0.177954,0.2001982 -0.438739,0.3829692 -0.71875,0.625 -0.560021,0.4840616 -1.1562499,1.1825136 -1.1562499,2.5000003 l 0,0.25 c -6.51e-4,0.0104 -6.51e-4,0.02085 0,0.03125 0.0041,0.03291 0.01475,0.06499 0.03125,0.09375 0.0095,0.01131 0.01994,0.02178 0.03125,0.03125 0.0095,0.01131 0.01994,0.02178 0.03125,0.03125 0.03465,0.03208 0.07855,0.05403 0.125,0.0625 0.0104,6.51e-4 0.02085,6.51e-4 0.03125,0 l 1.4062499,0 c 0.02072,0.0026 0.04178,0.0026 0.0625,0 0.03545,-0.01337 0.06778,-0.03492 0.09375,-0.0625 0.01131,-0.0095 0.02178,-0.01994 0.03125,-0.03125 0.03208,-0.03464 0.05403,-0.07855 0.0625,-0.125 6.51e-4,-0.0104 6.51e-4,-0.02085 0,-0.03125 l 0,-0.25 c 0,-0.4253662 0.106343,-0.6989627 0.28125,-0.9375003 0.174907,-0.2385376 0.446409,-0.4234426 0.71875,-0.65625 0.5446809,-0.4656148 1.1562499,-1.1016347 1.1562499,-2.375 0,-0.7837939 -0.330572,-1.4122805 -0.8749999,-1.8125 -0.544428,-0.4002194 -1.279935,-0.59375 -2.15625,-0.59375 -0.16808,0 -0.359808,-0.015764 -
 0.5312499,0 z m -0.34375,6.9687503 c -0.04343,-6.79e-4 -0.087,0.01021 -0.125,0.03125 -0.03888,0.02211 -0.07164,0.05487 -0.09375,0.09375 -0.01327,0.01924 -0.02385,0.04034 -0.03125,0.0625 -0.0026,0.02072 -0.0026,0.04178 0,0.0625 l 0,1.34375 c -0.0026,0.02072 -0.0026,0.04178 0,0.0625 0.0074,0.02216 0.01798,0.04326 0.03125,0.0625 0.02211,0.03888 0.05487,0.07164 0.09375,0.09375 0.038,0.02104 0.08157,0.03193 0.125,0.03125 l 1.4999999,0 c 0.02072,0.0026 0.04178,0.0026 0.0625,0 0.03291,-0.0041 0.06499,-0.01475 0.09375,-0.03125 0.02432,-0.01691 0.04559,-0.03818 0.0625,-0.0625 0.01327,-0.01924 0.02382,-0.04034 0.03125,-0.0625 0.0026,-0.02072 0.0026,-0.04178 0,-0.0625 6.51e-4,-0.0104 6.51e-4,-0.02085 0,-0.03125 l 0,-1.34375 c 6.51e-4,-0.0104 6.51e-4,-0.02085 0,-0.03125 -0.0041,-0.03291 -0.01475,-0.06499 -0.03125,-0.09375 -0.0095,-0.01131 -0.01994,-0.02178 -0.03125,-0.03125 -0.0095,-0.01131 -0.01994,-0.02178 -0.03125,-0.03125 -0.0095,-0.01131 -0.01994,-0.02178 -0.03125,-0.03125 -0.02876
 ,-0.01649 -0.06084,-0.02719 -0.09375,-0.03125 -0.0104,-6.52e-4 -0.02085,-6.52e-4 -0.03125,0 l -1.4999999,0 z&quot;
-       id=&quot;path5271-3-3-7-5-6&quot;
-       style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient3161-1-5-1);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fee2ba&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &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;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;
+ &lt;/defs&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Resources.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Resources.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,53 +1,7 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg3371&quot;&gt;
-  &lt;defs
-     id=&quot;defs3373&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata3376&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;matrix(0.79994145,0,0,0.79994145,1.6004685,1.6004683)&quot;
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;m 2.8124438,0.5005491 a 1.0000999,1.0000999 0 0 0 -0.8125,1.0000001 l 0,12.9999998 a 1.0000999,1.0000999 0 0 0 1.0000001,1 l 9.9999991,0 a 1.0000999,1.0000999 0 0 0 1,-1 l 0,-9.4374998 a 1.0000999,1.0000999 0 0 0 -0.28125,-0.71875 L 10.156194,0.78179915 A 1.0000999,1.0000999 0 0 0 9.4374439,0.5005491 l -6.4375,0 a 1.0000999,1.0000999 0 0 0 -0.0937,0 1.0000999,1.0000999 0 0 0 -0.0937,0 z m 1.1875001,2.0000001 5,0 0,3 2.9999991,0 0,7.9999998 -7.9999991,0 0,-10.9999998 z&quot;
-       id=&quot;path1234&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:1.99999988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Response.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Response.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,275 +1,29 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg7929&quot;&gt;
-  &lt;defs
-     id=&quot;defs7931&quot;&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890&quot;
-         style=&quot;stop-color:#204a87;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892&quot;
-         style=&quot;stop-color:#bdd2e9;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175-6-6-4-0&quot;
-       xlink:href=&quot;#linearGradient8978-0-9-0-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630262)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978-0-9-0-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980-9-1-8-4&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982-2-2-4-4&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient7833&quot;
-       xlink:href=&quot;#linearGradient7394-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-20.948972,32.907402)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7394-3&quot;&gt;
-      &lt;stop
-         id=&quot;stop7396-0&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7398-2&quot;
-         style=&quot;stop-color:#cbdbed;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient7835&quot;
-       xlink:href=&quot;#linearGradient4247-6-9-9-7&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-177.26596,-38.770868)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247-6-9-9-7&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249-2-0-1-7&quot;
-         style=&quot;stop-color:#204a87;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251-2-1-0-5&quot;
-         style=&quot;stop-color:#bdd2e9;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient7925&quot;
-       xlink:href=&quot;#linearGradient7394-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.948972,0.77180763)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient7927&quot;
-       xlink:href=&quot;#linearGradient4247-6-9-9-7&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906462)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-7&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-4&quot;
-         style=&quot;stop-color:#204a87;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2&quot;
-         style=&quot;stop-color:#bdd2e9;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient8140&quot;
-       xlink:href=&quot;#linearGradient7888-7&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.9244,-46.943611)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-7-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-4-0&quot;
-         style=&quot;stop-color:#204a87;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2-3&quot;
-         style=&quot;stop-color:#bdd2e9;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient8293&quot;
-       xlink:href=&quot;#linearGradient7888-7-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-39.497065,-47.58668)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-5-9-6-1-0-3&quot;
-       xlink:href=&quot;#linearGradient7888-7-8-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870602,-43.768872)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-7-8-2&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-4-0-7&quot;
-         style=&quot;stop-color:#204a87;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2-3-2&quot;
-         style=&quot;stop-color:#bdd2e9;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient8437&quot;
-       xlink:href=&quot;#linearGradient7888-7-8-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.885989,-48.383554)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-5-9-6-1-0-3-2&quot;
-       xlink:href=&quot;#linearGradient7888-7-8-2-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870602,-43.768872)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-7-8-2-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-4-0-7-6&quot;
-         style=&quot;stop-color:#204a87;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2-3-2-9&quot;
-         style=&quot;stop-color:#bdd2e9;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient8593&quot;
-       xlink:href=&quot;#linearGradient7888-7-8-2-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.49537,-47.588151)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata7934&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;rect
-       width=&quot;15.003705&quot;
-       height=&quot;15.003344&quot;
-       rx=&quot;1.5143198&quot;
-       ry=&quot;1.5142833&quot;
-       x=&quot;0.49814749&quot;
-       y=&quot;0.49832821&quot;
-       id=&quot;rect4319-7-2-1-7&quot;
-       style=&quot;fill:url(#radialGradient7925);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient7927);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;12.997247&quot;
-       height=&quot;12.999963&quot;
-       rx=&quot;0.5081172&quot;
-       ry=&quot;0.50810492&quot;
-       x=&quot;1.5013518&quot;
-       y=&quot;1.5016088&quot;
-       id=&quot;rect4321-0-9-4-0&quot;
-       style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;14.000044&quot;
-       height=&quot;14.000041&quot;
-       rx=&quot;1.9062433&quot;
-       ry=&quot;1.9062428&quot;
-       x=&quot;1.0017486&quot;
-       y=&quot;1.0015783&quot;
-       id=&quot;rect9035-4-9-5-7&quot;
-       style=&quot;fill:url(#radialGradient3175-6-6-4-0);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;path
-       d=&quot;m 6.7634236,4.8508339 a 0.250025,0.250025 0 0 0 -0.0625,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.09375 0.250025,0.250025 0 0 0 0,0.03125 l 0,4.40625 -0.875,-0.78125 c -0.244767,-0.2175595 -0.557723,-0.3124895 -0.875,-0.3125 l -1,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.09375,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.09375 0.250025,0.250025 0 0 0 0,0.0625 l 0,0.875 c 1.3e-5,0.3016063 0.099,0.6261741 0.34375,0.8437501 l 3,2.65625 0.28125,0.25 a 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.125,0.03125 l 0.875,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 l 0.28125,-0.25 2.9999994,-2.65625 c 0.24481,-0.217586 0.374988,-0.5421721 0.375,-0.8437501 l 0,-0.875 a 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.03125,-
 0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.09375,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 l -1,0 c -0.317278,1.05e-5 -0.661482,0.094941 -0.9062494,0.3125 l -0.84375,0.75 0,-4.375 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.09375 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,0 l -2,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 z&quot;
-       id=&quot;path3613-9&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans&quot; /&gt;
-    &lt;path
-       d=&quot;m 6.8152036,3.8205039 a 0.250025,0.250025 0 0 0 -0.0625,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.09375 0.250025,0.250025 0 0 0 0,0.03125 l 0,4.40625 -0.875,-0.78125 c -0.244767,-0.2175595 -0.557723,-0.3124895 -0.875,-0.3125 l -1,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.09375,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.09375 0.250025,0.250025 0 0 0 0,0.0625 l 0,0.875 c 1.3e-5,0.3016063 0.099,0.6261745 0.34375,0.84375 l 3,2.6562501 0.28125,0.25 a 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.125,0.03125 l 0.875,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 l 0.28125,-0.25 2.9999994,-2.6562501 c 0.24481,-0.2175858 0.374988,-0.542172 0.375,-0.84375 l 0,-0.875 a 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.03125,-
 0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.09375,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 l -1,0 c -0.317278,1.05e-5 -0.661482,0.094941 -0.906249,0.3125 l -0.8437504,0.75 0,-4.375 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.09375 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,0 l -2,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 z&quot;
-       id=&quot;path3613-9-7&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient3161-1-5-9-6-1-0-3-2);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#cbdbed&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &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;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;
+ &lt;/defs&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ResultLine.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ResultLine.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,228 +1,34 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg9882&quot;&gt;
-  &lt;defs
-     id=&quot;defs9884&quot;&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175&quot;
-       xlink:href=&quot;#linearGradient8978&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3179&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-49.42355,1.24638)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient11520&quot;&gt;
-      &lt;stop
-         id=&quot;stop11522&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop11524&quot;
-         style=&quot;stop-color:#dcdcdc;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3181&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-205.74054,-70.43189)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249&quot;
-         style=&quot;stop-color:#9b9b9b;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient9878&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180835)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient9880&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-6&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-1&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-8&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient9970&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.9244,-46.943609)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-5-9-6-7-1-5-5-9-9&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2-3-3-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870603,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-2-3-2-3-3-9&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-1-6-2-7-3-1&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2-4-9-8-5-1&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10160&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2-3-3-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768872)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata9887&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;rect
-       width=&quot;15.003705&quot;
-       height=&quot;15.003344&quot;
-       rx=&quot;1.5143198&quot;
-       ry=&quot;1.5142833&quot;
-       x=&quot;0.49814749&quot;
-       y=&quot;0.49832821&quot;
-       id=&quot;rect4319&quot;
-       style=&quot;fill:url(#radialGradient9878);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9880);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;12.997247&quot;
-       height=&quot;12.999963&quot;
-       rx=&quot;0.5081172&quot;
-       ry=&quot;0.50810492&quot;
-       x=&quot;1.5013518&quot;
-       y=&quot;1.5016088&quot;
-       id=&quot;rect4321&quot;
-       style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;14.000044&quot;
-       height=&quot;14.000041&quot;
-       rx=&quot;1.9062433&quot;
-       ry=&quot;1.9062428&quot;
-       x=&quot;1.0017486&quot;
-       y=&quot;1.0015783&quot;
-       id=&quot;rect9035&quot;
-       style=&quot;fill:url(#radialGradient3175);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;path
-       d=&quot;m 4.8249452,5.5063486 a 0.250025,0.250025 0 0 0 -0.0625,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.125 l 0,1.3125 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.0625,0.125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,0 l 5.8749998,0 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-1.3125 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.09375,-0.125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.09375,-0.03125 l -5.8749998,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 z m 0,2.6875 a 0.250025,0.250025 0 0 0 -0.0625,0.0625 0.
 250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.125 l 0,1.3125 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.0625,0.125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,0 l 5.8749998,0 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-1.3125 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.09375,-0.125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.09375,-0.03125 l -5.8749998,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 z m 0,2.6875004 a 0.250025,0.250025 0 0 0 -0.0625,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.125 
 l 0,1.3125 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.0625,0.125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,0 l 5.8749998,0 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-1.3125 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.09375,-0.125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.09375,-0.03125 l -5.8749998,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 z&quot;
-       id=&quot;path4760-2-0&quot;
-       style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-    &lt;path
-       d=&quot;m 4.8767252,4.4760186 c -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.125 l 0,1.3125 c -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,6.514e-4 0.020847,6.514e-4 0.03125,0 l 5.8749998,0 c 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.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 6.51e-4,-0.010403 6.51e-4,-0.020847 0,-0.03125 l 0,-1.3125 c 0.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.0
 2876,-0.016495 -0.06084,-0.027188 -0.09375,-0.03125 l -5.8749998,0 c -0.020724,-0.00261 -0.041776,-0.00261 -0.0625,0 -0.010403,-6.514e-4 -0.020847,-6.514e-4 -0.03125,0 -0.010403,-6.514e-4 -0.020847,-6.514e-4 -0.03125,0 z m 0,5.3750001 c -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.1250003 l 0,1.3125 c -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,6.51e-4 0.020847,6.51e-4 0.03125,0 l 5.8749998,0 c 0.03291,-0.0041 0.06499,-0.01475 0.09375,-0.03125 0.02216,-0.0074 0.04326,-0.01798 0.0625,-0.03125 0.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 6.51e-4,-0.0104 6.51e-4,-0.02085 0,-0.
 03125 l 0,-1.3125 c 0.0026,-0.02072 0.0026,-0.04178 0,-0.0625 -0.01695,-0.050186 -0.05032,-0.094677 -0.09375,-0.1250003 -0.01924,-0.013269 -0.04034,-0.023822 -0.0625,-0.03125 -0.02876,-0.016495 -0.06084,-0.027188 -0.09375,-0.03125 l -5.8749998,0 c -0.020724,-0.00261 -0.041776,-0.00261 -0.0625,0 -0.010403,-6.514e-4 -0.020847,-6.514e-4 -0.03125,0 -0.010403,-6.514e-4 -0.020847,-6.514e-4 -0.03125,0 z&quot;
-       id=&quot;path4760-2-0-8&quot;
-       style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient3161-6);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-    &lt;path
-       d=&quot;m 4.8767254,7.1635188 c -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.125 l 0,1.3125 c -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,6.514e-4 0.020847,6.514e-4 0.03125,0 l 5.8749996,0 c 0.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 6.51e-4,-0.010403 6.51e-4,-0.020847 0,-0.03125 l 0,-1.3125 c 0.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.0
 2876,-0.016496 -0.06084,-0.027188 -0.09375,-0.03125 l -5.8749996,0 c -0.020724,-0.00261 -0.041776,-0.00261 -0.0625,0 -0.010403,-6.514e-4 -0.020847,-6.514e-4 -0.03125,0 -0.010403,-6.514e-4 -0.020847,-6.514e-4 -0.03125,0 z&quot;
-       id=&quot;path4760-2-0-3&quot;
-       style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient10160);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#dcdcdc&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#9b9b9b&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;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;
+ &lt;/defs&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Resume.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Resume.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,56 +1,8 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg3072&quot;&gt;
-  &lt;defs
-     id=&quot;defs3074&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata3077&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;m 2.531225,4 0,8 2,0 0,-8 z&quot;
-       id=&quot;path3807-1-1-9-3-0-98&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
-    &lt;path
-       d=&quot;m 7.531275,4 c 0.177384,0.008 0.351174,0.0592 0.5,0.15625 l 5,3 c 0.282396,0.17971 0.4375,0.51173 0.4375,0.84375 0,0.33202 -0.155104,0.66404 -0.4375,0.84375 l -5,3 C 7.882449,11.94075 7.708659,11.992 7.531275,12 l -0.15625,0 -0.84375,0 0,-8 0.84375,0 z&quot;
-       id=&quot;path3807-1-1-4-7-8&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ShadowDOM.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ShadowDOM.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,79 +1,16 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg8338&quot;&gt;
-  &lt;defs
-     id=&quot;defs8340&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata8343&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;translate(0.86440678,0.3559065)&quot;
-     id=&quot;g8935-4&quot;&gt;
-    &lt;g
-       id=&quot;layer1-1&quot;&gt;
-      &lt;g
-         id=&quot;text8346-9&quot;
-         style=&quot;font-size:12.55424404px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:1.79903996px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Sans Bold&quot;&gt;
-        &lt;path
-           d=&quot;m 6.8502775,4.8997764 -5.85027771,2.8749219 0,1.3307499 5.85027771,2.7744878 0,-1.56928 -3.9671411,-1.9082455 3.9671411,-1.9961248 0,-1.5065093&quot;
-           id=&quot;path8351-9&quot; /&gt;
-        &lt;path
-           d=&quot;m 8.1327727,4.8997764 0,1.5065093 3.9671413,1.9961248 -3.9671413,1.9082455 0,1.56928 5.8502783,-2.7744878 0,-1.3307499 -5.8502783,-2.8749219&quot;
-           id=&quot;path8353-1&quot; /&gt;
-      &lt;/g&gt;
-    &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;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;
</ins><span class="cx">   &lt;/g&gt;
</span><del>-  &lt;g
-     transform=&quot;translate(0.15254243,-1.1356189)&quot;
-     id=&quot;g8935&quot;&gt;
-    &lt;g
-       id=&quot;layer1&quot;&gt;
-      &lt;g
-         id=&quot;text8346&quot;
-         style=&quot;font-size:12.55424404px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:1.79903996px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Sans Bold&quot;&gt;
-        &lt;path
-           d=&quot;m 6.8502775,4.8997764 -5.85027771,2.8749219 0,1.3307499 5.85027771,2.7744878 0,-1.56928 -3.9671411,-1.9082455 3.9671411,-1.9961248 0,-1.5065093&quot;
-           id=&quot;path8351&quot; /&gt;
-        &lt;path
-           d=&quot;m 8.1327727,4.8997764 0,1.5065093 3.9671413,1.9961248 -3.9671413,1.9082455 0,1.56928 5.8502783,-2.7744878 0,-1.3307499 -5.8502783,-2.8749219&quot;
-           id=&quot;path8353&quot; /&gt;
-      &lt;/g&gt;
-    &lt;/g&gt;
</del><ins>+ &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;
</ins><span class="cx">   &lt;/g&gt;
</span><ins>+ &lt;/g&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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/SortIndicatorDownArrow.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/SortIndicatorDownArrow.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,216 +1,9 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;9&quot;
-   height=&quot;8&quot;
-   id=&quot;svg2987&quot;&gt;
-  &lt;defs
-     id=&quot;defs2989&quot;&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient4884-8-0&quot;
-       xlink:href=&quot;#linearGradient4022-2-0-9-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(-1,0,0,1,63,0)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4022-2-0-9-1&quot;&gt;
-      &lt;stop
-         id=&quot;stop4024-2-8-8-2&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4026-8-3-0-8&quot;
-         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient4884&quot;
-       xlink:href=&quot;#linearGradient4022-2-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4022-2-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop4024-2-8&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4026-8-3&quot;
-         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5066&quot;&gt;
-      &lt;stop
-         id=&quot;stop5068&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5070&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient3083&quot;
-       xlink:href=&quot;#linearGradient4022-2-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient3097&quot;
-       xlink:href=&quot;#linearGradient5066&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;translate(-22.424752,-224.73565)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient4884-2&quot;
-       xlink:href=&quot;#linearGradient4022-2-0-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4022-2-0-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop4024-2-8-9&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4026-8-3-3&quot;
-         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient4886&quot;
-       xlink:href=&quot;#linearGradient5066-5&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5066-5&quot;&gt;
-      &lt;stop
-         id=&quot;stop5068-9&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5070-3&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient4884-0-6-8-7&quot;
-       xlink:href=&quot;#linearGradient4022-2-0-3-3-5-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0,-1,-1,0,258,257)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4022-2-0-3-3-5-3&quot;&gt;
-      &lt;stop
-         id=&quot;stop4024-2-8-3-1-6-2&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4026-8-3-7-4-9-3&quot;
-         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient4886-7-3-4-8&quot;
-       xlink:href=&quot;#linearGradient5066-0-5-9-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0,-1,-1,0,258,257)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5066-0-5-9-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop5068-1-4-8-0&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5070-1-9-9-9&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata2992&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;path
-     d=&quot;M 8.9999997,2.5569969 C 8.9735517,2.6680882 8.9135437,2.7709587 8.8298608,2.8486635 L 5.9131941,5.7653302 5.4999997,6.1542191 5.0868053,5.7653302 2.1701386,2.8486635 C 2.0629393,2.7398591 2.0004956,2.5882103 1.9999997,2.4354691 l 0,-0.024306 0,-0.048611 0,-0.5104166 0.4375,0 0.072917,0 c 0.1840811,-0.0279 0.3798918,0.03737 0.5104166,0.1701389 L 5.5,4.5014413 8.0034722,2.0222747 C 8.1116527,1.9142553 8.2637912,1.8516101 8.4166667,1.8521358 l 0.1215277,0 0.4618056,0 0,0.4618055 0,0.072917 0,0.048611 0,0.072917 z&quot;
-     id=&quot;path6040&quot;
-     style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
-  &lt;path
-     d=&quot;m -6.8474579,-4.3050847 a 3.2542372,3.2542372 0 1 1 -6.5084741,0 3.2542372,3.2542372 0 1 1 6.5084741,0 z&quot;
-     transform=&quot;matrix(0.15364584,0,0,0.15364584,2.5520834,1.6614584)&quot;
-     id=&quot;path8060&quot;
-     style=&quot;color:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
-  &lt;path
-     d=&quot;m -6.8474579,-4.3050847 a 3.2542372,3.2542372 0 1 1 -6.5084741,0 3.2542372,3.2542372 0 1 1 6.5084741,0 z&quot;
-     transform=&quot;matrix(0.15364584,0,0,0.15364584,2.5520834,7.6614584)&quot;
-     id=&quot;path8060-1&quot;
-     style=&quot;color:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
-  &lt;path
-     d=&quot;m -6.8474579,-4.3050847 a 3.2542372,3.2542372 0 1 1 -6.5084741,0 3.2542372,3.2542372 0 1 1 6.5084741,0 z&quot;
-     transform=&quot;matrix(0.15364584,0,0,0.15364584,2.5520834,5.6614584)&quot;
-     id=&quot;path8060-7&quot;
-     style=&quot;color:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
-  &lt;path
-     d=&quot;m -6.8474579,-4.3050847 a 3.2542372,3.2542372 0 1 1 -6.5084741,0 3.2542372,3.2542372 0 1 1 6.5084741,0 z&quot;
-     transform=&quot;matrix(0.15364584,0,0,0.15364584,2.5520834,3.6614584)&quot;
-     id=&quot;path8060-4&quot;
-     style=&quot;color:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 9 8&quot;&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/SortIndicatorUpArrow.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/SortIndicatorUpArrow.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,216 +1,9 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;9&quot;
-   height=&quot;8&quot;
-   id=&quot;svg2987&quot;&gt;
-  &lt;defs
-     id=&quot;defs2989&quot;&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient4884-8-0&quot;
-       xlink:href=&quot;#linearGradient4022-2-0-9-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(-1,0,0,1,63,0)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4022-2-0-9-1&quot;&gt;
-      &lt;stop
-         id=&quot;stop4024-2-8-8-2&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4026-8-3-0-8&quot;
-         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient4884&quot;
-       xlink:href=&quot;#linearGradient4022-2-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4022-2-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop4024-2-8&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4026-8-3&quot;
-         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5066&quot;&gt;
-      &lt;stop
-         id=&quot;stop5068&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5070&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient3083&quot;
-       xlink:href=&quot;#linearGradient4022-2-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient3097&quot;
-       xlink:href=&quot;#linearGradient5066&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;translate(-22.424752,-224.73565)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient4884-2&quot;
-       xlink:href=&quot;#linearGradient4022-2-0-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4022-2-0-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop4024-2-8-9&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4026-8-3-3&quot;
-         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient4886&quot;
-       xlink:href=&quot;#linearGradient5066-5&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5066-5&quot;&gt;
-      &lt;stop
-         id=&quot;stop5068-9&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5070-3&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient4884-0-6-8-7&quot;
-       xlink:href=&quot;#linearGradient4022-2-0-3-3-5-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0,-1,-1,0,258,257)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4022-2-0-3-3-5-3&quot;&gt;
-      &lt;stop
-         id=&quot;stop4024-2-8-3-1-6-2&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4026-8-3-7-4-9-3&quot;
-         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient4886-7-3-4-8&quot;
-       xlink:href=&quot;#linearGradient5066-0-5-9-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0,-1,-1,0,258,257)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5066-0-5-9-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop5068-1-4-8-0&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5070-1-9-9-9&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata2992&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;path
-     d=&quot;M 8.9999997,5.4430029 C 8.9735517,5.3319116 8.9135437,5.2290411 8.8298608,5.1513363 L 5.9131941,2.2346696 5.4999997,1.8457807 5.0868053,2.2346696 2.1701386,5.1513363 C 2.0629393,5.2601407 2.0004956,5.4117895 1.9999997,5.5645307 l 0,0.024306 0,0.048611 0,0.5104166 0.4375,0 0.072917,0 c 0.1840811,0.0279 0.3798918,-0.03737 0.5104166,-0.1701389 L 5.5,3.4985585 8.0034722,5.9777251 c 0.1081805,0.1080194 0.260319,0.1706646 0.4131945,0.1701389 l 0.1215277,0 0.4618056,0 0,-0.4618055 0,-0.072917 0,-0.048611 0,-0.072917 z&quot;
-     id=&quot;path6040&quot;
-     style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
-  &lt;path
-     d=&quot;m -6.8474579,-4.3050847 a 3.2542372,3.2542372 0 1 1 -6.5084741,0 3.2542372,3.2542372 0 1 1 6.5084741,0 z&quot;
-     transform=&quot;matrix(0.15364584,0,0,0.15364584,2.5520834,1.6614584)&quot;
-     id=&quot;path8060&quot;
-     style=&quot;color:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
-  &lt;path
-     d=&quot;m -6.8474579,-4.3050847 a 3.2542372,3.2542372 0 1 1 -6.5084741,0 3.2542372,3.2542372 0 1 1 6.5084741,0 z&quot;
-     transform=&quot;matrix(0.15364584,0,0,0.15364584,2.5520834,7.6614584)&quot;
-     id=&quot;path8060-1&quot;
-     style=&quot;color:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
-  &lt;path
-     d=&quot;m -6.8474579,-4.3050847 a 3.2542372,3.2542372 0 1 1 -6.5084741,0 3.2542372,3.2542372 0 1 1 6.5084741,0 z&quot;
-     transform=&quot;matrix(0.15364584,0,0,0.15364584,2.5520834,5.6614584)&quot;
-     id=&quot;path8060-7&quot;
-     style=&quot;color:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
-  &lt;path
-     d=&quot;m -6.8474579,-4.3050847 a 3.2542372,3.2542372 0 1 1 -6.5084741,0 3.2542372,3.2542372 0 1 1 6.5084741,0 z&quot;
-     transform=&quot;matrix(0.15364584,0,0,0.15364584,2.5520834,3.6614584)&quot;
-     id=&quot;path8060-4&quot;
-     style=&quot;color:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 9 8&quot;&gt;
+ &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;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkSourceCodesvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/SourceCode.svg (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/SourceCode.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/SourceCode.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,195 +1,29 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg9882&quot;&gt;
-  &lt;defs
-     id=&quot;defs9884&quot;&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175&quot;
-       xlink:href=&quot;#linearGradient8978&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3179&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-49.42355,1.24638)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient11520&quot;&gt;
-      &lt;stop
-         id=&quot;stop11522&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop11524&quot;
-         style=&quot;stop-color:#dcdcdc;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3181&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-205.74054,-70.43189)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249&quot;
-         style=&quot;stop-color:#9b9b9b;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient9878&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180835)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient9880&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-6&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-1&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-8&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient9970&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.9244,-46.943609)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata9887&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;rect
-       width=&quot;15.003705&quot;
-       height=&quot;15.003344&quot;
-       rx=&quot;1.5143198&quot;
-       ry=&quot;1.5142833&quot;
-       x=&quot;0.49814749&quot;
-       y=&quot;0.49832821&quot;
-       id=&quot;rect4319&quot;
-       style=&quot;fill:url(#radialGradient9878);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9880);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;12.997247&quot;
-       height=&quot;12.999963&quot;
-       rx=&quot;0.5081172&quot;
-       ry=&quot;0.50810492&quot;
-       x=&quot;1.5013518&quot;
-       y=&quot;1.5016088&quot;
-       id=&quot;rect4321&quot;
-       style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;14.000044&quot;
-       height=&quot;14.000041&quot;
-       rx=&quot;1.9062433&quot;
-       ry=&quot;1.9062428&quot;
-       x=&quot;1.0017486&quot;
-       y=&quot;1.0015783&quot;
-       id=&quot;rect9035&quot;
-       style=&quot;fill:url(#radialGradient3175);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;path
-       d=&quot;m 4.8249452,5.5063486 a 0.250025,0.250025 0 0 0 -0.0625,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.125 l 0,1.3125 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.0625,0.125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,0 l 5.8749998,0 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-1.3125 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.09375,-0.125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.09375,-0.03125 l -5.8749998,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 z m 0,2.6875 a 0.250025,0.250025 0 0 0 -0.0625,0.0625 0.
 250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.125 l 0,1.3125 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.0625,0.125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,0 l 5.8749998,0 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-1.3125 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.09375,-0.125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.09375,-0.03125 l -5.8749998,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 z m 0,2.6875004 a 0.250025,0.250025 0 0 0 -0.0625,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.125 
 l 0,1.3125 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.0625,0.125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,0 l 5.8749998,0 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-1.3125 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.09375,-0.125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.09375,-0.03125 l -5.8749998,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 z&quot;
-       id=&quot;path4760-2-0&quot;
-       style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-    &lt;path
-       d=&quot;m 4.8767252,4.4760186 a 0.250025,0.250025 0 0 0 -0.0625,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.125 l 0,1.3125 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.0625,0.125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,0 l 5.8749998,0 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-1.3125 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.09375,-0.125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.09375,-0.03125 l -5.8749998,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 z m 0,2.6875 a 0.250025,0.250025 0 0 0 -0.0625,0.0625 0.
 250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.125 l 0,1.3125 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.0625,0.125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,0 l 5.8749998,0 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-1.3125 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.09375,-0.125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.09375,-0.03125 l -5.8749998,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 z m 0,2.6875001 a 0.250025,0.250025 0 0 0 -0.0625,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.1250
 003 l 0,1.3125 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.0625,0.125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,0 l 5.8749998,0 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-1.3125 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.09375,-0.1250003 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.09375,-0.03125 l -5.8749998,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 z&quot;
-       id=&quot;path4760-2-0-8&quot;
-       style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient3161-6);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#dcdcdc&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#9b9b9b&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;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;/defs&gt;
+ &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.476a0.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.25
 002 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;url(#d)&quot;/&gt;
+ &lt;/g&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkSplitToggleDownsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/SplitToggleDown.svg (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/SplitToggleDown.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/SplitToggleDown.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,56 +1,8 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg6044&quot;&gt;
-  &lt;defs
-     id=&quot;defs6046&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata6049&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;M 8.0001395,14.207483 7.2813727,13.519983 2.2812568,8.5199832 a 1.0164896,1.016466 0 0 1 -0.2812566,-0.8437496 1.0164896,1.016466 0 0 1 0,-0.09375 l 0,-0.78125 0.8437696,0 0.1562536,0 a 1.0164896,1.016466 0 0 1 0.7187667,0.28125 L 8.0001395,11.363733 12.281489,7.0824836 a 1.0164896,1.016466 0 0 1 0.843769,-0.28125 l 0.09375,0 0.781268,0 0,0.84375 a 1.0164896,1.016466 0 0 1 0,0.1562496 1.0164896,1.016466 0 0 1 -0.281256,0.71875 l -5.0001159,4.9999998 -0.7187666,0.6875 z&quot;
-       id=&quot;path8420&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
-    &lt;path
-       d=&quot;M 8.000138,9.2074834 7.2813714,8.5199834 2.2812565,3.519984 A 1.0164894,1.016466 0 0 1 2,2.676234 1.0164894,1.016466 0 0 1 2,2.582484 l 0,-0.78125 0.8437694,0 0.1562536,0 a 1.0164894,1.016466 0 0 1 0.7187665,0.28125 L 8.000138,6.3637336 12.281487,2.082484 a 1.0164894,1.016466 0 0 1 0.843769,-0.28125 l 0.09375,0 0.781268,0 0,0.84375 a 1.0164894,1.016466 0 0 1 0,0.15625 1.0164894,1.016466 0 0 1 -0.281256,0.71875 l -5.0001131,4.9999994 -0.7187669,0.6875 z&quot;
-       id=&quot;path8420-0&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;g&gt;
+  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;text-transform:none&quot; d=&quot;m8.0001 14.207-0.7187-0.687-5.0001-5a1.0165 1.0165 0 0 1 -0.28126 -0.84375 1.0165 1.0165 0 0 1 0 -0.09375v-0.78125h0.84377 0.15625a1.0165 1.0165 0 0 1 0.71877 0.28125l4.2813 4.2816 4.2809-4.2815a1.0165 1.0165 0 0 1 0.84377 -0.28125h0.09375 0.78127v0.84375a1.0165 1.0165 0 0 1 0 0.15625 1.0165 1.0165 0 0 1 -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 9.2075-0.7187-0.6875-5.0001-5a1.0165 1.0165 0 0 1 -0.2813 -0.8438 1.0165 1.0165 0 0 1 0 -0.0937v-0.78125h0.84377 0.15625a1.0165 1.0165 0 0 1 0.71877 0.28125l4.2813 4.2813 4.2809-4.2812a1.0165 1.0165 0 0 1 0.84377 -0.28125h0.09375 0.78127v0.84375a1.0165 1.0165 0 0 1 0 0.15625 1.0165 1.0165 0 0 1 -0.28126 0.71875l-5.0001 5-0.71877 0.6875z&quot;/&gt;
+ &lt;/g&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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/SplitToggleUp.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/SplitToggleUp.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,56 +1,8 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg6044&quot;&gt;
-  &lt;defs
-     id=&quot;defs6046&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata6049&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;m 8.0001395,1.7925168 -0.7187668,0.6875 -5.0001159,5 a 1.0164896,1.016466 0 0 0 -0.2812566,0.8437496 1.0164896,1.016466 0 0 0 0,0.09375 l 0,0.78125 0.8437696,0 0.1562536,0 a 1.0164896,1.016466 0 0 0 0.7187667,-0.28125 L 8.0001395,4.6362668 12.281489,8.9175164 a 1.0164896,1.016466 0 0 0 0.843769,0.28125 l 0.09375,0 0.781268,0 0,-0.84375 a 1.0164896,1.016466 0 0 0 0,-0.1562496 1.0164896,1.016466 0 0 0 -0.281256,-0.71875 l -5.0001159,-5 -0.7187666,-0.6875 z&quot;
-       id=&quot;path8420&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
-    &lt;path
-       d=&quot;m 8.000138,6.7925166 -0.7187666,0.6875 -5.0001149,4.9999994 A 1.0164894,1.016466 0 0 0 2,13.323766 a 1.0164894,1.016466 0 0 0 0,0.09375 l 0,0.78125 0.8437694,0 0.1562536,0 a 1.0164894,1.016466 0 0 0 0.7187665,-0.28125 L 8.000138,9.6362664 12.281487,13.917516 a 1.0164894,1.016466 0 0 0 0.843769,0.28125 l 0.09375,0 0.781268,0 0,-0.84375 a 1.0164894,1.016466 0 0 0 0,-0.15625 1.0164894,1.016466 0 0 0 -0.281256,-0.71875 L 8.7189049,7.4800166 8.000138,6.7925166 z&quot;
-       id=&quot;path8420-0&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StepInto.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StepInto.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,62 +1,8 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg5270&quot;&gt;
-  &lt;defs
-     id=&quot;defs5272&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata5275&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;rect
-       width=&quot;2.9022989&quot;
-       height=&quot;8&quot;
-       rx=&quot;0&quot;
-       ry=&quot;0&quot;
-       x=&quot;12.097701&quot;
-       y=&quot;-12&quot;
-       transform=&quot;matrix(0,1,-1,0,0,0)&quot;
-       id=&quot;rect8382&quot;
-       style=&quot;color:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
-    &lt;path
-       d=&quot;M 7,1 7,6.5625 5.71875,5.28125 C 5.53059,5.0931 5.2653,5.00001 5,5 L 4,5 4,6 c 10e-6,0.2653 0.0931,0.53058 0.28125,0.71875 l 3,3 L 7.5625,10 l 0.875,0 0.28125,-0.28125 3,-3 C 11.90694,6.53058 11.99999,6.2653 12,6 l 0,-1 -1,0 c -0.2653,10e-6 -0.53059,0.0931 -0.71875,0.28125 L 9,6.5625 9,1 z&quot;
-       id=&quot;path3613-4&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StepOut.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StepOut.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,62 +1,8 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg5270&quot;&gt;
-  &lt;defs
-     id=&quot;defs5272&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata5275&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;rect
-       width=&quot;2.9022989&quot;
-       height=&quot;8&quot;
-       rx=&quot;0&quot;
-       ry=&quot;0&quot;
-       x=&quot;12.097701&quot;
-       y=&quot;-12&quot;
-       transform=&quot;matrix(0,1,-1,0,0,0)&quot;
-       id=&quot;rect8382&quot;
-       style=&quot;color:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
-    &lt;path
-       d=&quot;M 7,10 7,4.4375 5.71875,5.71875 C 5.53059,5.9069 5.2653,5.99999 5,6 L 4,6 4,5 C 4.00001,4.7347 4.0931,4.46942 4.28125,4.28125 l 3,-3 L 7.5625,1 l 0.875,0 0.28125,0.28125 3,3 C 11.90694,4.46942 11.99999,4.7347 12,5 l 0,1 -1,0 C 10.7347,5.99999 10.46941,5.9069 10.28125,5.71875 L 9,4.4375 9,10 z&quot;
-       id=&quot;path3613-4&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StepOver.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StepOver.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,59 +1,6 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg5270&quot;&gt;
-  &lt;defs
-     id=&quot;defs5272&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata5275&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;rect
-     width=&quot;2.9022989&quot;
-     height=&quot;8&quot;
-     rx=&quot;0&quot;
-     ry=&quot;0&quot;
-     x=&quot;12.097701&quot;
-     y=&quot;-12&quot;
-     transform=&quot;matrix(0,1,-1,0,0,0)&quot;
-     id=&quot;rect8382&quot;
-     style=&quot;color:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
-  &lt;path
-     d=&quot;m 0.66428115,7.6325345 1.41421355,1.414213 4.7940442,-4.794044 c 0.5941597,-0.59416 1.5271598,-0.59416 2.1213204,0 l 2.8947187,2.894719 -1.811961,0 c -0.263723,0.0054 -0.5475556,0.105613 -0.7292043,0.287262 l -0.7071068,0.707106 0.7071068,0.707107 c 0.2188142,0.218814 0.454401,0.326698 0.7292043,0.331457 l 5.214912,-0.0442 0.04419,-5.214912 c -0.0048,-0.274803 -0.112642,-0.51039 -0.331456,-0.729204 l -0.707103,-0.707102 -0.707107,0.707107 c -0.181648,0.181649 -0.281874,0.465481 -0.287262,0.729204 l 0,1.811961 -2.894718,-2.894718 c -1.3584597,-1.35846 -3.5912886,-1.35846 -4.9497477,0 z&quot;
-     id=&quot;path35770-9-1&quot;
-     style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;rect 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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Stop.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Stop.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,53 +1,7 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;13&quot;
-   height=&quot;13&quot;
-   id=&quot;svg3755&quot;&gt;
-  &lt;defs
-     id=&quot;defs3757&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata3760&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;translate(0,-3)&quot;
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;m 2.5,5.5 0,8 8,0 0,-8 -8,0 z&quot;
-       id=&quot;path3807-1-1-5-8&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0pt;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;text-anchor:start;color:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;font-family:Andale Mono&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 13 13&quot;&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StyleRuleAuthor.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StyleRuleAuthor.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,215 +1,29 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg7929&quot;&gt;
-  &lt;defs
-     id=&quot;defs7931&quot;&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-5-9-6&quot;
-       xlink:href=&quot;#linearGradient7888&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870602,-43.768872)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890&quot;
-         style=&quot;stop-color:#204a87;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892&quot;
-         style=&quot;stop-color:#bdd2e9;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175-6-6-4-0&quot;
-       xlink:href=&quot;#linearGradient8978-0-9-0-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630262)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978-0-9-0-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980-9-1-8-4&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982-2-2-4-4&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient7833&quot;
-       xlink:href=&quot;#linearGradient7394-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-20.948972,32.907402)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7394-3&quot;&gt;
-      &lt;stop
-         id=&quot;stop7396-0&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7398-2&quot;
-         style=&quot;stop-color:#cbdbed;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient7835&quot;
-       xlink:href=&quot;#linearGradient4247-6-9-9-7&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-177.26596,-38.770868)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247-6-9-9-7&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249-2-0-1-7&quot;
-         style=&quot;stop-color:#204a87;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251-2-1-0-5&quot;
-         style=&quot;stop-color:#bdd2e9;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient7925&quot;
-       xlink:href=&quot;#linearGradient7394-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.948972,0.77180763)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient7927&quot;
-       xlink:href=&quot;#linearGradient4247-6-9-9-7&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906462)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-5-9-6-1&quot;
-       xlink:href=&quot;#linearGradient7888-7&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870602,-43.768872)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-7&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-4&quot;
-         style=&quot;stop-color:#204a87;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2&quot;
-         style=&quot;stop-color:#bdd2e9;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient8140&quot;
-       xlink:href=&quot;#linearGradient7888-7&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.9244,-46.943611)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata7934&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;rect
-       width=&quot;15.003705&quot;
-       height=&quot;15.003344&quot;
-       rx=&quot;1.5143198&quot;
-       ry=&quot;1.5142833&quot;
-       x=&quot;0.49814749&quot;
-       y=&quot;0.49832821&quot;
-       id=&quot;rect4319-7-2-1-7&quot;
-       style=&quot;fill:url(#radialGradient7925);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient7927);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;12.997247&quot;
-       height=&quot;12.999963&quot;
-       rx=&quot;0.5081172&quot;
-       ry=&quot;0.50810492&quot;
-       x=&quot;1.5013518&quot;
-       y=&quot;1.5016088&quot;
-       id=&quot;rect4321-0-9-4-0&quot;
-       style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;14.000044&quot;
-       height=&quot;14.000041&quot;
-       rx=&quot;1.9062433&quot;
-       ry=&quot;1.9062428&quot;
-       x=&quot;1.0017486&quot;
-       y=&quot;1.0015783&quot;
-       id=&quot;rect9035-4-9-5-7&quot;
-       style=&quot;fill:url(#radialGradient3175-6-6-4-0);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;path
-       d=&quot;m 6.449714,4.8500982 c -0.255625,0.01929 -0.682178,0.126648 -1.0625,0.4375001 -0.380323,0.310852 -0.7029,0.8292277 -0.78125,1.6562497 -0.01595,0.215408 -0.04213,0.4423849 -0.0625,0.625 -0.001,0.009 0.0011,0.02233 0,0.03125 -0.08624,0.5741969 -0.349126,0.7655429 -0.625,0.8125 l -0.125,0.03125 a 0.250025,0.250025 0 0 0 -0.09375,0.03125 0.250025,0.250025 0 0 0 -0.09375,0.09375 0.250025,0.250025 0 0 0 -0.03125,0.125 l 0,0.8125 a 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 0.125,0.03125 0.03125,0 c 0.08878,0.02005 0.172921,0.03869 0.25,0.09375 0.1907,0.138412 0.265101,0.347812 0.3125,0.59375 0.0474,0.245939 0.06321,0.515807 0.09375,0.8125 0.08313,0.818208 0.426004,1.357861 0.8125,1.65625 0.376151,0.290403 0.76763,0.356921 1,0.375 0.0064,4.97e-4 0.02511,-4e-4 0.03125,0 l 0.125,0.03125 a 0.250025,0.250025 0 0 0 0
 .0625,0 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0.21875,-0.84375 a 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.09375,-0.03125 l -0.1875,0 c -0.18184,-0.02204 -0.344489,-0.172984 -0.4375,-0.3125 -0.157601,-0.242238 -0.16703,-0.694159 -0.21875,-1.21875 -0.04542,-0.460684 -0.247644,-0.9549702 -0.625,-1.3750002 0.373019,-0.4195051 0.548421,-0.916167 0.59375,-1.375 0.05042,-0.5104071 0.09838,-0.9669151 0.25,-1.21875 0.09479,-0.142182 0.260598,-0.2910571 0.4375,-0.3125 l 0.1875,-0.03125 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.2
 50025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 L 6.824714,5.0375979 a 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 l -0.125,0 z m 2.6250007,0 a 0.250025,0.250025 0 0 0 -0.0625,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.03125 l -0.1875,0.8124999 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 0.1875,0.03125 c 0.1763038,0.02137 0.340045,0.166318 0.4375,0.3125 0.1515232,0.251867 0.1683378,0.708458 0.21875,1.21875 0.045371,0.4592679 0.2511063,0.9552899 0.6249993,1.375 -0.377356,0.42003 -0
 .5795796,0.9143159 -0.6249993,1.3749999 -0.05172,0.524591 -0.061149,0.976512 -0.21875,1.21875 -0.095677,0.143516 -0.2562555,0.290531 -0.4375,0.3125 l -0.1875,0 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.09375,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.125 l 0.1875,0.84375 a 0.250025,0.250025 0 0 0 0.0625,0.09375 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 0.250025,0.250025 0 0 0 0.0625,0 l 0.125,-0.03125 c 0.00614,-4e-4 0.02486,4.97e-4 0.03125,0 0.2323694,-0.01808 0.6238476,-0.0846 0.9999993,-0.375 0.386496,-0.298388 0.729367,-0.838042 0.8125,-1.65625 0.03054,-0.296688 0.04635,-0.566558 0.09375,-0.8125 0.0474,-0.245942 0.121821,-0.455341 0.3125,-0.5937498 0.07296,-0.05211 0.158267,-0.07303 0.25,-0.09375 l 0.03125,0 0.125,-0.03125 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0
  0.09375,-0.09375 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-0.8125 a 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 l -0.125,-0.03125 c -0.275873,-0.04696 -0.538758,-0.2383021 -0.625,-0.8125 -0.0011,-0.0092 0.0011,-0.02193 0,-0.03125 -0.02172,-0.1882091 -0.04698,-0.4154211 -0.0625,-0.625 C 11.090104,6.1211102 10.766257,5.5995433 10.387214,5.2875984 10.008172,4.9756533 9.5856033,4.8694233 9.3247147,4.8500983 l -0.125,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 z&quot;
-       id=&quot;path3521-90-4-7-7-3-1-3-9-6&quot;
-       style=&quot;font-size:8.14663982px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:2px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-    &lt;path
-       d=&quot;m 6.501494,3.8197687 c -0.255625,0.01929 -0.682178,0.126648 -1.0625,0.4375001 -0.380323,0.310852 -0.7029,0.8292277 -0.78125,1.6562497 -0.01595,0.215408 -0.04213,0.4423849 -0.0625,0.625 -0.001,0.009 0.0011,0.02233 0,0.03125 -0.08624,0.5741969 -0.349126,0.7655429 -0.625,0.8125 l -0.125,0.03125 a 0.250025,0.250025 0 0 0 -0.09375,0.03125 0.250025,0.250025 0 0 0 -0.09375,0.09375 0.250025,0.250025 0 0 0 -0.03125,0.125 l 0,0.8125 a 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 0.125,0.03125 0.03125,0 c 0.08878,0.02005 0.172921,0.03869 0.25,0.09375 0.1907,0.138412 0.265101,0.347812 0.3125,0.59375 0.0474,0.245939 0.06321,0.5158069 0.09375,0.8124995 0.08313,0.818208 0.426004,1.357861 0.8125,1.65625 0.376151,0.290403 0.76763,0.356921 1,0.375 0.0064,4.97e-4 0.02511,-4e-4 0.03125,0 l 0.125,0.03125 a 0.250025,0.250025 0 0
  0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0.21875,-0.84375 a 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.09375,-0.03125 l -0.1875,0 c -0.18184,-0.02204 -0.344489,-0.172984 -0.4375,-0.3125 -0.157601,-0.242238 -0.16703,-0.6941587 -0.21875,-1.2187497 -0.04542,-0.460684 -0.247644,-0.95497 -0.625,-1.375 0.373019,-0.4195051 0.548421,-0.916167 0.59375,-1.375 0.05042,-0.5104071 0.09838,-0.9669151 0.25,-1.21875 0.09479,-0.142182 0.260598,-0.2910571 0.4375,-0.3125 l 0.1875,-0.03125 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.
 250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 L 6.876494,4.0072684 a 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 l -0.125,0 z m 2.6250007,0 a 0.250025,0.250025 0 0 0 -0.0625,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.03125 l -0.1875,0.8124999 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 0.1875,0.03125 c 0.1763038,0.02137 0.340045,0.166318 0.4375,0.3125 0.1515232,0.251867 0.1683378,0.708458 0.21875,1.21875 0.045371,0.4592679 0.2511063,0.9552899 0.6249993,1.375 -0.377356,0.42003 -
 0.5795796,0.914316 -0.6249993,1.375 -0.05172,0.524591 -0.061149,0.9765114 -0.21875,1.2187494 -0.095677,0.143516 -0.2562555,0.290531 -0.4375,0.3125 l -0.1875,0 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.09375,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.125 l 0.1875,0.84375 a 0.250025,0.250025 0 0 0 0.0625,0.09375 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 0.250025,0.250025 0 0 0 0.0625,0 l 0.125,-0.03125 c 0.00614,-4e-4 0.02486,4.97e-4 0.03125,0 0.2323694,-0.01808 0.6238473,-0.0846 0.9999993,-0.375 0.386496,-0.298388 0.729367,-0.838042 0.8125,-1.65625 0.03054,-0.2966873 0.04635,-0.5665573 0.09375,-0.8124993 0.0474,-0.245942 0.121821,-0.455341 0.3125,-0.59375 0.07296,-0.05211 0.158267,-0.07303 0.25,-0.09375 l 0.03125,0 0.125,-0.03125 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0
  0 0.09375,-0.09375 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-0.8125 a 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 l -0.125,-0.03125 c -0.275873,-0.04696 -0.538758,-0.2383021 -0.625,-0.8125 -0.0011,-0.0092 0.0011,-0.02193 0,-0.03125 -0.02172,-0.1882091 -0.04698,-0.4154211 -0.0625,-0.625 C 11.141884,5.0907807 10.818037,4.5692138 10.438994,4.2572689 10.059952,3.9453238 9.6373833,3.8390938 9.3764947,3.8197688 l -0.125,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 z&quot;
-       id=&quot;path3521-90-4-7-7-3-1-3-9-6-5&quot;
-       style=&quot;font-size:8.14663982px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:2px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient3161-1-5-9-6-1);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#cbdbed&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &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;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;
+ &lt;/defs&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StyleRuleInherited.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StyleRuleInherited.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,259 +1,27 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg9882&quot;&gt;
-  &lt;defs
-     id=&quot;defs9884&quot;&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175&quot;
-       xlink:href=&quot;#linearGradient8978&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3179&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-49.42355,1.24638)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient11520&quot;&gt;
-      &lt;stop
-         id=&quot;stop11522&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop11524&quot;
-         style=&quot;stop-color:#dcdcdc;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3181&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-205.74054,-70.43189)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249&quot;
-         style=&quot;stop-color:#9b9b9b;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient9878&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180835)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient9880&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-6&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-1&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-8&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient9970&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.9244,-46.943609)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10460&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient10464&quot;
-       xlink:href=&quot;#linearGradient8978&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient10468&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180835)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient10470&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10460-4&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-4-9&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-1-3&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-8-6&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10487&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.620365,-48.242929)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata9887&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;rect
-     width=&quot;15.003705&quot;
-     height=&quot;15.003344&quot;
-     rx=&quot;1.5143198&quot;
-     ry=&quot;1.5142833&quot;
-     x=&quot;0.49814749&quot;
-     y=&quot;0.49832821&quot;
-     id=&quot;rect4319&quot;
-     style=&quot;fill:url(#radialGradient10468);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10470);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;12.997247&quot;
-     height=&quot;12.999963&quot;
-     rx=&quot;0.5081172&quot;
-     ry=&quot;0.50810492&quot;
-     x=&quot;1.5013518&quot;
-     y=&quot;1.5016088&quot;
-     id=&quot;rect4321&quot;
-     style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;14.000044&quot;
-     height=&quot;14.000041&quot;
-     rx=&quot;1.9062433&quot;
-     ry=&quot;1.9062428&quot;
-     x=&quot;1.0017486&quot;
-     y=&quot;1.0015783&quot;
-     id=&quot;rect9035&quot;
-     style=&quot;fill:url(#radialGradient10464);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;path
-     d=&quot;m 6.4497161,4.8500991 c -0.255625,0.01929 -0.682178,0.126648 -1.0625,0.4375 -0.380323,0.310852 -0.7029,0.829228 -0.78125,1.65625 -0.01595,0.215408 -0.04213,0.442385 -0.0625,0.625 -10e-4,0.009 0.0011,0.02233 0,0.03125 -0.08624,0.574197 -0.349126,0.765543 -0.625,0.8125 l -0.125,0.03125 a 0.250025,0.250025 0 0 0 -0.09375,0.03125 0.250025,0.250025 0 0 0 -0.09375,0.09375 0.250025,0.250025 0 0 0 -0.03125,0.1249999 l 0,0.8125 a 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 0.125,0.03125 0.03125,0 c 0.08878,0.02005 0.172921,0.03869 0.25,0.09375 0.1907,0.138412 0.265101,0.347812 0.3125,0.59375 0.0474,0.245939 0.06321,0.515807 0.09375,0.812499 0.08313,0.818208 0.426004,1.357861 0.8125,1.65625 0.376151,0.290403 0.76763,0.356921 1,0.375 0.0064,4.97e-4 0.02511,-4e-4 0.03125,0 l 0.125,0.03125 a 0.250025,0.250025 0 0 0 0.062
 5,0 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0.21875,-0.84375 a 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.09375,-0.03125 l -0.1875,0 c -0.18184,-0.02204 -0.344489,-0.172984 -0.4375,-0.3125 -0.157601,-0.242238 -0.16703,-0.694158 -0.21875,-1.218749 -0.04542,-0.460684 -0.247644,-0.9549702 -0.625,-1.3750002 0.373019,-0.4195051 0.548421,-0.9161667 0.59375,-1.3749997 0.05042,-0.510407 0.09838,-0.966915 0.25,-1.21875 0.09479,-0.142182 0.260598,-0.291057 0.4375,-0.3125 l 0.1875,-0.03125 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.25
 0025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l -0.21875,-0.8125 a 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 l -0.125,0 z m 2.6250005,0 a 0.250025,0.250025 0 0 0 -0.0625,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.03125 l -0.1875005,0.8125 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 0.1875,0.03125 c 0.1763038,0.02137 0.340045,0.166318 0.4375,0.3125 0.1515232,0.251867 0.1683378,0.708458 0.21875,1.21875 0.045371,0.459268 0.2511059,0.9552899 0.6249989,1.375 -0.377356,0.42003 -0.579
 5792,0.9143159 -0.6249989,1.3749999 -0.05172,0.524591 -0.061149,0.976511 -0.21875,1.218749 -0.095677,0.143516 -0.2562555,0.290531 -0.4375,0.3125 l -0.1875,0 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.09375,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.125 l 0.1875005,0.84375 a 0.250025,0.250025 0 0 0 0.0625,0.09375 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 0.250025,0.250025 0 0 0 0.0625,0 l 0.125,-0.03125 c 0.00614,-4e-4 0.02486,4.97e-4 0.03125,0 0.2323694,-0.01808 0.6238473,-0.0846 0.9999994,-0.375 0.386496,-0.298388 0.729367,-0.838042 0.8125,-1.65625 0.03054,-0.296687 0.04635,-0.566557 0.09375,-0.812499 0.0474,-0.245942 0.121821,-0.455341 0.3125,-0.5937498 0.07296,-0.05211 0.158267,-0.07303 0.25,-0.09375 l 0.03125,0 0.125,-0.03125 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0
  0 0.09375,-0.09375 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-0.8125 a 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 l -0.125,-0.03125 c -0.275873,-0.04696 -0.538758,-0.238302 -0.625,-0.8125 -0.0011,-0.0092 0.0011,-0.02193 0,-0.03125 -0.02172,-0.188209 -0.04698,-0.415421 -0.0625,-0.625 -0.07836,-0.822738 -0.402207,-1.344305 -0.78125,-1.65625 -0.379042,-0.311945 -0.8016108,-0.418175 -1.0624994,-0.4375 l -0.125,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 z&quot;
-     id=&quot;path3521-90-4-7-7-3-1-3-9-6-5-4&quot;
-     style=&quot;font-size:8.14663982px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:2px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;path
-     d=&quot;m 6.5014961,3.8197691 c -0.255625,0.01929 -0.682178,0.126648 -1.0625,0.4375 -0.380323,0.310852 -0.7029,0.829228 -0.78125,1.65625 -0.01595,0.215408 -0.04213,0.442385 -0.0625,0.625 -10e-4,0.009 0.0011,0.02233 0,0.03125 -0.08624,0.574197 -0.349126,0.765543 -0.625,0.8125 l -0.125,0.03125 a 0.250025,0.250025 0 0 0 -0.09375,0.03125 0.250025,0.250025 0 0 0 -0.09375,0.09375 0.250025,0.250025 0 0 0 -0.03125,0.1249999 l 0,0.8125 a 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 0.125,0.03125 0.03125,0 c 0.08878,0.02005 0.172921,0.03869 0.25,0.09375 0.1907,0.138412 0.265101,0.347812 0.3125,0.59375 0.0474,0.245939 0.06321,0.5158069 0.09375,0.812499 0.08313,0.818208 0.426004,1.357861 0.8125,1.65625 0.376151,0.290404 0.76763,0.356921 1,0.375 0.0064,4.97e-4 0.02511,-3.99e-4 0.03125,0 l 0.125,0.03125 a 0.250025,0.250025 0 0 0 0
 .0625,0 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0.21875,-0.84375 a 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.09375,-0.03125 l -0.1875,0 c -0.18184,-0.02204 -0.344489,-0.172984 -0.4375,-0.3125 -0.157601,-0.242238 -0.16703,-0.6941582 -0.21875,-1.2187492 -0.04542,-0.460684 -0.247644,-0.95497 -0.625,-1.375 0.373019,-0.4195051 0.548421,-0.9161667 0.59375,-1.3749997 0.05042,-0.510407 0.09838,-0.966915 0.25,-1.21875 0.09479,-0.142182 0.260598,-0.291057 0.4375,-0.3125 l 0.1875,-0.03125 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.25
 0025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l -0.21875,-0.8125 a 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 l -0.125,0 z m 2.6250005,0 a 0.250025,0.250025 0 0 0 -0.0625,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.03125 l -0.1875005,0.8125 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 0.1875,0.03125 c 0.1763038,0.02137 0.340045,0.166318 0.4375,0.3125 0.1515232,0.251867 0.1683378,0.708458 0.21875,1.21875 0.045371,0.459268 0.2511059,0.9552899 0.6249989,1.375 -0.377356,0.42003 -0.579
 5792,0.914316 -0.6249989,1.375 -0.05172,0.524591 -0.061149,0.9765109 -0.21875,1.2187489 -0.095677,0.143516 -0.2562555,0.290531 -0.4375,0.3125 l -0.1875,0 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.09375,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.125 l 0.1875005,0.84375 a 0.250025,0.250025 0 0 0 0.0625,0.09375 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 0.250025,0.250025 0 0 0 0.0625,0 l 0.125,-0.03125 c 0.00614,-4e-4 0.02486,4.97e-4 0.03125,0 0.2323694,-0.01808 0.6238474,-0.0846 0.9999994,-0.375 0.386496,-0.298388 0.729367,-0.838042 0.8125,-1.65625 0.03054,-0.2966868 0.04635,-0.5665568 0.09375,-0.8124988 0.0474,-0.245942 0.121821,-0.455341 0.3125,-0.59375 0.07296,-0.05211 0.158267,-0.07303 0.25,-0.09375 l 0.03125,0 0.125,-0.03125 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0
  0.09375,-0.09375 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-0.8125 a 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 l -0.125,-0.03125 c -0.275873,-0.04696 -0.538758,-0.238302 -0.625,-0.8125 -0.0011,-0.0092 0.0011,-0.02193 0,-0.03125 -0.02172,-0.188209 -0.04698,-0.415421 -0.0625,-0.625 -0.07836,-0.822738 -0.402207,-1.344305 -0.78125,-1.65625 -0.379042,-0.311945 -0.8016108,-0.418175 -1.0624994,-0.4375 l -0.125,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 z&quot;
-     id=&quot;path3521-90-4-7-7-3-1-3-9-6-5-4-8&quot;
-     style=&quot;font-size:8.14663982px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:2px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient10460-4);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#dcdcdc&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#9b9b9b&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;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;/defs&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.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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StyleRuleInheritedElement.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StyleRuleInheritedElement.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,279 +1,27 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg9882&quot;&gt;
-  &lt;defs
-     id=&quot;defs9884&quot;&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175&quot;
-       xlink:href=&quot;#linearGradient8978&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3179&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-49.42355,1.24638)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient11520&quot;&gt;
-      &lt;stop
-         id=&quot;stop11522&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop11524&quot;
-         style=&quot;stop-color:#dcdcdc;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3181&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-205.74054,-70.43189)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249&quot;
-         style=&quot;stop-color:#9b9b9b;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient9878&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180835)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient9880&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-6&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-1&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-8&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient9970&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.9244,-46.943609)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient10464&quot;
-       xlink:href=&quot;#linearGradient8978&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient10468&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180835)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient10470&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10460-4&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-4-9&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-1-3&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-8-6&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10487&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.620365,-48.242929)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10460-4-5&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-4-9-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-1-3-4&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-8-6-6&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10670&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-39.497066,-47.586679)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata9887&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;rect
-     width=&quot;15.003705&quot;
-     height=&quot;15.003344&quot;
-     rx=&quot;1.5143198&quot;
-     ry=&quot;1.5142833&quot;
-     x=&quot;0.49814749&quot;
-     y=&quot;0.49832821&quot;
-     id=&quot;rect4319&quot;
-     style=&quot;fill:url(#radialGradient10468);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10470);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;12.997247&quot;
-     height=&quot;12.999963&quot;
-     rx=&quot;0.5081172&quot;
-     ry=&quot;0.50810492&quot;
-     x=&quot;1.5013518&quot;
-     y=&quot;1.5016088&quot;
-     id=&quot;rect4321&quot;
-     style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;14.000044&quot;
-     height=&quot;14.000041&quot;
-     rx=&quot;1.9062433&quot;
-     ry=&quot;1.9062428&quot;
-     x=&quot;1.0017486&quot;
-     y=&quot;1.0015783&quot;
-     id=&quot;rect9035&quot;
-     style=&quot;fill:url(#radialGradient10464);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;path
-     d=&quot;m 5.1843208,4.8493626 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.0625,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 0,0.0625 l 0,8.0000004 c -0.0026,0.02072 -0.0026,0.04178 0,0.0625 0.0074,0.02216 0.01798,0.04326 0.03125,0.0625 0.02211,0.03888 0.05487,0.07164 0.09375,0.09375 0.0095,0.01131 0.01994,0.02178 0.03125,0.03125 0.02072,0.0026 0.04178,0.0026 0.0625,0 0.0104,6.51e-4 0.02085,6.51e-4 0.03125,0 l 5.2187482,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.09375 l 0,-1.3125 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.031
 25,0 0.250025,0.250025 0 0 0 -0.0625,-0.03125 l -3.5624982,0 0,-1.5937503 3.1562482,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-1.3125 a 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,-0.03125 l -3.1562482,0 0,-1.5 3.5624982,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-1.28
 12501 a 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 l -5.2187482,0 a 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 z&quot;
-     id=&quot;path10024-3-9-1-7-3&quot;
-     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;path
-     d=&quot;m 5.2361008,3.8190326 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.0625,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 0,0.0625 l 0,8.0000004 c -0.0026,0.02072 -0.0026,0.04178 0,0.0625 0.0074,0.02216 0.01798,0.04326 0.03125,0.0625 0.02211,0.03888 0.05487,0.07164 0.09375,0.09375 0.0095,0.01131 0.01994,0.02178 0.03125,0.03125 0.02072,0.0026 0.04178,0.0026 0.0625,0 0.0104,6.51e-4 0.02085,6.51e-4 0.03125,0 l 5.2187482,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.09375 l 0,-1.3125 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.031
 25,0 0.250025,0.250025 0 0 0 -0.0625,-0.03125 l -3.5624982,0 0,-1.5937503 3.1562482,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-1.3125 a 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,-0.03125 l -3.1562482,0 0,-1.5 3.5624982,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-1.28
 12501 a 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 l -5.2187482,0 a 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 z&quot;
-     id=&quot;path10024-3-9-1-7-3-5&quot;
-     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient10460-4-5);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#dcdcdc&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#9b9b9b&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;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;/defs&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.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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StyleRuleInspector.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StyleRuleInspector.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,522 +1,27 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg3986&quot;&gt;
-  &lt;defs
-     id=&quot;defs3988&quot;&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175&quot;
-       xlink:href=&quot;#linearGradient8978&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3179&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-49.42355,1.24638)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient11520&quot;&gt;
-      &lt;stop
-         id=&quot;stop11522&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop11524&quot;
-         style=&quot;stop-color:#dcf6c2;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3181&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-205.74054,-70.43189)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251&quot;
-         style=&quot;stop-color:#d3f4b2;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3982&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180835)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3984&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-0&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-3&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-9&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-5&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4650&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.9244,-46.943609)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3038&quot;
-       xlink:href=&quot;#linearGradient8978&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3042&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180835)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3044&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3034-1&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-3-3&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-9-2&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-5-3&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3829&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-39.902379,-47.244888)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3034-1-1&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-3-3-1&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-9-2-1&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-5-3-9&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4042&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4044&quot;&gt;
-      &lt;stop
-         id=&quot;stop4046&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4048&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4050&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4052&quot;&gt;
-      &lt;stop
-         id=&quot;stop4054&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4056&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4061&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4063&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4065&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3034-1-7&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-3-3-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-9-2-6&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-5-3-2&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4042-2&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4044-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop4046-4&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4048-9&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4050-5&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4052-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop4054-3&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4056-9&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4160&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-50.965638,-46.051883)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4163&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-50.965638,-46.051883)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3034-1-11&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-3-3-2&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-9-2-3&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-5-3-3&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4198&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4200&quot;&gt;
-      &lt;stop
-         id=&quot;stop4202&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4204&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4206&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4208&quot;&gt;
-      &lt;stop
-         id=&quot;stop4210&quot;
-         style=&quot;stop-color:#4e9a06;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4212&quot;
-         style=&quot;stop-color:#8ae234;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4217&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4219&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4221&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata3991&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;rect
-     width=&quot;15.003705&quot;
-     height=&quot;15.003344&quot;
-     rx=&quot;1.5143198&quot;
-     ry=&quot;1.5142833&quot;
-     x=&quot;0.49814749&quot;
-     y=&quot;0.49832821&quot;
-     id=&quot;rect4319&quot;
-     style=&quot;fill:url(#radialGradient3042);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3044);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;12.997247&quot;
-     height=&quot;12.999963&quot;
-     rx=&quot;0.5081172&quot;
-     ry=&quot;0.50810492&quot;
-     x=&quot;1.5013518&quot;
-     y=&quot;1.5016088&quot;
-     id=&quot;rect4321&quot;
-     style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;14.000044&quot;
-     height=&quot;14.000041&quot;
-     rx=&quot;1.9062433&quot;
-     ry=&quot;1.9062428&quot;
-     x=&quot;1.0017486&quot;
-     y=&quot;1.0015783&quot;
-     id=&quot;rect9035&quot;
-     style=&quot;fill:url(#radialGradient3038);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;path
-     d=&quot;m 6.4497161,4.8500989 c -0.2556252,0.019293 -0.6821774,0.1266481 -1.0625,0.4375 -0.3803226,0.3108519 -0.7029,0.8292274 -0.78125,1.65625 -0.01595,0.2154077 -0.04213,0.4423849 -0.0625,0.625 -10e-4,0.00904 0.0011,0.022329 0,0.03125 -0.08624,0.5741969 -0.349126,0.7655429 -0.625,0.8125 l -0.125,0.03125 a 0.250025,0.250025 0 0 0 -0.09375,0.03125 0.250025,0.250025 0 0 0 -0.09375,0.09375 0.250025,0.250025 0 0 0 -0.03125,0.125 l 0,0.8125 a 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 0.125,0.03125 0.03125,0 c 0.08878,0.020053 0.172921,0.038693 0.25,0.09375 0.1907,0.1384111 0.265101,0.3478111 0.3125,0.5937501 0.0474,0.245938 0.06321,0.515807 0.09375,0.8125 0.08313,0.818208 0.4260043,1.357861 0.8125,1.65625 0.3761515,0.290403 0.7676299,0.35692 1,0.375 0.00639,4.97e-4 0.025108,-4.01e-4 0.03125,0 l 0.125,0.03125 a 0.25002
 5,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0.21875,-0.84375 a 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.09375,-0.03125 l -0.1875,0 c -0.1818398,-0.02204 -0.3444895,-0.172985 -0.4375,-0.3125 -0.1576009,-0.242238 -0.1670297,-0.694159 -0.21875,-1.21875 -0.04542,-0.460684 -0.2476439,-0.95497 -0.625,-1.3750001 0.3730189,-0.419505 0.5484216,-0.9161669 0.59375,-1.375 0.050423,-0.510407 0.098381,-0.9669151 0.25,-1.21875 0.094788,-0.1421824 0.2605977,-0.2910572 0.4375,-0.3125 l 0.1875,-0.03125 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.0625 0.250025,0.250025 0 0 0
  0.03125,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l -0.21875,-0.8125 a 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 l -0.125,0 z m 2.625,0 a 0.250025,0.250025 0 0 0 -0.0625,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.03125 l -0.1875,0.8125 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 0.1875,0.03125 c 0.1763038,0.021371 0.340045,0.1663175 0.4375,0.3125 0.1515232,0.251867 0.1683378,0.7084574 0.21875,1.21875 0.045371,0.4592681 0.2511069,0.9552898 0.6249999,1.3
 75 -0.377356,0.4200302 -0.5795802,0.9143161 -0.6249999,1.3750001 -0.05172,0.524591 -0.061149,0.976512 -0.21875,1.21875 -0.095677,0.143516 -0.2562555,0.29053 -0.4375,0.3125 l -0.1875,0 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.09375,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.125 l 0.1875,0.84375 a 0.250025,0.250025 0 0 0 0.0625,0.09375 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 0.250025,0.250025 0 0 0 0.0625,0 l 0.125,-0.03125 c 0.00614,-4.01e-4 0.02486,4.97e-4 0.03125,0 0.2323694,-0.01808 0.6238484,-0.0846 0.9999999,-0.375 0.386496,-0.298389 0.729367,-0.838042 0.8125,-1.65625 0.03054,-0.296688 0.04635,-0.566558 0.09375,-0.8125 0.0474,-0.245942 0.121821,-0.455341 0.3125,-0.5937501 0.07296,-0.052111 0.158267,-0.073031 0.25,-0.09375 l 0.03125,0 0.125,-0.03125 a 0.250025,0.250025 0 0 0 0.09375,-0.
 03125 0.250025,0.250025 0 0 0 0.09375,-0.09375 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-0.8125 a 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 l -0.125,-0.03125 c -0.275873,-0.046959 -0.538758,-0.238302 -0.625,-0.8125 -0.0011,-0.00923 0.0011,-0.021928 0,-0.03125 -0.02172,-0.1882095 -0.04698,-0.4154211 -0.0625,-0.625 -0.07836,-0.8227386 -0.402207,-1.344305 -0.78125,-1.65625 -0.379042,-0.311945 -0.8016113,-0.4181749 -1.0624999,-0.4375 l -0.125,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 z&quot;
-     id=&quot;path3521-90-4-7&quot;
-     style=&quot;font-size:8.14663982px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:2px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;path
-     d=&quot;m 6.5014961,3.8197681 c -0.2556252,0.01929 -0.6821774,0.126648 -1.0625,0.4375 -0.3803226,0.310852 -0.7029,0.829228 -0.78125,1.65625 -0.01595,0.215408 -0.04213,0.4423849 -0.0625,0.625 -10e-4,0.009 0.0011,0.02233 0,0.03125 -0.08624,0.5741969 -0.349126,0.7655429 -0.625,0.8125 l -0.125,0.03125 a 0.250025,0.250025 0 0 0 -0.09375,0.03125 0.250025,0.250025 0 0 0 -0.09375,0.09375 0.250025,0.250025 0 0 0 -0.03125,0.125 l 0,0.8125 a 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 0.125,0.03125 0.03125,0 c 0.08878,0.02005 0.172921,0.03869 0.25,0.09375 0.1907,0.138412 0.265101,0.347812 0.3125,0.59375 0.0474,0.245939 0.06321,0.5158069 0.09375,0.8124999 0.08313,0.818208 0.4260043,1.357861 0.8125,1.65625 0.3761515,0.290403 0.7676299,0.356921 1,0.375 0.00639,4.97e-4 0.025108,-4e-4 0.03125,0 l 0.125,0.03125 a 0.250025,0.250025 0
  0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0.21875,-0.84375 a 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.09375,-0.03125 l -0.1875,0 c -0.1818398,-0.02204 -0.3444895,-0.172984 -0.4375,-0.3125 -0.1576009,-0.242238 -0.1670297,-0.6941589 -0.21875,-1.2187499 -0.04542,-0.460684 -0.2476439,-0.95497 -0.625,-1.375 0.3730189,-0.4195051 0.5484216,-0.916167 0.59375,-1.375 0.050423,-0.5104071 0.098381,-0.9669151 0.25,-1.21875 0.094788,-0.142182 0.2605977,-0.2910571 0.4375,-0.3125 l 0.1875,-0.03125 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.0
 625 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l -0.21875,-0.8125 a 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 l -0.125,0 z m 2.625,0 a 0.250025,0.250025 0 0 0 -0.0625,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.03125 l -0.1875,0.8125 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 0.1875,0.03125 c 0.1763038,0.02137 0.340045,0.166318 0.4375,0.3125 0.1515232,0.251867 0.1683378,0.708458 0.21875,1.21875 0.045371,0.4592679 0.2511069,0.9552899 0.6249999,1.375 -0.377356,0.4
 2003 -0.5795802,0.914316 -0.6249999,1.375 -0.05172,0.524591 -0.061149,0.9765119 -0.21875,1.2187499 -0.095677,0.143516 -0.2562555,0.290531 -0.4375,0.3125 l -0.1875,0 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.09375,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.125 l 0.1875,0.84375 a 0.250025,0.250025 0 0 0 0.0625,0.09375 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 0.250025,0.250025 0 0 0 0.0625,0 l 0.125,-0.03125 c 0.00614,-4e-4 0.02486,4.97e-4 0.03125,0 0.2323694,-0.01808 0.6238479,-0.0846 0.9999999,-0.375 0.386496,-0.298388 0.729367,-0.838042 0.8125,-1.65625 0.03054,-0.2966879 0.04635,-0.5665579 0.09375,-0.8124999 0.0474,-0.245942 0.121821,-0.455341 0.3125,-0.59375 0.07296,-0.05211 0.158267,-0.07303 0.25,-0.09375 l 0.03125,0 0.125,-0.03125 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.2500
 25 0 0 0 0.09375,-0.09375 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-0.8125 a 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 l -0.125,-0.03125 c -0.275873,-0.04696 -0.538758,-0.2383021 -0.625,-0.8125 -0.0011,-0.0092 0.0011,-0.02193 0,-0.03125 -0.02172,-0.1882091 -0.04698,-0.4154211 -0.0625,-0.625 -0.07836,-0.822738 -0.402207,-1.3443051 -0.78125,-1.65625 -0.379042,-0.311945 -0.8016113,-0.418175 -1.0624999,-0.4375 l -0.125,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 z&quot;
-     id=&quot;path3521-90-4-7-7&quot;
-     style=&quot;font-size:8.14663982px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:2px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient3034-1-11);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#dcf6c2&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#4e9a06&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#d3f4b2&quot; offset=&quot;1&quot;/&gt;
+  &lt;/linearGradient&gt;
+  &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;#4e9a06&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#8ae234&quot; offset=&quot;1&quot;/&gt;
+  &lt;/linearGradient&gt;
+ &lt;/defs&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.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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StyleRuleUser.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StyleRuleUser.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,215 +1,29 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg7435&quot;&gt;
-  &lt;defs
-     id=&quot;defs7437&quot;&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-5-9&quot;
-       xlink:href=&quot;#linearGradient7388&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870602,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7388&quot;&gt;
-      &lt;stop
-         id=&quot;stop7390&quot;
-         style=&quot;stop-color:#c4a000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7392&quot;
-         style=&quot;stop-color:#fef4a8;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175-6-6-4&quot;
-       xlink:href=&quot;#linearGradient8978-0-9-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978-0-9-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980-9-1-8&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982-2-2-4&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient7333&quot;
-       xlink:href=&quot;#linearGradient7394&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,31.254419,8.2294358)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7394&quot;&gt;
-      &lt;stop
-         id=&quot;stop7396&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7398&quot;
-         style=&quot;stop-color:#fef6ba;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient7335&quot;
-       xlink:href=&quot;#linearGradient4247-6-9-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-125.06257,-63.448834)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247-6-9-9&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249-2-0-1&quot;
-         style=&quot;stop-color:#c4a000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251-2-1-0&quot;
-         style=&quot;stop-color:#fef4a8;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient7431&quot;
-       xlink:href=&quot;#linearGradient7394&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.948972,0.7718085)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient7433&quot;
-       xlink:href=&quot;#linearGradient4247-6-9-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-5-9-8&quot;
-       xlink:href=&quot;#linearGradient7388-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870602,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7388-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop7390-0&quot;
-         style=&quot;stop-color:#c4a000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7392-9&quot;
-         style=&quot;stop-color:#fef4a8;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient7646&quot;
-       xlink:href=&quot;#linearGradient7388-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.9244,-46.943611)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata7440&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;rect
-       width=&quot;15.003705&quot;
-       height=&quot;15.003344&quot;
-       rx=&quot;1.5143198&quot;
-       ry=&quot;1.5142833&quot;
-       x=&quot;0.49814749&quot;
-       y=&quot;0.49832821&quot;
-       id=&quot;rect4319-7-2-1&quot;
-       style=&quot;fill:url(#radialGradient7431);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient7433);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;12.997247&quot;
-       height=&quot;12.999963&quot;
-       rx=&quot;0.5081172&quot;
-       ry=&quot;0.50810492&quot;
-       x=&quot;1.5013518&quot;
-       y=&quot;1.5016088&quot;
-       id=&quot;rect4321-0-9-4&quot;
-       style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;14.000044&quot;
-       height=&quot;14.000041&quot;
-       rx=&quot;1.9062433&quot;
-       ry=&quot;1.9062428&quot;
-       x=&quot;1.0017486&quot;
-       y=&quot;1.0015783&quot;
-       id=&quot;rect9035-4-9-5&quot;
-       style=&quot;fill:url(#radialGradient3175-6-6-4);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;path
-       d=&quot;m 6.449714,4.850099 c -0.255625,0.01929 -0.682178,0.126648 -1.0625,0.4375001 -0.380323,0.310852 -0.7029,0.8292278 -0.78125,1.6562498 -0.01595,0.215408 -0.04213,0.4423849 -0.0625,0.625 -0.001,0.009 0.0011,0.02233 0,0.03125 -0.08624,0.5741969 -0.349126,0.7655429 -0.625,0.8125001 l -0.125,0.03125 a 0.250025,0.250025 0 0 0 -0.09375,0.03125 0.250025,0.250025 0 0 0 -0.09375,0.09375 0.250025,0.250025 0 0 0 -0.03125,0.125 l 0,0.8125 a 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 0.125,0.03125 0.03125,0 c 0.08878,0.02005 0.172921,0.03869 0.25,0.09375 0.1907,0.138412 0.265101,0.347812 0.3125,0.59375 0.0474,0.245939 0.06321,0.515807 0.09375,0.8125 0.08313,0.818208 0.426004,1.357861 0.8125,1.65625 0.376151,0.290403 0.76763,0.356921 1,0.375 0.0064,4.97e-4 0.02511,-4e-4 0.03125,0 l 0.125,0.03125 a 0.250025,0.250025 0 0 0
  0.0625,0 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0.2187501,-0.84375 a 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.09375,-0.03125 l -0.1875,0 c -0.18184,-0.02204 -0.344489,-0.172984 -0.4375,-0.3125 -0.157601,-0.242238 -0.16703,-0.694159 -0.21875,-1.21875 -0.04542,-0.460684 -0.247644,-0.9549703 -0.625,-1.3750003 0.373019,-0.4195051 0.548421,-0.916167 0.59375,-1.375 0.05042,-0.5104071 0.09838,-0.9669151 0.25,-1.21875 0.09479,-0.142182 0.260598,-0.2910571 0.4375,-0.3125 l 0.1875,-0.03125 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025
 ,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 L 6.824714,5.0375988 a 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 l -0.125,0 z m 2.6250004,0 a 0.250025,0.250025 0 0 0 -0.0625,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.03125 l -0.1875,0.8124999 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 0.1875,0.03125 c 0.1763038,0.02137 0.340045,0.166318 0.4375,0.3125 0.1515232,0.251867 0.1683378,0.708458 0.21875,1.21875 0.045371,0.4592679 0.2511066,0.9552899 0.6249996,1.375 -0.377356,0.4200
 3 -0.5795799,0.9143161 -0.6249996,1.3750001 -0.05172,0.524591 -0.061149,0.976512 -0.21875,1.21875 -0.095677,0.143516 -0.2562555,0.290531 -0.4375,0.3125 l -0.1875,0 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.09375,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.125 l 0.1875,0.84375 a 0.250025,0.250025 0 0 0 0.0625,0.09375 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 0.250025,0.250025 0 0 0 0.0625,0 l 0.125,-0.03125 c 0.00614,-4e-4 0.02486,4.97e-4 0.03125,0 0.2323694,-0.01808 0.6238479,-0.0846 0.9999996,-0.375 0.386496,-0.298388 0.729367,-0.838042 0.8125,-1.65625 0.03054,-0.296688 0.04635,-0.566558 0.09375,-0.8125 0.0474,-0.245942 0.121821,-0.455341 0.3125,-0.59375 0.07296,-0.05211 0.158267,-0.07303 0.25,-0.09375 l 0.03125,0 0.125,-0.03125 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0
  0 0.09375,-0.09375 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-0.8125 a 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 l -0.125,-0.03125 c -0.275873,-0.04696 -0.538758,-0.2383021 -0.625,-0.8125 -0.0011,-0.0092 0.0011,-0.02193 0,-0.03125 -0.02172,-0.1882091 -0.04698,-0.4154211 -0.0625,-0.625 C 11.090104,6.121111 10.766257,5.5995441 10.387214,5.2875992 10.008172,4.9756541 9.585603,4.8694241 9.3247144,4.8500991 l -0.125,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 z&quot;
-       id=&quot;path3521-90-4-7-7-3-1-3&quot;
-       style=&quot;font-size:8.14663982px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:2px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-    &lt;path
-       d=&quot;m 6.501494,3.8197695 c -0.255625,0.01929 -0.682178,0.126648 -1.0625,0.4375001 -0.380323,0.310852 -0.7029,0.8292278 -0.78125,1.6562498 -0.01595,0.215408 -0.04213,0.4423849 -0.0625,0.625 -0.001,0.009 0.0011,0.02233 0,0.03125 -0.08624,0.5741969 -0.349126,0.7655429 -0.625,0.8125 l -0.125,0.03125 a 0.250025,0.250025 0 0 0 -0.09375,0.03125 0.250025,0.250025 0 0 0 -0.09375,0.09375 0.250025,0.250025 0 0 0 -0.03125,0.125 l 0,0.8125 a 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 0.125,0.03125 0.03125,0 c 0.08878,0.02005 0.172921,0.03869 0.25,0.09375 0.1907,0.138412 0.265101,0.347812 0.3125,0.59375 0.0474,0.245939 0.06321,0.5158069 0.09375,0.8124996 0.08313,0.818208 0.426004,1.357861 0.8125,1.65625 0.376151,0.290403 0.76763,0.356921 1,0.375 0.0064,4.97e-4 0.02511,-4e-4 0.03125,0 l 0.125,0.03125 a 0.250025,0.250025 0 0
  0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0.2187501,-0.84375 a 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.09375,-0.03125 l -0.1875,0 c -0.18184,-0.02204 -0.344489,-0.172984 -0.4375,-0.3125 -0.157601,-0.242238 -0.16703,-0.6941588 -0.21875,-1.2187498 -0.04542,-0.460684 -0.247644,-0.95497 -0.625,-1.375 0.373019,-0.4195051 0.548421,-0.916167 0.59375,-1.375 0.05042,-0.5104071 0.09838,-0.9669151 0.25,-1.21875 0.09479,-0.142182 0.260598,-0.2910571 0.4375,-0.3125 l 0.1875,-0.03125 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,
 0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 L 6.876494,4.0072693 a 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 l -0.125,0 z m 2.6250004,0 a 0.250025,0.250025 0 0 0 -0.0625,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.03125 l -0.1875,0.8124999 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 0.1875,0.03125 c 0.1763038,0.02137 0.340045,0.166318 0.4375,0.3125 0.1515232,0.251867 0.1683378,0.708458 0.21875,1.21875 0.045371,0.4592679 0.2511066,0.9552899 0.6249996,1.375 -0.377356,0.42003
  -0.5795799,0.914316 -0.6249996,1.375 -0.05172,0.524591 -0.061149,0.9765116 -0.21875,1.2187496 -0.095677,0.143516 -0.2562555,0.290531 -0.4375,0.3125 l -0.1875,0 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.09375,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.125 l 0.1875,0.84375 a 0.250025,0.250025 0 0 0 0.0625,0.09375 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 0.250025,0.250025 0 0 0 0.0625,0 l 0.125,-0.03125 c 0.00614,-4e-4 0.02486,4.97e-4 0.03125,0 0.2323694,-0.01808 0.6238476,-0.0846 0.9999996,-0.375 0.386496,-0.298388 0.729367,-0.838042 0.8125,-1.65625 0.03054,-0.2966875 0.04635,-0.5665575 0.09375,-0.8124995 0.0474,-0.245942 0.121821,-0.455341 0.3125,-0.59375 0.07296,-0.05211 0.158267,-0.07303 0.25,-0.09375 l 0.03125,0 0.125,-0.03125 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0
  0 0 0.09375,-0.09375 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-0.8125 a 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 l -0.125,-0.03125 c -0.275873,-0.04696 -0.538758,-0.2383021 -0.625,-0.8125 -0.0011,-0.0092 0.0011,-0.02193 0,-0.03125 -0.02172,-0.1882091 -0.04698,-0.4154211 -0.0625,-0.625 C 11.141884,5.0907815 10.818037,4.5692146 10.438994,4.2572697 10.059952,3.9453246 9.637383,3.8390946 9.3764944,3.8197696 l -0.125,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 z&quot;
-       id=&quot;path3521-90-4-7-7-3-1-3-9&quot;
-       style=&quot;font-size:8.14663982px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:2px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient3161-1-5-9-8);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fef6ba&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &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;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;
+ &lt;/defs&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StyleRuleUserAgent.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/StyleRuleUserAgent.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,339 +1,27 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg5300&quot;&gt;
-  &lt;defs
-     id=&quot;defs5302&quot;&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175-6&quot;
-       xlink:href=&quot;#linearGradient8978-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980-9&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982-2&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient5208&quot;
-       xlink:href=&quot;#linearGradient11520-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-31.728631,-21.533276)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient11520-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop11522-7&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop11524-7&quot;
-         style=&quot;stop-color:#fabebe;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient5210&quot;
-       xlink:href=&quot;#linearGradient4247-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-188.04562,-93.211546)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249-2&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251-2&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient5296&quot;
-       xlink:href=&quot;#linearGradient11520-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180918)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient5298&quot;
-       xlink:href=&quot;#linearGradient4247-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-6&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient5518&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.9244,-46.94361)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3929&quot;
-       xlink:href=&quot;#linearGradient8978-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3933&quot;
-       xlink:href=&quot;#linearGradient11520-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180918)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3935&quot;
-       xlink:href=&quot;#linearGradient4247-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3-2&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5-2&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3952&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-39.902379,-47.24489)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6-4-9&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3-2-1&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5-2-5&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4080&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.198725,-47.440746)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3925-3-9-6&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6-4-9-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3-2-1-9&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5-2-5-8&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4733&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.27489,-47.51691)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3925-3-9-6-7&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9-8-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6-4-9-8-3&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3-2-1-9-4&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5-2-5-8-2&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient5001&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9-8-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.666495,-47.518871)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata5305&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;rect
-     width=&quot;15.003705&quot;
-     height=&quot;15.003344&quot;
-     rx=&quot;1.5143198&quot;
-     ry=&quot;1.5142833&quot;
-     x=&quot;0.49814749&quot;
-     y=&quot;0.49832821&quot;
-     id=&quot;rect4319-7&quot;
-     style=&quot;fill:url(#radialGradient3933);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3935);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;12.997247&quot;
-     height=&quot;12.999963&quot;
-     rx=&quot;0.5081172&quot;
-     ry=&quot;0.50810492&quot;
-     x=&quot;1.5013518&quot;
-     y=&quot;1.5016088&quot;
-     id=&quot;rect4321-0&quot;
-     style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;14.000044&quot;
-     height=&quot;14.000041&quot;
-     rx=&quot;1.9062433&quot;
-     ry=&quot;1.9062428&quot;
-     x=&quot;1.0017486&quot;
-     y=&quot;1.0015783&quot;
-     id=&quot;rect9035-4&quot;
-     style=&quot;fill:url(#radialGradient3929);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;path
-     d=&quot;m 6.4497159,4.8500992 c -0.255625,0.01929 -0.682178,0.126648 -1.0625,0.4375 -0.380323,0.310852 -0.7029,0.8292279 -0.78125,1.6562499 -0.01595,0.215408 -0.04213,0.4423849 -0.0625,0.625 -0.001,0.009 0.0011,0.02233 0,0.03125 -0.08624,0.5741969 -0.349126,0.7655429 -0.625,0.8125 l -0.125,0.03125 a 0.250025,0.250025 0 0 0 -0.09375,0.03125 0.250025,0.250025 0 0 0 -0.09375,0.09375 0.250025,0.250025 0 0 0 -0.03125,0.125 l 0,0.8125 a 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 0.125,0.03125 0.03125,0 c 0.08878,0.02005 0.172921,0.03869 0.25,0.09375 0.1907,0.1384119 0.265101,0.3478119 0.3125,0.5937499 0.0474,0.245939 0.06321,0.515807 0.09375,0.8125 0.08313,0.818208 0.426004,1.357861 0.8125,1.65625 0.376151,0.290403 0.76763,0.356921 1,0.375 0.0064,4.97e-4 0.02511,-4e-4 0.03125,0 l 0.125,0.03125 a 0.250025,0.250025 0 0 0 0
 .0625,0 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0.21875,-0.84375 a 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.09375,-0.03125 l -0.1875,0 c -0.18184,-0.02204 -0.344489,-0.172984 -0.4375,-0.3125 -0.157601,-0.242238 -0.16703,-0.694159 -0.21875,-1.21875 -0.04542,-0.460684 -0.247644,-0.9549701 -0.625,-1.3750001 0.373019,-0.4195051 0.548421,-0.916167 0.59375,-1.375 0.05042,-0.5104071 0.09838,-0.9669151 0.25,-1.21875 0.09479,-0.142182 0.260598,-0.2910571 0.4375,-0.3125 l 0.1875,-0.03125 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.2
 50025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 L 6.8247159,5.037599 a 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 l -0.125,0 z m 2.6250002,0 a 0.250025,0.250025 0 0 0 -0.0625,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.03125 l -0.1875,0.8124999 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 0.1875,0.03125 c 0.1763038,0.02137 0.340045,0.166318 0.4375,0.3125 0.1515232,0.251867 0.1683378,0.708458 0.21875,1.21875 0.045371,0.4592679 0.2511069,0.9552899 0.6249999,1.375 -0.377356,0.42003 -0
 .5795802,0.9143159 -0.6249999,1.3749999 -0.05172,0.524591 -0.061149,0.976512 -0.21875,1.21875 -0.095677,0.143516 -0.2562555,0.290531 -0.4375,0.3125 l -0.1875,0 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.09375,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.125 l 0.1875,0.84375 a 0.250025,0.250025 0 0 0 0.0625,0.09375 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 0.250025,0.250025 0 0 0 0.0625,0 l 0.125,-0.03125 c 0.00614,-4e-4 0.02486,4.97e-4 0.03125,0 0.2323694,-0.01808 0.6238479,-0.0846 0.9999999,-0.375 0.386496,-0.298388 0.729367,-0.838042 0.8125,-1.65625 0.03054,-0.296688 0.04635,-0.566558 0.09375,-0.8125 0.0474,-0.245942 0.121821,-0.455341 0.3125,-0.5937498 0.07296,-0.05211 0.158267,-0.07303 0.25,-0.09375 l 0.03125,0 0.125,-0.03125 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0
  0.09375,-0.09375 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-0.8125 a 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 l -0.125,-0.03125 c -0.275873,-0.04696 -0.538758,-0.2383021 -0.625,-0.8125 -0.0011,-0.0092 0.0011,-0.02193 0,-0.03125 -0.02172,-0.1882091 -0.04698,-0.4154211 -0.0625,-0.625 -0.07836,-0.822738 -0.402207,-1.344305 -0.78125,-1.6562499 -0.379042,-0.311945 -0.8016113,-0.418175 -1.0624999,-0.4375 l -0.125,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 z&quot;
-     id=&quot;path3521-90-4-7-7-3&quot;
-     style=&quot;font-size:8.14663982px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:2px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;path
-     d=&quot;m 6.5622709,3.7500002 c -0.255625,0.01929 -0.682178,0.126648 -1.0625,0.4375 -0.380323,0.310852 -0.7029,0.8292279 -0.78125,1.6562499 -0.01595,0.215408 -0.04213,0.4423849 -0.0625,0.625 -10e-4,0.009 0.0011,0.02233 0,0.03125 -0.08624,0.5741969 -0.349126,0.7655429 -0.625,0.8125 l -0.125,0.03125 a 0.250025,0.250025 0 0 0 -0.09375,0.03125 0.250025,0.250025 0 0 0 -0.09375,0.09375 0.250025,0.250025 0 0 0 -0.03125,0.125 l 0,0.8125 a 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 0.125,0.03125 0.03125,0 c 0.08878,0.02005 0.172921,0.03869 0.25,0.09375 0.1907,0.138412 0.265101,0.347812 0.3125,0.59375 0.0474,0.245939 0.06321,0.5158069 0.09375,0.8124999 0.08313,0.818208 0.426004,1.357861 0.8125,1.65625 0.376151,0.290403 0.76763,0.356921 1,0.375 0.0064,4.97e-4 0.02511,-4e-4 0.03125,0 l 0.125,0.03125 a 0.250025,0.250025 0 0 0 0
 .0625,0 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0.21875,-0.84375 a 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.09375,-0.03125 l -0.1875,0 c -0.18184,-0.02204 -0.344489,-0.172984 -0.4375,-0.3125 -0.157601,-0.242238 -0.16703,-0.6941591 -0.21875,-1.2187501 -0.04542,-0.460684 -0.247644,-0.95497 -0.625,-1.375 0.373019,-0.4195051 0.548421,-0.916167 0.59375,-1.375 0.05042,-0.5104071 0.09838,-0.9669151 0.25,-1.21875 0.09479,-0.142182 0.260598,-0.2910571 0.4375,-0.3125 l 0.1875,-0.03125 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.2500
 25 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 L 6.9372709,3.9375 a 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 l -0.125,0 z m 2.6250002,0 a 0.250025,0.250025 0 0 0 -0.0625,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.03125 l -0.1875,0.8124999 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 0.1875,0.03125 c 0.1763038,0.02137 0.340045,0.166318 0.4375,0.3125 0.1515232,0.251867 0.1683378,0.708458 0.21875,1.21875 0.045371,0.4592679 0.2511069,0.9552899 0.6249999,1.375 -0.377356,0.42003 -0.5795
 802,0.914316 -0.6249999,1.375 -0.05172,0.524591 -0.061149,0.9765119 -0.21875,1.2187499 -0.095677,0.143516 -0.2562555,0.290531 -0.4375,0.3125 l -0.1875,0 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.09375,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.125 l 0.1875,0.84375 a 0.250025,0.250025 0 0 0 0.0625,0.09375 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 0.250025,0.250025 0 0 0 0.0625,0 l 0.125,-0.03125 c 0.00614,-4e-4 0.02486,4.97e-4 0.03125,0 0.2323694,-0.01808 0.6238479,-0.0846 0.9999999,-0.375 0.386496,-0.298388 0.729367,-0.838042 0.8125,-1.65625 0.03054,-0.2966878 0.04635,-0.5665578 0.09375,-0.8124998 0.0474,-0.245942 0.121821,-0.455341 0.3125,-0.59375 0.07296,-0.05211 0.158267,-0.07303 0.25,-0.09375 l 0.03125,0 0.125,-0.03125 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0
 9375,-0.09375 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-0.8125 a 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 l -0.125,-0.03125 c -0.275873,-0.04696 -0.538758,-0.2383021 -0.625,-0.8125 -0.0011,-0.0092 0.0011,-0.02193 0,-0.03125 -0.02172,-0.1882091 -0.04698,-0.4154211 -0.0625,-0.625 -0.07836,-0.822738 -0.402207,-1.344305 -0.78125,-1.6562499 -0.379042,-0.311945 -0.8016113,-0.418175 -1.0624999,-0.4375 l -0.125,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 z&quot;
-     id=&quot;path3521-90-4-7-7-3-1&quot;
-     style=&quot;font-size:8.14663982px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:2px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient3925-3-9-6-7);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fabebe&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &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;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;#a40000&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#f9adad&quot; offset=&quot;1&quot;/&gt;
+  &lt;/linearGradient&gt;
+ &lt;/defs&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.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;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkTimesvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Time.svg (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Time.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Time.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,57 +1,8 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg3101&quot;&gt;
-  &lt;defs
-     id=&quot;defs3103&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata3106&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;matrix(0.80143136,0,0,0.80143136,1.198567,1.9840194)&quot;
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;m 8.486612,0.01994 c -4.13029,0 -7.48661,3.35631 -7.48661,7.48661 0,4.13029 3.35632,7.4866 7.48661,7.4866 4.13029,0 7.4866,-3.35631 7.4866,-7.4866 0,-4.1303 -3.35631,-7.48661 -7.4866,-7.48661 z m 0,1.97321 c 3.04941,0 5.51339,2.46399 5.51339,5.5134 0,3.04941 -2.46398,5.51339 -5.51339,5.51339 -3.04941,0 -5.5134,-2.46398 -5.5134,-5.51339 0,-3.04941 2.46399,-5.5134 5.5134,-5.5134 z&quot;
-       id=&quot;path3869&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:2.15384626;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
-    &lt;path
-       d=&quot;m 11.392862,4.00654 a 0.50005,0.50005 0 0 0 -0.25,0.15625 L 8.486612,6.81904 6.830362,5.16279 a 0.50005,0.50005 0 1 0 -0.6875,0.6875 l 2,2 a 0.50005,0.50005 0 0 0 0.6875,0 l 3,-3 a 0.50005,0.50005 0 0 0 -0.4375,-0.84375 z&quot;
-       id=&quot;path4639&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;g transform=&quot;matrix(.80143 0 0 .80143 1.1986 1.984)&quot;&gt;
+  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;text-transform:none&quot; d=&quot;m8.4866 0.01994c-4.1303 0-7.4866 3.3563-7.4866 7.4866s3.3563 7.4866 7.4866 7.4866 7.4866-3.3563 7.4866-7.4866-3.3563-7.4866-7.4866-7.4866zm0 1.9732c3.0494 0 5.5134 2.464 5.5134 5.5134s-2.464 5.5134-5.5134 5.5134-5.5134-2.464-5.5134-5.5134 2.464-5.5134 5.5134-5.5134z&quot;/&gt;
+  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;text-transform:none&quot; d=&quot;m11.393 4.0065a0.50005 0.50005 0 0 0 -0.25 0.15625l-2.6564 2.6562-1.6562-1.6562a0.50005 0.50005 0 1 0 -0.6875 0.6875l2 2a0.50005 0.50005 0 0 0 0.6875 0l3-3a0.50005 0.50005 0 0 0 -0.4375 -0.84375z&quot;/&gt;
+ &lt;/g&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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordAnimation.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordAnimation.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,275 +1,29 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg8842&quot;&gt;
-  &lt;defs
-     id=&quot;defs8844&quot;&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-2&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-1&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175-6-6-4-0-5&quot;
-       xlink:href=&quot;#linearGradient8978-0-9-0-8-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.63026)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978-0-9-0-8-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980-9-1-8-4-8&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982-2-2-4-4-7&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient8752&quot;
-       xlink:href=&quot;#linearGradient7394-3-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,17.966282,36.432825)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7394-3-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop7396-0-1&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7398-2-7&quot;
-         style=&quot;stop-color:#e4d4e2;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient8754&quot;
-       xlink:href=&quot;#linearGradient4247-6-9-9-7-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-138.35071,-35.245445)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247-6-9-9-7-1&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249-2-0-1-7-0&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251-2-1-0-5-9&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient8838&quot;
-       xlink:href=&quot;#linearGradient7394-3-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.948973,0.77180949)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient8840&quot;
-       xlink:href=&quot;#linearGradient4247-6-9-9-7-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.90646)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-2-3&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-1-6&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2-4&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient9071&quot;
-       xlink:href=&quot;#linearGradient7888-2-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.924401,-46.943612)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-2-3-2&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-1-6-2&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2-4-9&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient9334&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.94849,-47.587416)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-5-9-6-7-1-5-5&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870603,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-2-3-2-3&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-1-6-2-7&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2-4-9-8&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient9521&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.51197,-47.494891)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-5-9-6-7-1-5-5-9&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2-3-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870603,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-2-3-2-3-3&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-1-6-2-7-3&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2-4-9-8-5&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient9677&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2-3-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.214115,-47.58668)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata8847&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;rect
-       width=&quot;15.003705&quot;
-       height=&quot;15.003344&quot;
-       rx=&quot;1.5143198&quot;
-       ry=&quot;1.5142833&quot;
-       x=&quot;0.49814749&quot;
-       y=&quot;0.49832821&quot;
-       id=&quot;rect4319-7-2-1-7-0&quot;
-       style=&quot;fill:url(#radialGradient8838);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8840);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;12.997247&quot;
-       height=&quot;12.999963&quot;
-       rx=&quot;0.5081172&quot;
-       ry=&quot;0.50810492&quot;
-       x=&quot;1.5013518&quot;
-       y=&quot;1.5016088&quot;
-       id=&quot;rect4321-0-9-4-0-5&quot;
-       style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;14.000044&quot;
-       height=&quot;14.000041&quot;
-       rx=&quot;1.9062433&quot;
-       ry=&quot;1.9062428&quot;
-       x=&quot;1.0017486&quot;
-       y=&quot;1.0015783&quot;
-       id=&quot;rect9035-4-9-5-7-3&quot;
-       style=&quot;fill:url(#radialGradient3175-6-6-4-0-5);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;path
-       d=&quot;m 7.1374424,4.850836 c -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.03125 l -3,8 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.09375 0.250025,0.250025 0 0 0 0.125,0.03125 l 1.375,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.09375,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 l 0.75,-1.9375 2.59375,0 0.7499996,1.9375 a 0.250025,0.250025 0 0 0 0,0.03125 0.250025,0.250025 0 0 0 0.0625,0.0625 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 1.46875,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0
 .03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.125 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l -2.9999996,-8 a 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.0625,0 l -1.375,0 c -0.02072,-0.00261 -0.04178,-0.00261 -0.0625,0 z m 0.6875,2.6562499 0.6875,1.9375 -1.34375,0 0.65625,-1.9375 z&quot;
-       id=&quot;text5177-7-06&quot;
-       style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-    &lt;path
-       d=&quot;m 7.1892223,3.8205061 c -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.03125 l -3,7.9999999 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.09375 0.250025,0.250025 0 0 0 0.125,0.03125 l 1.375,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.09375,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 l 0.75,-1.9375 2.59375,0 0.7499996,1.9375 a 0.250025,0.250025 0 0 0 0,0.03125 0.250025,0.250025 0 0 0 0.0625,0.0625 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 1.46875,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 
 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.125 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 L 8.8767223,3.9767561 a 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.0625,0 l -1.375,0 c -0.02072,-0.00261 -0.04178,-0.00261 -0.0625,0 z m 0.6875,2.6562499 0.6875,1.9375 -1.34375,0 0.65625,-1.9375 z&quot;
-       id=&quot;text5177-7-06-9&quot;
-       style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient3161-1-5-9-6-7-1-5-5-9);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#e4d4e2&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &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; 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;
+ &lt;/defs&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordConsoleProfile.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordConsoleProfile.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,319 +1,27 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg8842&quot;&gt;
-  &lt;defs
-     id=&quot;defs8844&quot;&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-2&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-1&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175-6-6-4-0-5&quot;
-       xlink:href=&quot;#linearGradient8978-0-9-0-8-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.63026)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978-0-9-0-8-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980-9-1-8-4-8&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982-2-2-4-4-7&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient8752&quot;
-       xlink:href=&quot;#linearGradient7394-3-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,17.966282,36.432825)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7394-3-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop7396-0-1&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7398-2-7&quot;
-         style=&quot;stop-color:#e4d4e2;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient8754&quot;
-       xlink:href=&quot;#linearGradient4247-6-9-9-7-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-138.35071,-35.245445)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247-6-9-9-7-1&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249-2-0-1-7-0&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251-2-1-0-5-9&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient8838&quot;
-       xlink:href=&quot;#linearGradient7394-3-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.948973,0.77180949)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient8840&quot;
-       xlink:href=&quot;#linearGradient4247-6-9-9-7-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.90646)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-2-3&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-1-6&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2-4&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient9071&quot;
-       xlink:href=&quot;#linearGradient7888-2-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.924401,-46.943612)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-5-9-6-7-1-5&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870603,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-2-3-2&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-1-6-2&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2-4-9&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient9334&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.94849,-47.587416)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-5-9-6-7-1-5-5&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870603,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-2-3-2-3&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-1-6-2-7&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2-4-9-8&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient9521&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.51197,-47.494891)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4209&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870603,-43.768871)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient4213&quot;
-       xlink:href=&quot;#linearGradient8978-0-9-0-8-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.63026)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient4217&quot;
-       xlink:href=&quot;#linearGradient7394-3-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.948973,0.77180949)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient4219&quot;
-       xlink:href=&quot;#linearGradient4247-6-9-9-7-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.90646)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4209-0&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2-3-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870603,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-2-3-2-3-9&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-1-6-2-7-1&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2-4-9-8-8&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4236&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2-3-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.214115,-47.58668)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata8847&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;rect
-     width=&quot;15.003705&quot;
-     height=&quot;15.003344&quot;
-     rx=&quot;1.5143198&quot;
-     ry=&quot;1.5142833&quot;
-     x=&quot;0.49814749&quot;
-     y=&quot;0.49832821&quot;
-     id=&quot;rect4319-7-2-1-7-0&quot;
-     style=&quot;fill:url(#radialGradient4217);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4219);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;12.997247&quot;
-     height=&quot;12.999963&quot;
-     rx=&quot;0.5081172&quot;
-     ry=&quot;0.50810492&quot;
-     x=&quot;1.5013518&quot;
-     y=&quot;1.5016088&quot;
-     id=&quot;rect4321-0-9-4-0-5&quot;
-     style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;14.000044&quot;
-     height=&quot;14.000041&quot;
-     rx=&quot;1.9062433&quot;
-     ry=&quot;1.9062428&quot;
-     x=&quot;1.0017486&quot;
-     y=&quot;1.0015783&quot;
-     id=&quot;rect9035-4-9-5-7-3&quot;
-     style=&quot;fill:url(#radialGradient4213);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;path
-     d=&quot;m 4.9352982,4.8501002 c -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.0625 l 0,7.9999998 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 1.437499,0 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-2.875 c 0.114909,0.0052 0.218209,0.03125 0.34375,0.03125 0.877331,0 1.877104,-0.05577 2.6875,-0.4375002 0.8103968,-0.381731 1.4374998,-1.1250992 1.4374998,-2.3437
 496 0,-1.1859421 -0.65393,-1.9067539 -1.4062498,-2.25 -0.752319,-0.3432461 -1.593305,-0.375 -2.125,-0.375 l -2.624999,0 z m 1.687499,1.8125 0.78125,0 c 0.502668,0 0.979817,0.028766 1.28125,0.15625 0.301434,0.1274839 0.4375,0.2779793 0.4375,0.6875 0,0.23499 -0.03704,0.3814267 -0.125,0.5 -0.08796,0.1185733 -0.223392,0.2110623 -0.40625,0.28125 -0.365714,0.1403755 -0.933206,0.1875 -1.53125,0.1875 -0.144116,0 -0.290533,-0.021575 -0.4375,-0.03125 l 0,-1.78125 z&quot;
-     id=&quot;path7036-2-0&quot;
-     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;path
-     d=&quot;m 4.9870774,3.81977 c -0.03291,0.0041 -0.06499,0.01475 -0.09375,0.03125 -0.02216,0.0074 -0.04326,0.01798 -0.0625,0.03125 -0.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.0625 l 0,8 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 1.437499,0 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-2.875 c 0.114909,0.0052 0.218209,0.03125 0.34375,0.03125 0.877331,0 1.877104,-0.05577 2.6875,-0.4375 0.8103976,-0.3817315 1.4375006,-1.1250996 1.4375006,-2.34375 0,-1.1859421 -0.6
 5393,-1.9067539 -1.4062506,-2.25 -0.752319,-0.343246 -1.593305,-0.375 -2.125,-0.375 l -2.624999,0 z m 1.687499,1.8124999 0.78125,0 c 0.502668,0 0.979817,0.028766 1.28125,0.15625 0.301434,0.1274839 0.4375,0.2779793 0.4375,0.6875 0,0.23499 -0.03704,0.3814267 -0.125,0.5 -0.08796,0.1185733 -0.223392,0.2110623 -0.40625,0.28125 -0.365714,0.1403755 -0.933206,0.1875 -1.53125,0.1875 -0.144116,0 -0.290533,-0.021575 -0.4375,-0.03125 l 0,-1.78125 z&quot;
-     id=&quot;path7036-2-0-6&quot;
-     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient4209-0);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#e4d4e2&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &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; 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;
+ &lt;/defs&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.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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordEvent.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordEvent.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,215 +1,29 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg8842&quot;&gt;
-  &lt;defs
-     id=&quot;defs8844&quot;&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-5-9-6-7&quot;
-       xlink:href=&quot;#linearGradient7888-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870603,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-2&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-1&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175-6-6-4-0-5&quot;
-       xlink:href=&quot;#linearGradient8978-0-9-0-8-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.63026)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978-0-9-0-8-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980-9-1-8-4-8&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982-2-2-4-4-7&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient8752&quot;
-       xlink:href=&quot;#linearGradient7394-3-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,17.966282,36.432825)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7394-3-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop7396-0-1&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7398-2-7&quot;
-         style=&quot;stop-color:#e4d4e2;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient8754&quot;
-       xlink:href=&quot;#linearGradient4247-6-9-9-7-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-138.35071,-35.245445)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247-6-9-9-7-1&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249-2-0-1-7-0&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251-2-1-0-5-9&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient8838&quot;
-       xlink:href=&quot;#linearGradient7394-3-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.948973,0.77180949)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient8840&quot;
-       xlink:href=&quot;#linearGradient4247-6-9-9-7-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.90646)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-5-9-6-7-1&quot;
-       xlink:href=&quot;#linearGradient7888-2-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870603,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-2-3&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-1-6&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2-4&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient9071&quot;
-       xlink:href=&quot;#linearGradient7888-2-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.924401,-46.943612)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata8847&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;rect
-       width=&quot;15.003705&quot;
-       height=&quot;15.003344&quot;
-       rx=&quot;1.5143198&quot;
-       ry=&quot;1.5142833&quot;
-       x=&quot;0.49814749&quot;
-       y=&quot;0.49832821&quot;
-       id=&quot;rect4319-7-2-1-7-0&quot;
-       style=&quot;fill:url(#radialGradient8838);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8840);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;12.997247&quot;
-       height=&quot;12.999963&quot;
-       rx=&quot;0.5081172&quot;
-       ry=&quot;0.50810492&quot;
-       x=&quot;1.5013518&quot;
-       y=&quot;1.5016088&quot;
-       id=&quot;rect4321-0-9-4-0-5&quot;
-       style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;14.000044&quot;
-       height=&quot;14.000041&quot;
-       rx=&quot;1.9062433&quot;
-       ry=&quot;1.9062428&quot;
-       x=&quot;1.0017486&quot;
-       y=&quot;1.0015783&quot;
-       id=&quot;rect9035-4-9-5-7-3&quot;
-       style=&quot;fill:url(#radialGradient3175-6-6-4-0-5);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;path
-       d=&quot;m 5.1843179,4.8493637 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.0625,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 0,0.0625 l 0,8.0000003 c -0.0026,0.02072 -0.0026,0.04178 0,0.0625 0.0074,0.02216 0.01798,0.04326 0.03125,0.0625 0.02211,0.03888 0.05487,0.07164 0.09375,0.09375 0.0095,0.01131 0.01994,0.02178 0.03125,0.03125 0.02072,0.0026 0.04178,0.0026 0.0625,0 0.0104,6.51e-4 0.02085,6.51e-4 0.03125,0 l 5.2187491,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.09375 l 0,-1.3125 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.0
 3125,0 0.250025,0.250025 0 0 0 -0.0625,-0.03125 l -3.5624991,0 0,-1.5937503 3.1562491,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-1.3125 a 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,-0.03125 l -3.1562491,0 0,-1.5 3.5624991,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-1.
 28125 a 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 l -5.2187491,0 a 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 z&quot;
-       id=&quot;path10024-3-9-1&quot;
-       style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-    &lt;path
-       d=&quot;m 5.2360979,3.8190342 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.0625,0.0625 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 0,0.0625 l 0,7.9999998 c -0.0026,0.02072 -0.0026,0.04178 0,0.0625 0.0074,0.02216 0.01798,0.04326 0.03125,0.0625 0.02211,0.03888 0.05487,0.07164 0.09375,0.09375 0.0095,0.01131 0.01994,0.02178 0.03125,0.03125 0.02072,0.0026 0.04178,0.0026 0.0625,0 0.0104,6.51e-4 0.02085,6.51e-4 0.03125,0 l 5.2187491,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.09375 l 0,-1.3125 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.0
 3125,0 0.250025,0.250025 0 0 0 -0.0625,-0.03125 l -3.5624991,0 0,-1.5937498 3.1562491,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-1.3125 a 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,-0.03125 l -3.1562491,0 0,-1.5 3.5624991,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-1.
 28125 a 0.250025,0.250025 0 0 0 -0.03125,-0.09375 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 l -5.2187491,0 a 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,0 z&quot;
-       id=&quot;path10024-3-9-1-7&quot;
-       style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient3161-1-5-9-6-7-1);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#e4d4e2&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &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; 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;
+ &lt;/defs&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordLayout.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordLayout.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,359 +1,27 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg5300&quot;&gt;
-  &lt;defs
-     id=&quot;defs5302&quot;&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175-6&quot;
-       xlink:href=&quot;#linearGradient8978-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980-9&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982-2&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient5208&quot;
-       xlink:href=&quot;#linearGradient11520-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-31.728631,-21.533276)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient11520-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop11522-7&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop11524-7&quot;
-         style=&quot;stop-color:#fabebe;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient5210&quot;
-       xlink:href=&quot;#linearGradient4247-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-188.04562,-93.211546)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249-2&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251-2&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient5296&quot;
-       xlink:href=&quot;#linearGradient11520-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180918)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient5298&quot;
-       xlink:href=&quot;#linearGradient4247-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-6&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient5518&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.9244,-46.94361)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3929&quot;
-       xlink:href=&quot;#linearGradient8978-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3933&quot;
-       xlink:href=&quot;#linearGradient11520-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180918)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3935&quot;
-       xlink:href=&quot;#linearGradient4247-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3-2&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5-2&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3952&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-39.902379,-47.24489)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6-4-9&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3-2-1&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5-2-5&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4080&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.198725,-47.440746)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6-4-9-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3-2-1-9&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5-2-5-8&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4733&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.27489,-47.51691)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3925-3-9-6-7&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9-8-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6-4-9-8-3&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3-2-1-9-4&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5-2-5-8-2&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient5001&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9-8-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.666495,-47.518871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3925-3-9-6-7-5&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9-8-3-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6-4-9-8-3-9&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3-2-1-9-4-1&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5-2-5-8-2-8&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient5169&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9-8-3-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-39.55784,-47.51691)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata5305&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;rect
-     width=&quot;15.003705&quot;
-     height=&quot;15.003344&quot;
-     rx=&quot;1.5143198&quot;
-     ry=&quot;1.5142833&quot;
-     x=&quot;0.49814749&quot;
-     y=&quot;0.49832821&quot;
-     id=&quot;rect4319-7&quot;
-     style=&quot;fill:url(#radialGradient3933);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3935);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;12.997247&quot;
-     height=&quot;12.999963&quot;
-     rx=&quot;0.5081172&quot;
-     ry=&quot;0.50810492&quot;
-     x=&quot;1.5013518&quot;
-     y=&quot;1.5016088&quot;
-     id=&quot;rect4321-0&quot;
-     style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;14.000044&quot;
-     height=&quot;14.000041&quot;
-     rx=&quot;1.9062433&quot;
-     ry=&quot;1.9062428&quot;
-     x=&quot;1.0017486&quot;
-     y=&quot;1.0015783&quot;
-     id=&quot;rect9035-4&quot;
-     style=&quot;fill:url(#radialGradient3929);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;path
-     d=&quot;m 5.2145897,4.8500974 c -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.0625 l 0,7.9999996 a 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.0625,0 l 5.2187503,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-1.3125 a 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 0.25002
 5,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.09375,-0.03125 l -3.5312503,0 0,-6.4374996 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 -0.09375,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.09375,-0.03125 l -1.4375,0 c -0.02072,-0.00261 -0.04178,-0.00261 -0.0625,0 z&quot;
-     id=&quot;text5177-7-2-7&quot;
-     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;path
-     d=&quot;m 5.3271447,3.7499984 c -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.0625 l 0,7.9999996 a 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.0625,0 l 5.2187503,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-1.3125 a 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 0.25002
 5,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.09375,-0.03125 l -3.5312503,0 0,-6.4374996 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 -0.09375,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.09375,-0.03125 l -1.4375,0 c -0.02072,-0.00261 -0.04178,-0.00261 -0.0625,0 z&quot;
-     id=&quot;text5177-7-2-7-7&quot;
-     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient3925-3-9-6-7-5);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fabebe&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &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;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;#a40000&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#f9adad&quot; offset=&quot;1&quot;/&gt;
+  &lt;/linearGradient&gt;
+ &lt;/defs&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.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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordPaint.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordPaint.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,319 +1,27 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg5300&quot;&gt;
-  &lt;defs
-     id=&quot;defs5302&quot;&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175-6&quot;
-       xlink:href=&quot;#linearGradient8978-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980-9&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982-2&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient5208&quot;
-       xlink:href=&quot;#linearGradient11520-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-31.728631,-21.533276)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient11520-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop11522-7&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop11524-7&quot;
-         style=&quot;stop-color:#fabebe;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient5210&quot;
-       xlink:href=&quot;#linearGradient4247-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-188.04562,-93.211546)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249-2&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251-2&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient5296&quot;
-       xlink:href=&quot;#linearGradient11520-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180918)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient5298&quot;
-       xlink:href=&quot;#linearGradient4247-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-6&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient5518&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.9244,-46.94361)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3929&quot;
-       xlink:href=&quot;#linearGradient8978-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3933&quot;
-       xlink:href=&quot;#linearGradient11520-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180918)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3935&quot;
-       xlink:href=&quot;#linearGradient4247-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3-2&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5-2&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3952&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-39.902379,-47.24489)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3925-3-9&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6-4-9&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3-2-1&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5-2-5&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4080&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.198725,-47.440746)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3925-3-9-6&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6-4-9-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3-2-1-9&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5-2-5-8&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4733&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.27489,-47.51691)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata5305&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;rect
-     width=&quot;15.003705&quot;
-     height=&quot;15.003344&quot;
-     rx=&quot;1.5143198&quot;
-     ry=&quot;1.5142833&quot;
-     x=&quot;0.49814749&quot;
-     y=&quot;0.49832821&quot;
-     id=&quot;rect4319-7&quot;
-     style=&quot;fill:url(#radialGradient3933);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3935);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;12.997247&quot;
-     height=&quot;12.999963&quot;
-     rx=&quot;0.5081172&quot;
-     ry=&quot;0.50810492&quot;
-     x=&quot;1.5013518&quot;
-     y=&quot;1.5016088&quot;
-     id=&quot;rect4321-0&quot;
-     style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;14.000044&quot;
-     height=&quot;14.000041&quot;
-     rx=&quot;1.9062433&quot;
-     ry=&quot;1.9062428&quot;
-     x=&quot;1.0017486&quot;
-     y=&quot;1.0015783&quot;
-     id=&quot;rect9035-4&quot;
-     style=&quot;fill:url(#radialGradient3929);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;path
-     d=&quot;m 4.9353007,4.850099 c -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.0625 l 0,8 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 1.4374997,0 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-2.875 c 0.1149081,0.0052 0.2182086,0.03125 0.34375,0.03125 0.8773303,0 1.8771032,-0.05577 2.6875,-0.4375 0.8103966,-0.3817315 1.4374996,-1.1250996 1.4374996,-2.34375 0,-1
 .1859421 -0.65393,-1.9067539 -1.4062496,-2.25 -0.7523196,-0.3432461 -1.5933054,-0.375 -2.125,-0.375 l -2.6249997,0 z m 1.6874997,1.8125 0.78125,0 c 0.502668,0 0.9798162,0.028766 1.28125,0.15625 0.3014338,0.1274839 0.4375,0.2779793 0.4375,0.6875 0,0.23499 -0.037039,0.3814267 -0.125,0.5 -0.087961,0.1185733 -0.2233926,0.2110623 -0.40625,0.28125 -0.3657149,0.1403755 -0.9332062,0.1875 -1.53125,0.1875 -0.144116,0 -0.2905331,-0.021575 -0.4375,-0.03125 l 0,-1.78125 z&quot;
-     id=&quot;path7036-2&quot;
-     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;path
-     d=&quot;m 5.0478557,3.75 c -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.0625 l 0,8 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 1.4374997,0 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-2.875 c 0.1149081,0.00518 0.2182086,0.03125 0.34375,0.03125 0.8773303,0 1.8771032,-0.055769 2.6875,-0.4375 C 10.577002,8.3370185 11.204105,7.5936504 11.204105,6.375 c 0,-1.18
 59421 -0.65393,-1.9067539 -1.4062496,-2.25 C 9.0455358,3.7817539 8.20455,3.75 7.6728554,3.75 l -2.6249997,0 z m 1.6874997,1.8125 0.78125,0 c 0.502668,0 0.9798162,0.028766 1.28125,0.15625 0.3014338,0.1274839 0.4375,0.2779793 0.4375,0.6875 0,0.23499 -0.037039,0.3814267 -0.125,0.5 -0.087961,0.1185733 -0.2233926,0.2110623 -0.40625,0.28125 -0.3657149,0.1403755 -0.9332062,0.1875 -1.53125,0.1875 -0.144116,0 -0.2905331,-0.021575 -0.4375,-0.03125 l 0,-1.78125 z&quot;
-     id=&quot;path7036-2-3&quot;
-     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient3925-3-9-6);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fabebe&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &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;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;#a40000&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#f9adad&quot; offset=&quot;1&quot;/&gt;
+  &lt;/linearGradient&gt;
+ &lt;/defs&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.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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordProbeSampled.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordProbeSampled.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,319 +1,27 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg8842&quot;&gt;
-  &lt;defs
-     id=&quot;defs8844&quot;&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-2&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-1&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175-6-6-4-0-5&quot;
-       xlink:href=&quot;#linearGradient8978-0-9-0-8-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.63026)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978-0-9-0-8-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980-9-1-8-4-8&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982-2-2-4-4-7&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient8752&quot;
-       xlink:href=&quot;#linearGradient7394-3-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,17.966282,36.432825)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7394-3-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop7396-0-1&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7398-2-7&quot;
-         style=&quot;stop-color:#e4d4e2;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient8754&quot;
-       xlink:href=&quot;#linearGradient4247-6-9-9-7-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-138.35071,-35.245445)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247-6-9-9-7-1&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249-2-0-1-7-0&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251-2-1-0-5-9&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient8838&quot;
-       xlink:href=&quot;#linearGradient7394-3-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.948973,0.77180949)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient8840&quot;
-       xlink:href=&quot;#linearGradient4247-6-9-9-7-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.90646)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-2-3&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-1-6&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2-4&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient9071&quot;
-       xlink:href=&quot;#linearGradient7888-2-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.924401,-46.943612)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-5-9-6-7-1-5&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870603,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-2-3-2&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-1-6-2&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2-4-9&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient9334&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.94849,-47.587416)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-5-9-6-7-1-5-5&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870603,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-2-3-2-3&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-1-6-2-7&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2-4-9-8&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient9521&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.51197,-47.494891)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4209&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870603,-43.768871)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient4213&quot;
-       xlink:href=&quot;#linearGradient8978-0-9-0-8-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.63026)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient4217&quot;
-       xlink:href=&quot;#linearGradient7394-3-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.948973,0.77180949)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient4219&quot;
-       xlink:href=&quot;#linearGradient4247-6-9-9-7-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.90646)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4209-0&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2-3-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870603,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-2-3-2-3-9&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-1-6-2-7-1&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2-4-9-8-8&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4236&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2-3-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.214115,-47.58668)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata8847&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;rect
-     width=&quot;15.003705&quot;
-     height=&quot;15.003344&quot;
-     rx=&quot;1.5143198&quot;
-     ry=&quot;1.5142833&quot;
-     x=&quot;0.49814749&quot;
-     y=&quot;0.49832821&quot;
-     id=&quot;rect4319-7-2-1-7-0&quot;
-     style=&quot;fill:url(#radialGradient4217);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4219);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;12.997247&quot;
-     height=&quot;12.999963&quot;
-     rx=&quot;0.5081172&quot;
-     ry=&quot;0.50810492&quot;
-     x=&quot;1.5013518&quot;
-     y=&quot;1.5016088&quot;
-     id=&quot;rect4321-0-9-4-0-5&quot;
-     style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;14.000044&quot;
-     height=&quot;14.000041&quot;
-     rx=&quot;1.9062433&quot;
-     ry=&quot;1.9062428&quot;
-     x=&quot;1.0017486&quot;
-     y=&quot;1.0015783&quot;
-     id=&quot;rect9035-4-9-5-7-3&quot;
-     style=&quot;fill:url(#radialGradient4213);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;path
-     d=&quot;m 4.9352982,4.8501002 c -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.0625 l 0,7.9999998 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 1.437499,0 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-2.875 c 0.114909,0.0052 0.218209,0.03125 0.34375,0.03125 0.877331,0 1.877104,-0.05577 2.6875,-0.4375002 0.8103968,-0.381731 1.4374998,-1.1250992 1.4374998,-2.3437
 496 0,-1.1859421 -0.65393,-1.9067539 -1.4062498,-2.25 -0.752319,-0.3432461 -1.593305,-0.375 -2.125,-0.375 l -2.624999,0 z m 1.687499,1.8125 0.78125,0 c 0.502668,0 0.979817,0.028766 1.28125,0.15625 0.301434,0.1274839 0.4375,0.2779793 0.4375,0.6875 0,0.23499 -0.03704,0.3814267 -0.125,0.5 -0.08796,0.1185733 -0.223392,0.2110623 -0.40625,0.28125 -0.365714,0.1403755 -0.933206,0.1875 -1.53125,0.1875 -0.144116,0 -0.290533,-0.021575 -0.4375,-0.03125 l 0,-1.78125 z&quot;
-     id=&quot;path7036-2-0&quot;
-     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;path
-     d=&quot;m 4.9870774,3.81977 c -0.03291,0.0041 -0.06499,0.01475 -0.09375,0.03125 -0.02216,0.0074 -0.04326,0.01798 -0.0625,0.03125 -0.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.0625 l 0,8 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 1.437499,0 a 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-2.875 c 0.114909,0.0052 0.218209,0.03125 0.34375,0.03125 0.877331,0 1.877104,-0.05577 2.6875,-0.4375 0.8103976,-0.3817315 1.4375006,-1.1250996 1.4375006,-2.34375 0,-1.1859421 -0.6
 5393,-1.9067539 -1.4062506,-2.25 -0.752319,-0.343246 -1.593305,-0.375 -2.125,-0.375 l -2.624999,0 z m 1.687499,1.8124999 0.78125,0 c 0.502668,0 0.979817,0.028766 1.28125,0.15625 0.301434,0.1274839 0.4375,0.2779793 0.4375,0.6875 0,0.23499 -0.03704,0.3814267 -0.125,0.5 -0.08796,0.1185733 -0.223392,0.2110623 -0.40625,0.28125 -0.365714,0.1403755 -0.933206,0.1875 -1.53125,0.1875 -0.144116,0 -0.290533,-0.021575 -0.4375,-0.03125 l 0,-1.78125 z&quot;
-     id=&quot;path7036-2-0-6&quot;
-     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient4209-0);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#e4d4e2&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &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; 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;
+ &lt;/defs&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.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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordScriptEvaluated.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordScriptEvaluated.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,235 +1,29 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg8842&quot;&gt;
-  &lt;defs
-     id=&quot;defs8844&quot;&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-2&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-1&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175-6-6-4-0-5&quot;
-       xlink:href=&quot;#linearGradient8978-0-9-0-8-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.63026)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978-0-9-0-8-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980-9-1-8-4-8&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982-2-2-4-4-7&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient8752&quot;
-       xlink:href=&quot;#linearGradient7394-3-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,17.966282,36.432825)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7394-3-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop7396-0-1&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7398-2-7&quot;
-         style=&quot;stop-color:#e4d4e2;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient8754&quot;
-       xlink:href=&quot;#linearGradient4247-6-9-9-7-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-138.35071,-35.245445)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247-6-9-9-7-1&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249-2-0-1-7-0&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251-2-1-0-5-9&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient8838&quot;
-       xlink:href=&quot;#linearGradient7394-3-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.948973,0.77180949)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient8840&quot;
-       xlink:href=&quot;#linearGradient4247-6-9-9-7-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.90646)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-5-9-6-7-1&quot;
-       xlink:href=&quot;#linearGradient7888-2-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870603,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-2-3&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-1-6&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2-4&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient9071&quot;
-       xlink:href=&quot;#linearGradient7888-2-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.924401,-46.943612)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-5-9-6-7-1-5&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870603,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-2-3-2&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-1-6-2&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2-4-9&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient9334&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.94849,-47.587416)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata8847&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;rect
-       width=&quot;15.003705&quot;
-       height=&quot;15.003344&quot;
-       rx=&quot;1.5143198&quot;
-       ry=&quot;1.5142833&quot;
-       x=&quot;0.49814749&quot;
-       y=&quot;0.49832821&quot;
-       id=&quot;rect4319-7-2-1-7-0&quot;
-       style=&quot;fill:url(#radialGradient8838);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8840);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;12.997247&quot;
-       height=&quot;12.999963&quot;
-       rx=&quot;0.5081172&quot;
-       ry=&quot;0.50810492&quot;
-       x=&quot;1.5013518&quot;
-       y=&quot;1.5016088&quot;
-       id=&quot;rect4321-0-9-4-0-5&quot;
-       style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;14.000044&quot;
-       height=&quot;14.000041&quot;
-       rx=&quot;1.9062433&quot;
-       ry=&quot;1.9062428&quot;
-       x=&quot;1.0017486&quot;
-       y=&quot;1.0015783&quot;
-       id=&quot;rect9035-4-9-5-7-3&quot;
-       style=&quot;fill:url(#radialGradient3175-6-6-4-0-5);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;path
-       d=&quot;m 8.1540481,4.7563497 c -0.959403,0 -1.772159,0.2464674 -2.34375,0.6875 -0.571591,0.4410326 -0.875,1.0874574 -0.875,1.8125001 0,0.7673769 0.300079,1.3617856 0.75,1.7499999 0.449921,0.3882143 1.012308,0.5990768 1.5625,0.78125 0.550191,0.1821733 1.102617,0.3278563 1.4687498,0.5000003 0.183066,0.08607 0.325327,0.189273 0.40625,0.28125 0.08092,0.09198 0.09673,0.150116 0.09375,0.28125 0,0.186517 -0.09038,0.354192 -0.34375,0.5 -0.2533708,0.145807 -0.6708518,0.25 -1.1562498,0.25 -0.389794,0 -1.073708,-0.125985 -2.09375,-0.5 l -0.1875,-0.0625 a 0.250025,0.250025 0 0 0 -0.09375,-0.03125 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.15625,0.125 0.250025,0.250025 0 0 0 -0.03125,0.03125 l -0.46875,1.3125 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0
  0.03125,0 l 0.1875,0.09375 0,-0.03125 c 0.77838,0.302058 1.598281,0.59375 2.65625,0.59375 1.2747048,0 2.1718224,-0.320571 2.7499989,-0.8125 0.578177,-0.49193 0.8125,-1.1637 0.8125,-1.78125 0,-0.753788 -0.304066,-1.296162 -0.75,-1.6875003 C 9.9893634,8.7712614 9.421605,8.5384306 8.8727979,8.3500997 8.3239911,8.1617688 7.7757721,8.0168608 7.4040481,7.8500998 c -0.185862,-0.083381 -0.323376,-0.1649993 -0.40625,-0.25 -0.08287,-0.085001 -0.125,-0.1750816 -0.125,-0.28125 0,-0.2015172 0.09694,-0.3334515 0.3125,-0.46875 0.21556,-0.1352985 0.580831,-0.25 1.03125,-0.25 0.6838958,0 1.2751157,0.1895545 1.9062489,0.4375 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.03125 l 0.4375,-1.2812501 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.
 0625,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.03125 l -0.15625,-0.0625 a 0.250025,0.250025 0 0 0 -0.03125,0 c -0.291216,-0.093605 -1.1270647,-0.46875 -2.4374989,-0.46875 z&quot;
-       id=&quot;text5177-7-7-1-3&quot;
-       style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-    &lt;path
-       d=&quot;m 8.2058281,3.7260199 c -0.959403,0 -1.772159,0.2464674 -2.34375,0.6875 -0.571591,0.4410326 -0.875,1.0874574 -0.875,1.8125001 0,0.767377 0.300079,1.3617857 0.75,1.75 0.449921,0.3882143 1.012308,0.5990768 1.5625,0.78125 0.550191,0.1821732 1.102617,0.3278566 1.4687498,0.5 0.183066,0.086072 0.325327,0.189273 0.40625,0.28125 0.08092,0.091977 0.09673,0.1501166 0.09375,0.28125 0,0.186517 -0.09038,0.354192 -0.34375,0.5 -0.2533708,0.145807 -0.6708518,0.25 -1.1562498,0.25 -0.389794,0 -1.073708,-0.125985 -2.09375,-0.5 l -0.1875,-0.0625 a 0.250025,0.250025 0 0 0 -0.09375,-0.03125 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.15625,0.125 0.250025,0.250025 0 0 0 -0.03125,0.03125 l -0.46875,1.3125 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.03125,
 0 l 0.1875,0.09375 0,-0.03125 c 0.77838,0.302058 1.598281,0.59375 2.65625,0.59375 1.2747048,0 2.1718224,-0.320571 2.7499989,-0.8125 0.578177,-0.49193 0.8125,-1.1637 0.8125,-1.78125 0,-0.7537881 -0.304066,-1.2961617 -0.75,-1.6875 C 10.041143,7.7409317 9.473385,7.5081009 8.9245779,7.31977 8.3757711,7.1314391 7.8275521,6.9865311 7.4558281,6.81977 c -0.185862,-0.083381 -0.323376,-0.1649993 -0.40625,-0.25 -0.08287,-0.085001 -0.125,-0.1750816 -0.125,-0.28125 0,-0.2015172 0.09694,-0.3334515 0.3125,-0.46875 0.21556,-0.1352985 0.580831,-0.25 1.03125,-0.25 0.6838958,0 1.2751157,0.1895545 1.9062489,0.4375 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.03125 l 0.4375,-1.2812501 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.09375 
 0.250025,0.250025 0 0 0 -0.0625,-0.03125 l -0.15625,-0.0625 a 0.250025,0.250025 0 0 0 -0.03125,0 c -0.291216,-0.093605 -1.1270647,-0.46875 -2.4374989,-0.46875 z&quot;
-       id=&quot;text5177-7-7-1-3-5&quot;
-       style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient3161-1-5-9-6-7-1-5);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#e4d4e2&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &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; 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;
+ &lt;/defs&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordStyle.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordStyle.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,379 +1,27 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg5300&quot;&gt;
-  &lt;defs
-     id=&quot;defs5302&quot;&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175-6&quot;
-       xlink:href=&quot;#linearGradient8978-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980-9&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982-2&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient5208&quot;
-       xlink:href=&quot;#linearGradient11520-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-31.728631,-21.533276)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient11520-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop11522-7&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop11524-7&quot;
-         style=&quot;stop-color:#fabebe;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient5210&quot;
-       xlink:href=&quot;#linearGradient4247-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-188.04562,-93.211546)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249-2&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251-2&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient5296&quot;
-       xlink:href=&quot;#linearGradient11520-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180918)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient5298&quot;
-       xlink:href=&quot;#linearGradient4247-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-6&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient5518&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.9244,-46.94361)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3929&quot;
-       xlink:href=&quot;#linearGradient8978-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3933&quot;
-       xlink:href=&quot;#linearGradient11520-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180918)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3935&quot;
-       xlink:href=&quot;#linearGradient4247-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3-2&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5-2&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3952&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-39.902379,-47.24489)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6-4-9&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3-2-1&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5-2-5&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4080&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.198725,-47.440746)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6-4-9-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3-2-1-9&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5-2-5-8&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4733&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.27489,-47.51691)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6-4-9-8-3&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3-2-1-9-4&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5-2-5-8-2&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient5001&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9-8-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.666495,-47.518871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3925-3-9-6-7-5&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9-8-3-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6-4-9-8-3-9&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3-2-1-9-4-1&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5-2-5-8-2-8&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient5169&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9-8-3-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-39.55784,-47.51691)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3925-3-9-6-7-5-7&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9-8-3-9-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6-4-9-8-3-9-2&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3-2-1-9-4-1-7&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5-2-5-8-2-8-6&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient5341&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9-8-3-9-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-41.010245,-47.516912)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata5305&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;rect
-     width=&quot;15.003705&quot;
-     height=&quot;15.003344&quot;
-     rx=&quot;1.5143198&quot;
-     ry=&quot;1.5142833&quot;
-     x=&quot;0.49814749&quot;
-     y=&quot;0.49832821&quot;
-     id=&quot;rect4319-7&quot;
-     style=&quot;fill:url(#radialGradient3933);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3935);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;12.997247&quot;
-     height=&quot;12.999963&quot;
-     rx=&quot;0.5081172&quot;
-     ry=&quot;0.50810492&quot;
-     x=&quot;1.5013518&quot;
-     y=&quot;1.5016088&quot;
-     id=&quot;rect4321-0&quot;
-     style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;14.000044&quot;
-     height=&quot;14.000041&quot;
-     rx=&quot;1.9062433&quot;
-     ry=&quot;1.9062428&quot;
-     x=&quot;1.0017486&quot;
-     y=&quot;1.0015783&quot;
-     id=&quot;rect9035-4&quot;
-     style=&quot;fill:url(#radialGradient3929);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;path
-     d=&quot;m 8.1540506,4.7563487 c -0.959403,0 -1.772159,0.2464674 -2.34375,0.6875 -0.571591,0.4410326 -0.875,1.0874574 -0.875,1.8125001 0,0.767377 0.300079,1.3617857 0.75,1.75 0.449921,0.3882143 1.012308,0.5990768 1.5625,0.78125 0.550191,0.1821732 1.1026169,0.3278562 1.4687498,0.5000002 0.1830664,0.08607 0.3253273,0.189273 0.40625,0.28125 0.080923,0.09198 0.09673,0.150116 0.09375,0.28125 0,0.186517 -0.090379,0.354192 -0.34375,0.5 -0.2533707,0.145807 -0.670852,0.25 -1.1562498,0.25 -0.389794,0 -1.073708,-0.125985 -2.09375,-0.5 l -0.1875,-0.0625 a 0.250025,0.250025 0 0 0 -0.09375,-0.03125 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.15625,0.125 0.250025,0.250025 0 0 0 -0.03125,0.03125 l -0.46875,1.3125 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.0
 3125,0 l 0.1875,0.09375 0,-0.03125 c 0.77838,0.302058 1.598281,0.59375 2.65625,0.59375 1.2747053,0 2.1718225,-0.320571 2.7499994,-0.8125 0.578177,-0.49193 0.8125,-1.1637 0.8125,-1.78125 0,-0.753788 -0.304066,-1.2961619 -0.75,-1.6875002 -0.445934,-0.3913383 -1.0136924,-0.6241691 -1.5624996,-0.8125 -0.5488072,-0.1883309 -1.0970258,-0.3332389 -1.4687498,-0.5 -0.185862,-0.083381 -0.323376,-0.1649993 -0.40625,-0.25 -0.08287,-0.085001 -0.125,-0.1750816 -0.125,-0.28125 0,-0.2015172 0.09694,-0.3334515 0.3125,-0.46875 0.21556,-0.1352985 0.580831,-0.25 1.0312498,-0.25 0.6838959,0 1.275116,0.1895545 1.9062496,0.4375 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.03125 l 0.4375,-1.2812501 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.062
 5,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.03125 l -0.15625,-0.0625 a 0.250025,0.250025 0 0 0 -0.03125,0 c -0.291216,-0.093605 -1.1270651,-0.46875 -2.4374994,-0.46875 z&quot;
-     id=&quot;text5177-7-7&quot;
-     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;path
-     d=&quot;m 8.2666056,3.6562497 c -0.959403,0 -1.772159,0.2464674 -2.34375,0.6875 -0.571591,0.4410326 -0.875,1.0874574 -0.875,1.8125001 0,0.767377 0.300079,1.3617857 0.75,1.75 0.449921,0.3882143 1.012308,0.5990768 1.5625,0.78125 0.550191,0.1821732 1.1026169,0.3278566 1.4687498,0.5 0.1830664,0.086072 0.3253273,0.189273 0.40625,0.28125 0.080923,0.091977 0.09673,0.1501166 0.09375,0.28125 0,0.1865172 -0.090379,0.3541922 -0.34375,0.5000002 -0.2533707,0.145807 -0.670852,0.25 -1.1562498,0.25 -0.389794,0 -1.073708,-0.125985 -2.09375,-0.5000002 l -0.1875,-0.0625 a 0.250025,0.250025 0 0 0 -0.09375,-0.03125 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.15625,0.1250002 0.250025,0.250025 0 0 0 -0.03125,0.03125 l -0.46875,1.3125 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.2
 50025 0 0 0 0.03125,0 l 0.1875,0.09375 0,-0.03125 c 0.77838,0.302058 1.598281,0.59375 2.65625,0.59375 1.2747053,0 2.1718225,-0.320571 2.7499994,-0.8125 0.578177,-0.49193 0.8125,-1.1637 0.8125,-1.7812502 0,-0.7537881 -0.304066,-1.2961617 -0.75,-1.6875 -0.445934,-0.3913383 -1.0136924,-0.6241691 -1.5624996,-0.8125 -0.5488072,-0.1883309 -1.0970258,-0.3332389 -1.4687498,-0.5 -0.185862,-0.083381 -0.323376,-0.1649993 -0.40625,-0.25 -0.08287,-0.085001 -0.125,-0.1750816 -0.125,-0.28125 0,-0.2015172 0.09694,-0.3334515 0.3125,-0.46875 0.21556,-0.1352985 0.580831,-0.25 1.0312498,-0.25 0.6838959,0 1.275116,0.1895545 1.9062496,0.4375 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.03125 l 0.4375,-1.2812501 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.2500
 25 0 0 0 -0.0625,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.03125 l -0.15625,-0.0625 a 0.250025,0.250025 0 0 0 -0.03125,0 c -0.291216,-0.093605 -1.1270651,-0.46875 -2.4374994,-0.46875 z&quot;
-     id=&quot;text5177-7-7-1&quot;
-     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient3925-3-9-6-7-5-7);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fabebe&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &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;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;#a40000&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#f9adad&quot; offset=&quot;1&quot;/&gt;
+  &lt;/linearGradient&gt;
+ &lt;/defs&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.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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordTimer.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordTimer.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,255 +1,29 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg8842&quot;&gt;
-  &lt;defs
-     id=&quot;defs8844&quot;&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-2&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-1&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175-6-6-4-0-5&quot;
-       xlink:href=&quot;#linearGradient8978-0-9-0-8-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.63026)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978-0-9-0-8-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980-9-1-8-4-8&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982-2-2-4-4-7&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient8752&quot;
-       xlink:href=&quot;#linearGradient7394-3-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,17.966282,36.432825)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7394-3-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop7396-0-1&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7398-2-7&quot;
-         style=&quot;stop-color:#e4d4e2;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient8754&quot;
-       xlink:href=&quot;#linearGradient4247-6-9-9-7-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-138.35071,-35.245445)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247-6-9-9-7-1&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249-2-0-1-7-0&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251-2-1-0-5-9&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient8838&quot;
-       xlink:href=&quot;#linearGradient7394-3-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.948973,0.77180949)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient8840&quot;
-       xlink:href=&quot;#linearGradient4247-6-9-9-7-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.90646)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-2-3&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-1-6&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2-4&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient9071&quot;
-       xlink:href=&quot;#linearGradient7888-2-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.924401,-46.943612)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-5-9-6-7-1-5&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870603,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-2-3-2&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-1-6-2&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2-4-9&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient9334&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.94849,-47.587416)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-5-9-6-7-1-5-5&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870603,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-2-3-2-3&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-1-6-2-7&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2-4-9-8&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient9521&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.51197,-47.494891)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata8847&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;rect
-       width=&quot;15.003705&quot;
-       height=&quot;15.003344&quot;
-       rx=&quot;1.5143198&quot;
-       ry=&quot;1.5142833&quot;
-       x=&quot;0.49814749&quot;
-       y=&quot;0.49832821&quot;
-       id=&quot;rect4319-7-2-1-7-0&quot;
-       style=&quot;fill:url(#radialGradient8838);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8840);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;12.997247&quot;
-       height=&quot;12.999963&quot;
-       rx=&quot;0.5081172&quot;
-       ry=&quot;0.50810492&quot;
-       x=&quot;1.5013518&quot;
-       y=&quot;1.5016088&quot;
-       id=&quot;rect4321-0-9-4-0-5&quot;
-       style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;14.000044&quot;
-       height=&quot;14.000041&quot;
-       rx=&quot;1.9062433&quot;
-       ry=&quot;1.9062428&quot;
-       x=&quot;1.0017486&quot;
-       y=&quot;1.0015783&quot;
-       id=&quot;rect9035-4-9-5-7-3&quot;
-       style=&quot;fill:url(#radialGradient3175-6-6-4-0-5);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;path
-       d=&quot;m 4.4811924,4.8500999 c -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.0625 l 0,1.28125 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.09375,0.125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 0.250025,0.250025 0 0 0 0.03125,0 l 2.375,0 0,6.4687501 a 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.0625,0.09375 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 1.40625,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.09375,-0.09375 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 l 0,-6.4687501 2.4062496,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.
 03125,-0.09375 0.250025,0.250025 0 0 0 0.03125,-0.0625 l 0,-1.28125 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.09375,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.0625,0 l -6.6874996,0 c -0.02072,-0.00261 -0.04178,-0.00261 -0.0625,0 z&quot;
-       id=&quot;path9473-5-4-6&quot;
-       style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-    &lt;path
-       d=&quot;m 4.5329722,3.8197701 c -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.0625 l 0,1.2812499 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.09375,0.125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 0.250025,0.250025 0 0 0 0.03125,0 l 2.375,0 0,6.46875 a 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.0625,0.09375 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 l 1.40625,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.09375,-0.09375 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 l 0,-6.46875 2.4062498,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03
 125,-0.09375 0.250025,0.250025 0 0 0 0.03125,-0.0625 l 0,-1.2812499 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.09375,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.0625,0 l -6.6874998,0 c -0.02072,-0.00261 -0.04178,-0.00261 -0.0625,0 z&quot;
-       id=&quot;path9473-5-4-6-0&quot;
-       style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient3161-1-5-9-6-7-1-5-5);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#e4d4e2&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &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; 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;
+ &lt;/defs&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeBoolean.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeBoolean.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,505 +1,29 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg8842&quot;&gt;
-  &lt;defs
-     id=&quot;defs8844&quot;&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-2&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-1&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175-6-6-4-0-5&quot;
-       xlink:href=&quot;#linearGradient8978-0-9-0-8-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.63026)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978-0-9-0-8-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980-9-1-8-4-8&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982-2-2-4-4-7&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient8752&quot;
-       xlink:href=&quot;#linearGradient7394-3-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,17.966282,36.432825)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7394-3-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop7396-0-1&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7398-2-7&quot;
-         style=&quot;stop-color:#e4d4e2;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient8754&quot;
-       xlink:href=&quot;#linearGradient4247-6-9-9-7-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-138.35071,-35.245445)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247-6-9-9-7-1&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249-2-0-1-7-0&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251-2-1-0-5-9&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient8838&quot;
-       xlink:href=&quot;#linearGradient7394-3-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.948973,0.77180949)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient8840&quot;
-       xlink:href=&quot;#linearGradient4247-6-9-9-7-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.90646)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-2-3&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-1-6&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2-4&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient9071&quot;
-       xlink:href=&quot;#linearGradient7888-2-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.924401,-46.943612)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-5-9-6-7-1-5&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870603,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-2-3-2&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-1-6-2&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2-4-9&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient9334&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.94849,-47.587416)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-5-9-6-7-1-5-5&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870603,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-2-3-2-3&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-1-6-2-7&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2-4-9-8&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient9521&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.51197,-47.494891)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4209&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870603,-43.768871)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient4213&quot;
-       xlink:href=&quot;#linearGradient8978-0-9-0-8-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.63026)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient4217&quot;
-       xlink:href=&quot;#linearGradient7394-3-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.948973,0.77180949)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient4219&quot;
-       xlink:href=&quot;#linearGradient4247-6-9-9-7-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.90646)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4209-0&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2-3-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870603,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-2-3-2-3-9&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-1-6-2-7-1&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2-4-9-8-8&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4236&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2-3-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.214115,-47.58668)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4209-0-9&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2-3-9-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-26.921538,-46.106657)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-2-3-2-3-9-1&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-1-6-2-7-1-8&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2-4-9-8-8-1&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3061&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2-3-9-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.60572,-47.588641)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4209-0-9-4&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2-3-9-1-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-33.709838,-48.540909)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-2-3-2-3-9-1-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-1-6-2-7-1-8-3&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2-4-9-8-8-1-8&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3861&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2-3-9-1-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-33.709838,-48.540909)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient3863&quot;&gt;
-      &lt;stop
-         id=&quot;stop3865&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop3867&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3871&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2-3-9-1-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-26.921538,-46.106658)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3915&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2-3-9-1-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-26.921538,-46.106658)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3917&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2-3-9-1-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-26.921538,-46.106658)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4209-0-2&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2-3-9-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870603,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-2-3-2-3-9-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-1-6-2-7-1-2&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2-4-9-8-8-6&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3973&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2-3-9-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.60572,-47.588641)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3173&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2-3-9-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870603,-43.768871)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3177&quot;
-       xlink:href=&quot;#linearGradient8978-0-9-0-8-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.63026)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3181&quot;
-       xlink:href=&quot;#linearGradient7394-3-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.948973,0.77180949)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3183&quot;
-       xlink:href=&quot;#linearGradient4247-6-9-9-7-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.90646)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3173-5&quot;
-       xlink:href=&quot;#linearGradient7888-2-3-2-3-9-0-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870603,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-2-3-2-3-9-0-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-1-6-2-7-1-2-5&quot;
-         style=&quot;stop-color:#5c3566;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2-4-9-8-8-6-4&quot;
-         style=&quot;stop-color:#ddc9db;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata8847&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;g3236&quot;&gt;
-    &lt;rect
-       width=&quot;15.003705&quot;
-       height=&quot;15.003344&quot;
-       rx=&quot;1.5143198&quot;
-       ry=&quot;1.5142833&quot;
-       x=&quot;0.49814749&quot;
-       y=&quot;0.49832821&quot;
-       id=&quot;rect4319-7-2-1-7-0&quot;
-       style=&quot;fill:url(#radialGradient3181);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3183);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;12.997247&quot;
-       height=&quot;12.999963&quot;
-       rx=&quot;0.5081172&quot;
-       ry=&quot;0.50810492&quot;
-       x=&quot;1.5013518&quot;
-       y=&quot;1.5016088&quot;
-       id=&quot;rect4321-0-9-4-0-5&quot;
-       style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;14.000044&quot;
-       height=&quot;14.000041&quot;
-       rx=&quot;1.9062433&quot;
-       ry=&quot;1.9062428&quot;
-       x=&quot;1.0017486&quot;
-       y=&quot;1.0015783&quot;
-       id=&quot;rect9035-4-9-5-7-3&quot;
-       style=&quot;fill:url(#radialGradient3177);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;path
-       d=&quot;m 4.8933274,4.8520911 c -0.1142267,0 -0.15625,0.077737 -0.15625,0.1875 l 0,8.0937509 c 0,0.136075 0.1206338,0.21875 0.25,0.21875 l 2.5,0 c 1.545072,0 2.509801,-0.330178 3.0937496,-0.8125 0.583949,-0.482323 0.75,-1.116926 0.75,-1.625001 0,-0.802626 -0.559432,-1.6347599 -1.5312496,-1.9999999 0.5799736,-0.4698671 0.9062496,-1.0439407 0.9062496,-1.71875 0,-0.412054 -0.111697,-1.011631 -0.5625,-1.5 -0.4508026,-0.488369 -1.2245556,-0.84375 -2.4374996,-0.84375 z m 1.75,1.75 0.875,0 c 0.559711,0.01043 0.896229,0.127742 1.0625,0.25 0.175565,0.129092 0.25,0.2713725 0.25,0.53125 0,0.2662184 -0.06532,0.4038839 -0.25,0.53125 -0.184681,0.1273661 -0.52487,0.21875 -1.0625,0.21875 l -0.875,0 z m 0.59375,3.21875 c 0.065135,0.00154 0.1402484,0 0.1875,0 0.758059,0.011439 1.3016,0.1238514 1.59375,0.2812499 0.308844,0.166393 0.40625,0.36589 0.40625,0.65625 0,0.362635 -0.131137,0.487274 -0.46875,0.625001 -0.337613,0.137726 -0.904823,0.21875 -1.625,0.21875 l -0.6875,0 0,-1.7500009 z&
 quot;
-       id=&quot;text5177-7-8&quot;
-       style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Black Olives;-inkscape-font-specification:Black Olives&quot; /&gt;
-    &lt;path
-       d=&quot;m 4.8933274,3.8217306 c -0.1142267,0 -0.15625,0.077737 -0.15625,0.1875 l 0,8.0937504 c 0,0.136075 0.1206338,0.21875 0.25,0.21875 l 2.5,0 c 1.545072,0 2.509801,-0.330178 3.0937496,-0.8125 0.583949,-0.482323 0.75,-1.116926 0.75,-1.6250004 0,-0.8026261 -0.559432,-1.63476 -1.5312496,-2 0.5799736,-0.4698671 0.9062496,-1.0439407 0.9062496,-1.71875 0,-0.412054 -0.111697,-1.011631 -0.5625,-1.5 -0.4508026,-0.488369 -1.2245556,-0.84375 -2.4374996,-0.84375 z m 1.75,1.75 0.875,0 c 0.559711,0.01043 0.896229,0.127742 1.0625,0.25 0.175565,0.129092 0.25,0.2713725 0.25,0.53125 0,0.2662184 -0.06532,0.4038839 -0.25,0.53125 -0.184681,0.1273661 -0.52487,0.21875 -1.0625,0.21875 l -0.875,0 z m 0.59375,3.21875 c 0.065135,0.00154 0.1402484,0 0.1875,0 0.758059,0.011439 1.3016,0.1238514 1.59375,0.28125 0.308844,0.1663928 0.40625,0.3658896 0.40625,0.65625 0,0.3626344 -0.131137,0.4872734 -0.46875,0.6250004 -0.337613,0.137726 -0.904823,0.21875 -1.625,0.21875 l -0.6875,0 0,-1.7500004 z&quot
 ;
-       id=&quot;text5177-7&quot;
-       style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient3173);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Black Olives;-inkscape-font-specification:Black Olives&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#e4d4e2&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &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;/defs&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeNull.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeNull.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,302 +1,29 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg9882&quot;&gt;
-  &lt;defs
-     id=&quot;defs9884&quot;&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175&quot;
-       xlink:href=&quot;#linearGradient8978&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3179&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-49.42355,1.24638)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient11520&quot;&gt;
-      &lt;stop
-         id=&quot;stop11522&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop11524&quot;
-         style=&quot;stop-color:#dcdcdc;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3181&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-205.74054,-70.43189)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249&quot;
-         style=&quot;stop-color:#9b9b9b;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient9878&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180835)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient9880&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-6&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-1&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-8&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient9970&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.9244,-46.943609)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient10464&quot;
-       xlink:href=&quot;#linearGradient8978&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient10468&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180835)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient10470&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-4-9&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-1-3&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-8-6&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10487&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.620365,-48.242929)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10460-4-5&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-4-9-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-1-3-4&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-8-6-6&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10670&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-39.497066,-47.586679)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10460-4-5-6&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9-0-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-4-9-0-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-1-3-4-7&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-8-6-6-7&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10848&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9-0-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.94849,-47.587415)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata9887&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;g4165&quot;&gt;
-    &lt;rect
-       width=&quot;15.003705&quot;
-       height=&quot;15.003344&quot;
-       rx=&quot;1.5143198&quot;
-       ry=&quot;1.5142833&quot;
-       x=&quot;0.49814749&quot;
-       y=&quot;0.49832821&quot;
-       id=&quot;rect4319&quot;
-       style=&quot;fill:url(#radialGradient10468);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10470);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;12.997247&quot;
-       height=&quot;12.999963&quot;
-       rx=&quot;0.5081172&quot;
-       ry=&quot;0.50810492&quot;
-       x=&quot;1.5013518&quot;
-       y=&quot;1.5016088&quot;
-       id=&quot;rect4321&quot;
-       style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;14.000044&quot;
-       height=&quot;14.000041&quot;
-       rx=&quot;1.9062433&quot;
-       ry=&quot;1.9062428&quot;
-       x=&quot;1.0017486&quot;
-       y=&quot;1.0015783&quot;
-       id=&quot;rect9035&quot;
-       style=&quot;fill:url(#radialGradient10464);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;path
-       d=&quot;m 4.3405698,4.8500988 c -0.03291,0.00406 -0.06499,0.014754 -0.09375,0.03125 -0.01131,0.00947 -0.02175,0.019939 -0.03125,0.03125 -0.01131,0.00947 -0.02175,0.019939 -0.03125,0.03125 -0.0165,0.028765 -0.02715,0.060841 -0.03125,0.09375 -0.0026,0.020724 -0.0026,0.041776 0,0.0625 l 0,8.0000002 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.0625,0 l 1.40625,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-5.0937502 3.375,5.2500002 a 0.250025,0.250025 0 0 0 0.0625,0.0625 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0.03125 0
 .250025,0.250025 0 0 0 0.0625,0 l 1.7187502,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-8.0000002 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 l -1.4062502,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.0625,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 0
 ,0.0625 l 0,5.0937502 -3.40625,-5.2187502 a 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 l -1.6875,0 c -0.02072,-0.00261 -0.04178,-0.00261 -0.0625,0 z&quot;
-       id=&quot;path10074-2&quot;
-       style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-    &lt;path
-       d=&quot;m 4.3923498,3.8197688 c -0.03291,0.00406 -0.06499,0.014754 -0.09375,0.03125 -0.01131,0.00947 -0.02175,0.019939 -0.03125,0.03125 -0.01131,0.00947 -0.02175,0.019939 -0.03125,0.03125 -0.0165,0.028765 -0.02715,0.060841 -0.03125,0.09375 -0.0026,0.020724 -0.0026,0.041776 0,0.0625 l 0,8.0000002 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.0625,0 l 1.40625,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-5.0937502 3.375,5.2500002 a 0.250025,0.250025 0 0 0 0.0625,0.0625 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0.03125 0
 .250025,0.250025 0 0 0 0.0625,0 l 1.7187502,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-8.0000002 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 l -1.40625,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.0625,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 0,0
 .0625 l 0,5.09375 -3.40625,-5.21875 a 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 l -1.6875,0 c -0.02072,-0.00261 -0.04178,-0.00261 -0.0625,0 z&quot;
-       id=&quot;path10074-2-0&quot;
-       style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient10460-4-5-6);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#dcdcdc&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#9b9b9b&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;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;/defs&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeNumber.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeNumber.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,336 +1,27 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg7929&quot;&gt;
-  &lt;defs
-     id=&quot;defs7931&quot;&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890&quot;
-         style=&quot;stop-color:#204a87;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892&quot;
-         style=&quot;stop-color:#bdd2e9;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175-6-6-4-0&quot;
-       xlink:href=&quot;#linearGradient8978-0-9-0-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630262)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978-0-9-0-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980-9-1-8-4&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982-2-2-4-4&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient7833&quot;
-       xlink:href=&quot;#linearGradient7394-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-20.948972,32.907402)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7394-3&quot;&gt;
-      &lt;stop
-         id=&quot;stop7396-0&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7398-2&quot;
-         style=&quot;stop-color:#cbdbed;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient7835&quot;
-       xlink:href=&quot;#linearGradient4247-6-9-9-7&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-177.26596,-38.770868)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247-6-9-9-7&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249-2-0-1-7&quot;
-         style=&quot;stop-color:#204a87;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251-2-1-0-5&quot;
-         style=&quot;stop-color:#bdd2e9;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient7925&quot;
-       xlink:href=&quot;#linearGradient7394-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.948972,0.77180763)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient7927&quot;
-       xlink:href=&quot;#linearGradient4247-6-9-9-7&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906462)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-7&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-4&quot;
-         style=&quot;stop-color:#204a87;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2&quot;
-         style=&quot;stop-color:#bdd2e9;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient8140&quot;
-       xlink:href=&quot;#linearGradient7888-7&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.9244,-46.943611)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-5-9-6-1-0&quot;
-       xlink:href=&quot;#linearGradient7888-7-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870602,-43.768872)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-7-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-4-0&quot;
-         style=&quot;stop-color:#204a87;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2-3&quot;
-         style=&quot;stop-color:#bdd2e9;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient8293&quot;
-       xlink:href=&quot;#linearGradient7888-7-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-39.497065,-47.58668)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-5-9-6-1-0-3&quot;
-       xlink:href=&quot;#linearGradient7888-7-8-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870602,-43.768872)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-7-8-2&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-4-0-7&quot;
-         style=&quot;stop-color:#204a87;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2-3-2&quot;
-         style=&quot;stop-color:#bdd2e9;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient8437&quot;
-       xlink:href=&quot;#linearGradient7888-7-8-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.885989,-48.383554)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10460-4-5-6&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9-0-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870601,-43.7674)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3037&quot;
-       xlink:href=&quot;#linearGradient7888-7-8-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870602,-43.768872)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3041&quot;
-       xlink:href=&quot;#linearGradient8978-0-9-0-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630262)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3045&quot;
-       xlink:href=&quot;#linearGradient7394-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.948972,0.77180763)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3047&quot;
-       xlink:href=&quot;#linearGradient4247-6-9-9-7&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906462)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3037-9&quot;
-       xlink:href=&quot;#linearGradient7888-7-8-2-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870602,-43.768872)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7888-7-8-2-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop7890-4-0-7-4&quot;
-         style=&quot;stop-color:#204a87;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7892-2-3-2-9&quot;
-         style=&quot;stop-color:#bdd2e9;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3064&quot;
-       xlink:href=&quot;#linearGradient7888-7-8-2-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.49537,-47.588151)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;-16.61017&quot;
-       y1=&quot;3.4237287&quot;
-       x2=&quot;-10.779662&quot;
-       y2=&quot;3.4237287&quot;
-       id=&quot;linearGradient3806&quot;
-       xlink:href=&quot;#linearGradient8978-0-9-0-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata7934&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;rect
-     width=&quot;15.003705&quot;
-     height=&quot;15.003344&quot;
-     rx=&quot;1.5143198&quot;
-     ry=&quot;1.5142833&quot;
-     x=&quot;0.49814749&quot;
-     y=&quot;0.49832821&quot;
-     id=&quot;rect4319-7-2-1-7&quot;
-     style=&quot;fill:url(#radialGradient3045);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3047);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;12.997247&quot;
-     height=&quot;12.999963&quot;
-     rx=&quot;0.5081172&quot;
-     ry=&quot;0.50810492&quot;
-     x=&quot;1.5013518&quot;
-     y=&quot;1.5016088&quot;
-     id=&quot;rect4321-0-9-4-0&quot;
-     style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;14.000044&quot;
-     height=&quot;14.000041&quot;
-     rx=&quot;1.9062433&quot;
-     ry=&quot;1.9062428&quot;
-     x=&quot;1.0017486&quot;
-     y=&quot;1.0015783&quot;
-     id=&quot;rect9035-4-9-5-7&quot;
-     style=&quot;fill:url(#radialGradient3041);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;path
-     d=&quot;m 4.3405681,4.8515699 c -0.03291,0.0041 -0.06499,0.01475 -0.09375,0.03125 -0.01131,0.0095 -0.02175,0.01994 -0.03125,0.03125 -0.01131,0.0095 -0.02175,0.01994 -0.03125,0.03125 -0.0165,0.02876 -0.02715,0.06084 -0.03125,0.09375 -0.0026,0.02072 -0.0026,0.04178 0,0.0625 l 0,8.0000001 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.0625,0 l 1.40625,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-5.0937503 3.375,5.2500003 a 0.250025,0.250025 0 0 0 0.0625,0.0625 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.25
 0025 0 0 0 0.0625,0 l 1.7187499,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-8.0000001 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 l -1.4062499,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.0625,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 0,0.0625 l 0,
 5.0937501 -3.40625,-5.2187501 a 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 l -1.6875,0 c -0.02072,-0.0026 -0.04178,-0.0026 -0.0625,0 z&quot;
-     id=&quot;path10074-2&quot;
-     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;path
-     d=&quot;m 4.3923481,3.8212399 c -0.03291,0.0041 -0.06499,0.01475 -0.09375,0.03125 -0.01131,0.0095 -0.02175,0.01994 -0.03125,0.03125 -0.01131,0.0095 -0.02175,0.01994 -0.03125,0.03125 -0.0165,0.02876 -0.02715,0.06084 -0.03125,0.09375 -0.0026,0.02072 -0.0026,0.04178 0,0.0625 l 0,8.0000001 a 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.0625,0 l 1.40625,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-5.0937501 3.375,5.2500001 a 0.250025,0.250025 0 0 0 0.0625,0.0625 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.25
 0025 0 0 0 0.0625,0 l 1.7187499,0 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-8.0000001 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 l -1.40625,0 a 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.0625,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 -0.03125,0.0625 0.250025,0.250025 0 0 0 0,0.0625 l 0,5.
 0937498 -3.4062502,-5.2187498 a 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 0.250025,0.250025 0 0 0 -0.0625,-0.03125 0.250025,0.250025 0 0 0 -0.03125,0 l -1.687499,0 c -0.02072,-0.0026 -0.04178,-0.0026 -0.0625,0 z&quot;
-     id=&quot;path10074-2-0&quot;
-     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient3037-9);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#cbdbed&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &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;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;
+ &lt;/defs&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.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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeObject.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeObject.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,317 +1,29 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg7435&quot;&gt;
-  &lt;defs
-     id=&quot;defs7437&quot;&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-5-9&quot;
-       xlink:href=&quot;#linearGradient7388&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870602,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7388&quot;&gt;
-      &lt;stop
-         id=&quot;stop7390&quot;
-         style=&quot;stop-color:#c4a000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7392&quot;
-         style=&quot;stop-color:#fef4a8;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175-6-6-4&quot;
-       xlink:href=&quot;#linearGradient8978-0-9-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978-0-9-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980-9-1-8&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982-2-2-4&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient7333&quot;
-       xlink:href=&quot;#linearGradient7394&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,31.254419,8.2294358)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7394&quot;&gt;
-      &lt;stop
-         id=&quot;stop7396&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7398&quot;
-         style=&quot;stop-color:#fef6ba;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient7335&quot;
-       xlink:href=&quot;#linearGradient4247-6-9-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-125.06257,-63.448834)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247-6-9-9&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249-2-0-1&quot;
-         style=&quot;stop-color:#c4a000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251-2-1-0&quot;
-         style=&quot;stop-color:#fef4a8;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient7431&quot;
-       xlink:href=&quot;#linearGradient7394&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.948972,0.7718085)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient7433&quot;
-       xlink:href=&quot;#linearGradient4247-6-9-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-5-9-8&quot;
-       xlink:href=&quot;#linearGradient7388-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870602,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7388-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop7390-0&quot;
-         style=&quot;stop-color:#c4a000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7392-9&quot;
-         style=&quot;stop-color:#fef4a8;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient7646&quot;
-       xlink:href=&quot;#linearGradient7388-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.9244,-46.943611)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3024&quot;
-       xlink:href=&quot;#linearGradient6020-2-7-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870601,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3057&quot;
-       xlink:href=&quot;#linearGradient6020-2-7-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870601,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3033&quot;
-       xlink:href=&quot;#linearGradient7388-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870602,-43.768871)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3037&quot;
-       xlink:href=&quot;#linearGradient8978-0-9-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3041&quot;
-       xlink:href=&quot;#linearGradient7394&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.948972,0.7718085)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3043&quot;
-       xlink:href=&quot;#linearGradient4247-6-9-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3119&quot;
-       xlink:href=&quot;#linearGradient7388-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870602,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3119-6&quot;
-       xlink:href=&quot;#linearGradient7388-6-7&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870602,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient7388-6-7&quot;&gt;
-      &lt;stop
-         id=&quot;stop7390-0-0&quot;
-         style=&quot;stop-color:#c4a000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop7392-9-6&quot;
-         style=&quot;stop-color:#fef4a8;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3137&quot;
-       xlink:href=&quot;#linearGradient7388-6-7&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-39.497065,-47.58668)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;17.254238&quot;
-       y1=&quot;4.6610169&quot;
-       x2=&quot;23.152542&quot;
-       y2=&quot;4.6610169&quot;
-       id=&quot;linearGradient3801&quot;
-       xlink:href=&quot;#linearGradient8978-0-9-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata7440&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;g3155&quot;&gt;
-    &lt;rect
-       width=&quot;15.003705&quot;
-       height=&quot;15.003344&quot;
-       rx=&quot;1.5143198&quot;
-       ry=&quot;1.5142833&quot;
-       x=&quot;0.49814749&quot;
-       y=&quot;0.49832821&quot;
-       id=&quot;rect4319-7-2-1&quot;
-       style=&quot;fill:url(#radialGradient3041);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3043);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;12.997247&quot;
-       height=&quot;12.999963&quot;
-       rx=&quot;0.5081172&quot;
-       ry=&quot;0.50810492&quot;
-       x=&quot;1.5013518&quot;
-       y=&quot;1.5016088&quot;
-       id=&quot;rect4321-0-9-4&quot;
-       style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;14.000044&quot;
-       height=&quot;14.000041&quot;
-       rx=&quot;1.9062433&quot;
-       ry=&quot;1.9062428&quot;
-       x=&quot;1.0017486&quot;
-       y=&quot;1.0015783&quot;
-       id=&quot;rect9035-4-9-5&quot;
-       style=&quot;fill:url(#radialGradient3037);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;path
-       d=&quot;m 7.8405673,4.8481381 c -1.031262,0 -2.059199,0.372395 -2.84375,1.09375 -0.784551,0.721356 -1.3125,1.798492 -1.3125,3.21875 0,2.5548049 1.796266,4.2327999 4.0625,4.3124999 0.126629,0.0073 0.2067365,0.0078 0.3125015,0 2.2395822,-0.0781 4.0312502,-1.69746 4.0312502,-4.2187499 0,-2.592338 -1.844686,-4.40625 -4.2500017,-4.40625 z m 0.093751,1.8125 c 0.524376,0 1.055059,0.165459 1.46875,0.5625 0.413691,0.397042 0.7187497,1.012086 0.7187497,1.9375 0,0.9341829 -0.3150377,1.5672459 -0.7499997,1.9687499 -0.427247,0.394381 -0.977267,0.58735 -1.5000025,0.59375 -0.021472,-8.57e-4 -0.042558,0 -0.0625,0 -0.527559,-0.0065 -1.065671,-0.182024 -1.46875,-0.5625 -0.410578,-0.387554 -0.6875,-0.991246 -0.6875,-1.8749999 0,-1.669154 1.004693,-2.625 2.2812525,-2.625 z&quot;
-       id=&quot;text5177-7-6-5-7&quot;
-       style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Black Olives;-inkscape-font-specification:Black Olives&quot; /&gt;
-    &lt;path
-       d=&quot;m 7.8923473,3.8178087 c -1.031262,0 -2.059199,0.372395 -2.84375,1.09375 -0.784551,0.721356 -1.3125,1.798492 -1.3125,3.21875 0,2.5548053 1.796266,4.2328003 4.0625,4.3125003 0.126629,0.0073 0.2067365,0.0078 0.3125015,0 2.2395822,-0.0781 4.0312502,-1.69746 4.0312502,-4.2187503 0,-2.592338 -1.844686,-4.40625 -4.2500017,-4.40625 z m 0.093751,1.8125 c 0.524376,0 1.055059,0.165459 1.46875,0.5625 0.413691,0.397042 0.7187497,1.012086 0.7187497,1.9375 0,0.9341826 -0.3150377,1.5672456 -0.7499997,1.9687503 -0.427247,0.394381 -0.977267,0.58735 -1.5000015,0.59375 -0.021472,-8.57e-4 -0.042558,0 -0.0625,0 -0.527559,-0.0065 -1.065671,-0.182024 -1.46875,-0.5625 -0.410578,-0.3875551 -0.6875,-0.9912463 -0.6875,-1.8750003 0,-1.669154 1.004693,-2.625 2.2812515,-2.625 z&quot;
-       id=&quot;text5177-7-6-5&quot;
-       style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient3119-6);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Black Olives;-inkscape-font-specification:Black Olives&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fef6ba&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &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;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;
+ &lt;/defs&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeRegex.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeRegex.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,404 +1,32 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg5300&quot;&gt;
-  &lt;defs
-     id=&quot;defs5302&quot;&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175-6&quot;
-       xlink:href=&quot;#linearGradient8978-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980-9&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982-2&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient5208&quot;
-       xlink:href=&quot;#linearGradient11520-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-31.728631,-21.533276)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient11520-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop11522-7&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop11524-7&quot;
-         style=&quot;stop-color:#fabebe;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient5210&quot;
-       xlink:href=&quot;#linearGradient4247-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-188.04562,-93.211546)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249-2&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251-2&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient5296&quot;
-       xlink:href=&quot;#linearGradient11520-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180918)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient5298&quot;
-       xlink:href=&quot;#linearGradient4247-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-6&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient5518&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.9244,-46.94361)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3929&quot;
-       xlink:href=&quot;#linearGradient8978-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3933&quot;
-       xlink:href=&quot;#linearGradient11520-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180918)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3935&quot;
-       xlink:href=&quot;#linearGradient4247-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3-2&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5-2&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3952&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-39.902379,-47.24489)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3925-3-9&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6-4-9&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3-2-1&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5-2-5&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4080&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.198725,-47.440746)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3925-3-9-6&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6-4-9-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3-2-1-9&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5-2-5-8&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4733&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.27489,-47.51691)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3020&quot;
-       xlink:href=&quot;#linearGradient7888-7-8-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.919529,-62.387703)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3052&quot;
-       xlink:href=&quot;#linearGradient7888-7-8-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.919529,-62.387703)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3058&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3061&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3061-9&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9-8-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6-4-9-8-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3-2-1-9-4&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5-2-5-8-0&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3079&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9-8-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.666495,-47.518871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;-19.525423&quot;
-       y1=&quot;-0.30508471&quot;
-       x2=&quot;-14.711864&quot;
-       y2=&quot;-0.30508471&quot;
-       id=&quot;linearGradient3815&quot;
-       xlink:href=&quot;#linearGradient8978-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata5305&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;g3097&quot;&gt;
-    &lt;rect
-       width=&quot;15.003705&quot;
-       height=&quot;15.003344&quot;
-       rx=&quot;1.5143198&quot;
-       ry=&quot;1.5142833&quot;
-       x=&quot;0.49814749&quot;
-       y=&quot;0.49832821&quot;
-       id=&quot;rect4319-7&quot;
-       style=&quot;fill:url(#radialGradient3933);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3935);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;12.997247&quot;
-       height=&quot;12.999963&quot;
-       rx=&quot;0.5081172&quot;
-       ry=&quot;0.50810492&quot;
-       x=&quot;1.5013518&quot;
-       y=&quot;1.5016088&quot;
-       id=&quot;rect4321-0&quot;
-       style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;14.000044&quot;
-       height=&quot;14.000041&quot;
-       rx=&quot;1.9062433&quot;
-       ry=&quot;1.9062428&quot;
-       x=&quot;1.0017486&quot;
-       y=&quot;1.0015783&quot;
-       id=&quot;rect9035-4&quot;
-       style=&quot;fill:url(#radialGradient3929);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;path
-       d=&quot;m 4.8240769,4.780819 c -0.03291,0.0041 -0.06499,0.01475 -0.09375,0.03125 -0.02216,0.0074 -0.04326,0.01798 -0.0625,0.03125 -0.02758,0.02597 -0.04913,0.0583 -0.0625,0.09375 -6.52e-4,0.0104 -6.52e-4,0.02085 0,0.03125 -0.0026,0.02072 -0.0026,0.04178 0,0.0625 l 0,8 a 0.250025,0.250025 0 0 0 0,0.03125 0.250025,0.250025 0 0 0 0,0.03125 0.250025,0.250025 0 0 0 0,0.03125 0.250025,0.250025 0 0 0 0,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 0.250025,0.250025 0 0 0 0.03125,0 l 1.40625,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-2.875 c 0.124827,0.0059 0.238097,0.03125 0.375,0.03125 0.14930
 7,0 0.324266,0.0053 0.5,0 l 1.75,2.96875 a 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.0625 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,0 l 1.6250011,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.09375 L 9.2928269,9.7808185 c 0.408774,-0.163092 0.8262171,-0.351698 1.1250011,-0.6875 0.365592,-0.4108871 0.59375,-0.9625795 0.59375,-1.6874995 0,-1.185943 -0.65393,-1.906754 -1.4062511,-2.25 -0.75232,-0.343247 -1.624556,-0.375 -2.15625,-0.375 l -2.59375,0 c -0.0104,-6.52e-4 -0.02085,-6.52e-4 -0.03125,0 z m 1.6875,1.8125 0.8125,0 c 0.502668,0 0.979816,0.02877 1.28125,0.15625 0.301434,0.127483 0.4375,0.277979 0.4375,0.6875 0,0.23499 -0.03704,
 0.381426 -0.125,0.5 -0.08796,0.118573 -0.223393,0.211062 -0.40625,0.28125 -0.365715,0.140375 -0.933206,0.1875 -1.53125,0.1875 -0.154377,0 -0.310083,-0.02084 -0.46875,-0.03125 l 0,-1.78125 z&quot;
-       id=&quot;path3371-1&quot;
-       style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-    &lt;path
-       d=&quot;m 4.8758569,3.750488 c -0.03291,0.0041 -0.06499,0.01475 -0.09375,0.03125 -0.02216,0.0074 -0.04326,0.01798 -0.0625,0.03125 -0.02758,0.02597 -0.04913,0.0583 -0.0625,0.09375 -6.52e-4,0.0104 -6.52e-4,0.02085 0,0.03125 -0.0026,0.02072 -0.0026,0.04178 0,0.0625 l 0,8.000001 a 0.250025,0.250025 0 0 0 0,0.03125 0.250025,0.250025 0 0 0 0,0.03125 0.250025,0.250025 0 0 0 0,0.03125 0.250025,0.250025 0 0 0 0,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.09375,0.03125 0.250025,0.250025 0 0 0 0.03125,0 l 1.40625,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.09375,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0,-0.03125 0.250025,0.250025 0 0 0 0,-0.03125 l 0,-2.8750005 c 0.124827,0.00594 0.238097,0.03125 0.375,0.0
 3125 0.149307,0 0.324266,0.00525 0.5,0 l 1.75,2.9687505 a 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.0625 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,0 l 1.6250011,0 a 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.03125,0 0.250025,0.250025 0 0 0 0.0625,-0.03125 0.250025,0.250025 0 0 0 0.0625,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.03125 0.250025,0.250025 0 0 0 0.03125,-0.09375 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.03125,-0.09375 L 9.3446069,8.7504885 C 9.7533809,8.5873965 10.170824,8.398791 10.469608,8.062989 c 0.365592,-0.410888 0.59375,-0.96258 0.59375,-1.6875 0,-1.185943 -0.65393,-1.906754 -1.4062511,-2.250001 -0.75232,-0.343246 -1.624556,-0.375 -2.15625,-0.375 l -2.59375,0 c -0.0104,-6.51e-4 -0.02085,-6.51e-4 -0.03125,0 z m 1.6875,1.812501 0.8125,0 c 0.502668,0 0.979816,0.02877 1.28125,0.15625 0.301434,0.127483 0.4375,0.277979 0.4375,0.6875 0
 ,0.23499 -0.03704,0.381426 -0.125,0.5 -0.08796,0.118573 -0.223393,0.211062 -0.40625,0.28125 -0.365715,0.140375 -0.933206,0.1875 -1.53125,0.1875 -0.154377,0 -0.310083,-0.02084 -0.46875,-0.03125 l 0,-1.78125 z&quot;
-       id=&quot;path3371-1-3&quot;
-       style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient3061-9);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;/g&gt;
-  &lt;rect
-     width=&quot;4.8135595&quot;
-     height=&quot;7.2542372&quot;
-     rx=&quot;0.5081172&quot;
-     ry=&quot;0.50810492&quot;
-     x=&quot;-19.525423&quot;
-     y=&quot;-3.9322033&quot;
-     id=&quot;rect3039&quot;
-     style=&quot;opacity:0.8;color:#000000;fill:url(#linearGradient3815);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new&quot; /&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &lt;linearGradient id=&quot;a&quot;&gt;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fabebe&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &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;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;
+ &lt;/defs&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeString.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeString.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,379 +1,27 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg5300&quot;&gt;
-  &lt;defs
-     id=&quot;defs5302&quot;&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175-6&quot;
-       xlink:href=&quot;#linearGradient8978-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980-9&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982-2&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient5208&quot;
-       xlink:href=&quot;#linearGradient11520-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-31.728631,-21.533276)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient11520-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop11522-7&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop11524-7&quot;
-         style=&quot;stop-color:#fabebe;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient5210&quot;
-       xlink:href=&quot;#linearGradient4247-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-188.04562,-93.211546)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249-2&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251-2&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient5296&quot;
-       xlink:href=&quot;#linearGradient11520-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180918)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient5298&quot;
-       xlink:href=&quot;#linearGradient4247-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-1-6&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient5518&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.9244,-46.94361)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3929&quot;
-       xlink:href=&quot;#linearGradient8978-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3933&quot;
-       xlink:href=&quot;#linearGradient11520-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180918)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3935&quot;
-       xlink:href=&quot;#linearGradient4247-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3-2&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5-2&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3952&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-39.902379,-47.24489)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6-4-9&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3-2-1&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5-2-5&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4080&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.198725,-47.440746)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6-4-9-8&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3-2-1-9&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5-2-5-8&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4733&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9-8&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.27489,-47.51691)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6-4-9-8-3&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3-2-1-9-4&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5-2-5-8-2&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient5001&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9-8-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.666495,-47.518871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3925-3-9-6-7-5&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9-8-3-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6-4-9-8-3-9&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3-2-1-9-4-1&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5-2-5-8-2-8&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient5169&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9-8-3-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-39.55784,-47.51691)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3925-3-9-6-7-5-7&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9-8-3-9-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-8-6-4-9-8-3-9-2&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-7-3-2-1-9-4-1-7&quot;
-         style=&quot;stop-color:#a40000;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-7-5-2-5-8-2-8-6&quot;
-         style=&quot;stop-color:#f9adad;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient5341&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9-8-3-9-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-41.010245,-47.516912)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata5305&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;rect
-     width=&quot;15.003705&quot;
-     height=&quot;15.003344&quot;
-     rx=&quot;1.5143198&quot;
-     ry=&quot;1.5142833&quot;
-     x=&quot;0.49814749&quot;
-     y=&quot;0.49832821&quot;
-     id=&quot;rect4319-7&quot;
-     style=&quot;fill:url(#radialGradient3933);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3935);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;12.997247&quot;
-     height=&quot;12.999963&quot;
-     rx=&quot;0.5081172&quot;
-     ry=&quot;0.50810492&quot;
-     x=&quot;1.5013518&quot;
-     y=&quot;1.5016088&quot;
-     id=&quot;rect4321-0&quot;
-     style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;14.000044&quot;
-     height=&quot;14.000041&quot;
-     rx=&quot;1.9062433&quot;
-     ry=&quot;1.9062428&quot;
-     x=&quot;1.0017486&quot;
-     y=&quot;1.0015783&quot;
-     id=&quot;rect9035-4&quot;
-     style=&quot;fill:url(#radialGradient3929);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;path
-     d=&quot;m 8.1540506,4.7563487 c -0.959403,0 -1.772159,0.2464674 -2.34375,0.6875 -0.571591,0.4410326 -0.875,1.0874574 -0.875,1.8125001 0,0.767377 0.300079,1.3617857 0.75,1.75 0.449921,0.3882143 1.012308,0.5990768 1.5625,0.78125 0.550191,0.1821732 1.1026169,0.3278562 1.4687498,0.5000002 0.1830664,0.08607 0.3253273,0.189273 0.40625,0.28125 0.080923,0.09198 0.09673,0.150116 0.09375,0.28125 0,0.186517 -0.090379,0.354192 -0.34375,0.5 -0.2533707,0.145807 -0.670852,0.25 -1.1562498,0.25 -0.389794,0 -1.073708,-0.125985 -2.09375,-0.5 l -0.1875,-0.0625 a 0.250025,0.250025 0 0 0 -0.09375,-0.03125 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.15625,0.125 0.250025,0.250025 0 0 0 -0.03125,0.03125 l -0.46875,1.3125 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.0
 3125,0 l 0.1875,0.09375 0,-0.03125 c 0.77838,0.302058 1.598281,0.59375 2.65625,0.59375 1.2747053,0 2.1718225,-0.320571 2.7499994,-0.8125 0.578177,-0.49193 0.8125,-1.1637 0.8125,-1.78125 0,-0.753788 -0.304066,-1.2961619 -0.75,-1.6875002 -0.445934,-0.3913383 -1.0136924,-0.6241691 -1.5624996,-0.8125 -0.5488072,-0.1883309 -1.0970258,-0.3332389 -1.4687498,-0.5 -0.185862,-0.083381 -0.323376,-0.1649993 -0.40625,-0.25 -0.08287,-0.085001 -0.125,-0.1750816 -0.125,-0.28125 0,-0.2015172 0.09694,-0.3334515 0.3125,-0.46875 0.21556,-0.1352985 0.580831,-0.25 1.0312498,-0.25 0.6838959,0 1.275116,0.1895545 1.9062496,0.4375 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.03125 l 0.4375,-1.2812501 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.062
 5,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.03125 l -0.15625,-0.0625 a 0.250025,0.250025 0 0 0 -0.03125,0 c -0.291216,-0.093605 -1.1270651,-0.46875 -2.4374994,-0.46875 z&quot;
-     id=&quot;text5177-7-7&quot;
-     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;path
-     d=&quot;m 8.2666056,3.6562497 c -0.959403,0 -1.772159,0.2464674 -2.34375,0.6875 -0.571591,0.4410326 -0.875,1.0874574 -0.875,1.8125001 0,0.767377 0.300079,1.3617857 0.75,1.75 0.449921,0.3882143 1.012308,0.5990768 1.5625,0.78125 0.550191,0.1821732 1.1026169,0.3278566 1.4687498,0.5 0.1830664,0.086072 0.3253273,0.189273 0.40625,0.28125 0.080923,0.091977 0.09673,0.1501166 0.09375,0.28125 0,0.1865172 -0.090379,0.3541922 -0.34375,0.5000002 -0.2533707,0.145807 -0.670852,0.25 -1.1562498,0.25 -0.389794,0 -1.073708,-0.125985 -2.09375,-0.5000002 l -0.1875,-0.0625 a 0.250025,0.250025 0 0 0 -0.09375,-0.03125 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.15625,0.1250002 0.250025,0.250025 0 0 0 -0.03125,0.03125 l -0.46875,1.3125 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.2
 50025 0 0 0 0.03125,0 l 0.1875,0.09375 0,-0.03125 c 0.77838,0.302058 1.598281,0.59375 2.65625,0.59375 1.2747053,0 2.1718225,-0.320571 2.7499994,-0.8125 0.578177,-0.49193 0.8125,-1.1637 0.8125,-1.7812502 0,-0.7537881 -0.304066,-1.2961617 -0.75,-1.6875 -0.445934,-0.3913383 -1.0136924,-0.6241691 -1.5624996,-0.8125 -0.5488072,-0.1883309 -1.0970258,-0.3332389 -1.4687498,-0.5 -0.185862,-0.083381 -0.323376,-0.1649993 -0.40625,-0.25 -0.08287,-0.085001 -0.125,-0.1750816 -0.125,-0.28125 0,-0.2015172 0.09694,-0.3334515 0.3125,-0.46875 0.21556,-0.1352985 0.580831,-0.25 1.0312498,-0.25 0.6838959,0 1.275116,0.1895545 1.9062496,0.4375 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.03125 l 0.4375,-1.2812501 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.2500
 25 0 0 0 -0.0625,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.03125 l -0.15625,-0.0625 a 0.250025,0.250025 0 0 0 -0.03125,0 c -0.291216,-0.093605 -1.1270651,-0.46875 -2.4374994,-0.46875 z&quot;
-     id=&quot;text5177-7-7-1&quot;
-     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient3925-3-9-6-7-5-7);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fabebe&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &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;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;#a40000&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#f9adad&quot; offset=&quot;1&quot;/&gt;
+  &lt;/linearGradient&gt;
+ &lt;/defs&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.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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeSymbol.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeSymbol.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,528 +1,29 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg3986&quot;&gt;
-  &lt;defs
-     id=&quot;defs3988&quot;&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175&quot;
-       xlink:href=&quot;#linearGradient8978&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3179&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-49.42355,1.24638)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient11520&quot;&gt;
-      &lt;stop
-         id=&quot;stop11522&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop11524&quot;
-         style=&quot;stop-color:#c2f6e5;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3181&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-205.74054,-70.43189)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249&quot;
-         style=&quot;stop-color:#069a6b;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251&quot;
-         style=&quot;stop-color:#b2f4df;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3982&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180835)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3984&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-0&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4650&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.9244,-46.943609)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3038&quot;
-       xlink:href=&quot;#linearGradient8978&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3042&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180835)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3044&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3034-1&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3829&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-39.902379,-47.244888)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3034-1-1&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4042&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4050&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4065&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3034-1-7&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4042-2&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4050-5&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-6&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3034-1-11&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4198&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4206&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4217&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4219&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4221&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3034-1-11-8&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient4341&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-39.497066,-47.586678)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3925-3-9-6-7-5-7&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9-8-3-9-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-32.560085,-63.844344)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3088&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-8-6-4-9-8-3-9-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-32.560085,-63.844344)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3094&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3097&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3097-3&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2-1-5&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-3-3-2-1-5&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-9-2-3-0-8&quot;
-         style=&quot;stop-color:#069a6b;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-5-3-3-0-3&quot;
-         style=&quot;stop-color:#34e2ab;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3115&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2-1-5&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.13795,-47.510514)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3854&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2-1-5&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3858&quot;
-       xlink:href=&quot;#linearGradient8978&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3862&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180835)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3864&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3881&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2-1-5-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.542357,-47.510514)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3854-8&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2-1-5-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3914&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2-1-5-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.542357,-47.510514)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3934&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-3-3-2-1-5-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;18.221266&quot;
-       y1=&quot;5.6730857&quot;
-       x2=&quot;23.637157&quot;
-       y2=&quot;5.6730857&quot;
-       id=&quot;linearGradient3862&quot;
-       xlink:href=&quot;#linearGradient8978&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata3991&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;rect
-     width=&quot;15.003705&quot;
-     height=&quot;15.003344&quot;
-     rx=&quot;1.5143198&quot;
-     ry=&quot;1.5142833&quot;
-     x=&quot;0.49814749&quot;
-     y=&quot;0.49832821&quot;
-     id=&quot;rect4319&quot;
-     style=&quot;fill:url(#radialGradient3862);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3864);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;12.997247&quot;
-     height=&quot;12.999963&quot;
-     rx=&quot;0.5081172&quot;
-     ry=&quot;0.50810492&quot;
-     x=&quot;1.5013518&quot;
-     y=&quot;1.5016088&quot;
-     id=&quot;rect4321&quot;
-     style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;rect
-     width=&quot;14.000044&quot;
-     height=&quot;14.000041&quot;
-     rx=&quot;1.9062433&quot;
-     ry=&quot;1.9062428&quot;
-     x=&quot;1.0017486&quot;
-     y=&quot;1.0015783&quot;
-     id=&quot;rect9035&quot;
-     style=&quot;fill:url(#radialGradient3858);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;path
-     d=&quot;m 8.1236627,4.841742 c -0.959403,0 -1.7721586,0.246467 -2.3437496,0.6875 -0.571591,0.441032 -0.875,1.087457 -0.875,1.8125 0,0.767377 0.300079,1.361785 0.75,1.75 0.449921,0.388214 1.0123076,0.599077 1.5624996,0.78125 0.550191,0.182173 1.102617,0.327856 1.46875,0.5 0.183067,0.08607 0.325327,0.189273 0.40625,0.28125 0.08092,0.09198 0.09673,0.150116 0.09375,0.28125 0,0.186517 -0.09038,0.354192 -0.34375,0.5 -0.253371,0.145807 -0.670852,0.25 -1.15625,0.25 -0.389794,0 -1.0737076,-0.125985 -2.0937496,-0.5 l -0.1875,-0.0625 a 0.250025,0.250025 0 0 0 -0.09375,-0.03125 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.15625,0.125 0.250025,0.250025 0 0 0 -0.03125,0.03125 l -0.46875,1.3125 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.03125,0 l 0.1875,0.
 09375 0,-0.03125 c 0.77838,0.302058 1.598281,0.59375 2.6562496,0.59375 1.274706,0 2.171823,-0.320571 2.7500003,-0.8125 0.578177,-0.49193 0.8125,-1.1637 0.8125,-1.78125 0,-0.753788 -0.304066,-1.296162 -0.75,-1.6875 -0.4459343,-0.391339 -1.0136933,-0.624169 -1.5625003,-0.8125 -0.548807,-0.188331 -1.097026,-0.333239 -1.46875,-0.5 -0.185862,-0.08338 -0.323376,-0.165 -0.40625,-0.25 -0.08287,-0.085 -0.125,-0.175082 -0.125,-0.28125 0,-0.201517 0.09694,-0.333452 0.3125,-0.46875 0.21556,-0.135299 0.580831,-0.25 1.03125,-0.25 0.683896,0 1.275116,0.189554 1.9062503,0.4375 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.03125 l 0.4375,-1.28125 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.0
 3125 l -0.15625,-0.0625 a 0.250025,0.250025 0 0 0 -0.03125,0 C 10.269947,5.216882 9.4340977,4.841742 8.1236627,4.841742 z&quot;
-     id=&quot;text5177-7-7&quot;
-     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;path
-     d=&quot;m 8.2362177,3.741643 c -0.959403,0 -1.7721586,0.246467 -2.3437496,0.6875 -0.571591,0.441032 -0.875,1.087457 -0.875,1.8125 0,0.767377 0.300079,1.361785 0.75,1.75 0.449921,0.388214 1.0123076,0.599077 1.5624996,0.78125 0.550191,0.182173 1.102617,0.327856 1.46875,0.5 0.183067,0.08607 0.325327,0.189273 0.40625,0.28125 0.08092,0.09198 0.09673,0.150116 0.09375,0.28125 0,0.186517 -0.09038,0.354192 -0.34375,0.5 -0.253371,0.145807 -0.670852,0.25 -1.15625,0.25 -0.389794,0 -1.073708,-0.125985 -2.0937496,-0.5 l -0.1875,-0.0625 a 0.250025,0.250025 0 0 0 -0.09375,-0.03125 0.250025,0.250025 0 0 0 -0.0625,0 0.250025,0.250025 0 0 0 -0.15625,0.125 0.250025,0.250025 0 0 0 -0.03125,0.03125 l -0.46875,1.3125 a 0.250025,0.250025 0 0 0 -0.03125,0.03125 0.250025,0.250025 0 0 0 0,0.0625 0.250025,0.250025 0 0 0 0.03125,0.09375 0.250025,0.250025 0 0 0 0.03125,0.0625 0.250025,0.250025 0 0 0 0.03125,0.03125 0.250025,0.250025 0 0 0 0.0625,0.03125 0.250025,0.250025 0 0 0 0.03125,0 l 0.1875,0.0
 9375 0,-0.03125 c 0.77838,0.302058 1.598281,0.59375 2.6562496,0.59375 1.274706,0 2.171823,-0.320571 2.7500003,-0.8125 0.578177,-0.49193 0.8125,-1.1637 0.8125,-1.78125 0,-0.753788 -0.304066,-1.296162 -0.75,-1.6875 -0.445934,-0.391339 -1.0136933,-0.624169 -1.5625003,-0.8125 -0.548807,-0.188331 -1.097026,-0.333239 -1.46875,-0.5 -0.185862,-0.08338 -0.323376,-0.165 -0.40625,-0.25 -0.08287,-0.085 -0.125,-0.175082 -0.125,-0.28125 0,-0.201517 0.09694,-0.333452 0.3125,-0.46875 0.21556,-0.135299 0.580831,-0.25 1.03125,-0.25 0.683896,0 1.275116,0.189554 1.9062503,0.4375 a 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.0625,0 0.250025,0.250025 0 0 0 0.09375,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.0625 0.250025,0.250025 0 0 0 0.03125,-0.03125 l 0.4375,-1.28125 a 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 0,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.09375 0.250025,0.250025 0 0 0 -0.0625,-0.031
 25 l -0.15625,-0.0625 a 0.250025,0.250025 0 0 0 -0.03125,0 C 10.382502,4.116793 9.5466527,3.741643 8.2362177,3.741643 z&quot;
-     id=&quot;text5177-7-7-1&quot;
-     style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient3854);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;rect
-     width=&quot;2.3407674&quot;
-     height=&quot;1.2392297&quot;
-     rx=&quot;1.5143198&quot;
-     ry=&quot;1.2392297&quot;
-     x=&quot;3.5340996&quot;
-     y=&quot;-2.358959&quot;
-     id=&quot;rect3932&quot;
-     style=&quot;opacity:0.8;color:#000000;fill:url(#linearGradient3934);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new&quot; /&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&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;#069a6b&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#34e2ab&quot; offset=&quot;1&quot;/&gt;
+  &lt;/linearGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#c2f6e5&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#069a6b&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#b2f4df&quot; offset=&quot;1&quot;/&gt;
+  &lt;/linearGradient&gt;
+  &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;
+ &lt;/defs&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;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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeUndefined.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TypeUndefined.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,355 +1,29 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg9882&quot;&gt;
-  &lt;defs
-     id=&quot;defs9884&quot;&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient3175&quot;
-       xlink:href=&quot;#linearGradient8978&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient8978&quot;&gt;
-      &lt;stop
-         id=&quot;stop8980&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop8982&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient3179&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-49.42355,1.24638)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient11520&quot;&gt;
-      &lt;stop
-         id=&quot;stop11522&quot;
-         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop11524&quot;
-         style=&quot;stop-color:#dcdcdc;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient3181&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-205.74054,-70.43189)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4247&quot;&gt;
-      &lt;stop
-         id=&quot;stop4249&quot;
-         style=&quot;stop-color:#9b9b9b;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4251&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient9878&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180835)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient9880&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3161-6&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-1&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-8&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient9970&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-38.9244,-46.943609)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;301&quot;
-       cy=&quot;51.5&quot;
-       r=&quot;19.500002&quot;
-       fx=&quot;301&quot;
-       fy=&quot;51.5&quot;
-       id=&quot;radialGradient10464&quot;
-       xlink:href=&quot;#linearGradient8978&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.9706301,1.96843e-8,0,0.2861052,-291.15791,-14.630261)&quot; /&gt;
-    &lt;radialGradient
-       cx=&quot;24.44569&quot;
-       cy=&quot;35.87817&quot;
-       r=&quot;20.530962&quot;
-       fx=&quot;24.44569&quot;
-       fy=&quot;35.87817&quot;
-       id=&quot;radialGradient10468&quot;
-       xlink:href=&quot;#linearGradient11520&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.8569597,3.2529443e-7,-1.2530456e-7,0.3301039,-12.94897,0.77180835)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;321.5675&quot;
-       y1=&quot;145.51683&quot;
-       x2=&quot;311.65057&quot;
-       y2=&quot;118.49502&quot;
-       id=&quot;linearGradient10470&quot;
-       xlink:href=&quot;#linearGradient4247&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.5556927,0,0,0.5556793,-169.26596,-70.906461)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10460-4&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-4-9&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-1-3&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-8-6&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10487&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.620365,-48.242929)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10460-4-5&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-4-9-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-1-3-4&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-8-6-6&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient10670&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-39.497066,-47.586679)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3012&quot;
-       xlink:href=&quot;#linearGradient6020-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870601,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3045&quot;
-       xlink:href=&quot;#linearGradient6020-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.870601,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3049&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3052&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3052-3&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9-0-5&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-35.8706,-43.768871)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4373-2-5-8-6-4-9-0-5&quot;&gt;
-      &lt;stop
-         id=&quot;stop4375-3-6-8-4-1-3-4-3&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4377-3-5-2-3-8-6-6-9&quot;
-         style=&quot;stop-color:#d3d7cf;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;491.22195&quot;
-       y1=&quot;506.64685&quot;
-       x2=&quot;491.22195&quot;
-       y2=&quot;732.05341&quot;
-       id=&quot;linearGradient3070&quot;
-       xlink:href=&quot;#linearGradient4373-2-5-8-6-4-9-0-5&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0.09329421,0,0,0.09329421,-40.94849,-47.587415)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;-12.542373&quot;
-       y1=&quot;4.8135595&quot;
-       x2=&quot;-7.3220339&quot;
-       y2=&quot;4.8135595&quot;
-       id=&quot;linearGradient3807&quot;
-       xlink:href=&quot;#linearGradient8978&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata9887&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;g3088&quot;&gt;
-    &lt;rect
-       width=&quot;15.003705&quot;
-       height=&quot;15.003344&quot;
-       rx=&quot;1.5143198&quot;
-       ry=&quot;1.5142833&quot;
-       x=&quot;0.49814749&quot;
-       y=&quot;0.49832821&quot;
-       id=&quot;rect4319&quot;
-       style=&quot;fill:url(#radialGradient10468);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10470);stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;12.997247&quot;
-       height=&quot;12.999963&quot;
-       rx=&quot;0.5081172&quot;
-       ry=&quot;0.50810492&quot;
-       x=&quot;1.5013518&quot;
-       y=&quot;1.5016088&quot;
-       id=&quot;rect4321&quot;
-       style=&quot;fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;rect
-       width=&quot;14.000044&quot;
-       height=&quot;14.000041&quot;
-       rx=&quot;1.9062433&quot;
-       ry=&quot;1.9062428&quot;
-       x=&quot;1.0017486&quot;
-       y=&quot;1.0015783&quot;
-       id=&quot;rect9035&quot;
-       style=&quot;fill:url(#radialGradient10464);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-    &lt;path
-       d=&quot;m 7.029045,4.8558798 c -0.514325,0.047292 -1.015171,0.1950858 -1.5,0.4375 -0.0104,-6.514e-4 -0.02085,-6.514e-4 -0.03125,0 l -0.1875,0.125 c -0.03544,0.013371 -0.06778,0.034924 -0.09375,0.0625 -0.01327,0.019236 -0.02382,0.040343 -0.03125,0.0625 -0.0026,0.020724 -0.0026,0.041776 0,0.0625 -0.0026,0.020724 -0.0026,0.041776 0,0.0625 0.0074,0.022157 0.01798,0.043264 0.03125,0.0625 l 0.4375,1.09375 c 0.0095,0.011311 0.01994,0.021782 0.03125,0.03125 0.0095,0.011311 0.01994,0.021782 0.03125,0.03125 0.0095,0.011311 0.01994,0.021782 0.03125,0.03125 0.0095,0.011311 0.01994,0.021782 0.03125,0.03125 0.02876,0.016495 0.06084,0.027188 0.09375,0.03125 0.02072,0.00261 0.04178,0.00261 0.0625,0 0.01131,-0.00947 0.02178,-0.019939 0.03125,-0.03125 l 0.21875,-0.0625 c 0.0104,6.514e-4 0.02085,6.514e-4 0.03125,0 0.253104,-0.1070825 0.810538,-0.25 1.1874999,-0.25 0.616124,0 0.930615,0.1578396 1.09375,0.3125 0.163135,0.1546604 0.1875,0.3218048 0.1875,0.46875 0,0.2839645 -0.103296,0.4873
 018 -0.28125,0.6875 -0.177954,0.2001982 -0.438739,0.3829692 -0.71875,0.625 C 7.1252739,9.2149414 6.529045,9.9133934 6.529045,11.230879 l 0,0.25 c -6.51e-4,0.0104 -6.51e-4,0.02085 0,0.03125 0.0041,0.03291 0.01475,0.06499 0.03125,0.09375 0.0095,0.01131 0.01994,0.02178 0.03125,0.03125 0.0095,0.01131 0.01994,0.02178 0.03125,0.03125 0.03465,0.03208 0.07855,0.05403 0.125,0.0625 0.0104,6.52e-4 0.02085,6.52e-4 0.03125,0 l 1.4062499,0 c 0.02072,0.0026 0.04178,0.0026 0.0625,0 0.03545,-0.01337 0.06778,-0.03492 0.09375,-0.0625 0.01131,-0.0095 0.02178,-0.01994 0.03125,-0.03125 0.03208,-0.03464 0.05403,-0.07855 0.0625,-0.125 6.51e-4,-0.0104 6.51e-4,-0.02085 0,-0.03125 l 0,-0.25 c 0,-0.425365 0.106343,-0.698962 0.28125,-0.9375 0.174907,-0.238537 0.446409,-0.4234418 0.71875,-0.6562492 0.544681,-0.4656148 1.1562501,-1.1016347 1.1562501,-2.375 0,-0.7837939 -0.330572,-1.4122805 -0.8750001,-1.8125 -0.544428,-0.4002194 -1.279935,-0.59375 -2.15625,-0.59375 -0.16808,0 -0.359808,-0.015764 -0.531249
 9,0 z m -0.34375,6.9687492 c -0.04343,-6.79e-4 -0.087,0.01021 -0.125,0.03125 -0.03888,0.02211 -0.07164,0.05487 -0.09375,0.09375 -0.01327,0.01924 -0.02385,0.04034 -0.03125,0.0625 -0.0026,0.02072 -0.0026,0.04178 0,0.0625 l 0,1.34375 c -0.0026,0.02072 -0.0026,0.04178 0,0.0625 0.0074,0.02216 0.01798,0.04326 0.03125,0.0625 0.02211,0.03888 0.05487,0.07164 0.09375,0.09375 0.038,0.02104 0.08157,0.03193 0.125,0.03125 l 1.4999999,0 c 0.02072,0.0026 0.04178,0.0026 0.0625,0 0.03291,-0.0041 0.06499,-0.01475 0.09375,-0.03125 0.02432,-0.01691 0.04559,-0.03818 0.0625,-0.0625 0.01327,-0.01924 0.02382,-0.04034 0.03125,-0.0625 0.0026,-0.02072 0.0026,-0.04178 0,-0.0625 6.51e-4,-0.0104 6.51e-4,-0.02085 0,-0.03125 l 0,-1.34375 c 6.51e-4,-0.0104 6.51e-4,-0.02085 0,-0.03125 -0.0041,-0.03291 -0.01475,-0.06499 -0.03125,-0.09375 -0.0095,-0.01131 -0.01994,-0.02178 -0.03125,-0.03125 -0.0095,-0.01131 -0.01994,-0.02178 -0.03125,-0.03125 -0.0095,-0.01131 -0.01994,-0.02178 -0.03125,-0.03125 -0.02876,-0.0164
 9 -0.06084,-0.02719 -0.09375,-0.03125 -0.0104,-6.51e-4 -0.02085,-6.51e-4 -0.03125,0 l -1.4999999,0 z&quot;
-       id=&quot;path5271-3-3-7-5&quot;
-       style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-    &lt;path
-       d=&quot;m 7.080825,3.8255501 c -0.514325,0.047292 -1.015171,0.1950858 -1.5,0.4375 -0.0104,-6.514e-4 -0.02085,-6.514e-4 -0.03125,0 l -0.1875,0.125 c -0.03544,0.013371 -0.06778,0.034924 -0.09375,0.0625 -0.01327,0.019236 -0.02382,0.040343 -0.03125,0.0625 -0.0026,0.020724 -0.0026,0.041776 0,0.0625 -0.0026,0.020724 -0.0026,0.041776 0,0.0625 0.0074,0.022157 0.01798,0.043264 0.03125,0.0625 l 0.4375,1.09375 c 0.0095,0.011311 0.01994,0.021782 0.03125,0.03125 0.0095,0.011311 0.01994,0.021782 0.03125,0.03125 0.0095,0.011311 0.01994,0.021782 0.03125,0.03125 0.0095,0.011311 0.01994,0.021782 0.03125,0.03125 0.02876,0.016495 0.06084,0.027188 0.09375,0.03125 0.02072,0.00261 0.04178,0.00261 0.0625,0 0.01131,-0.00947 0.02178,-0.019939 0.03125,-0.03125 l 0.21875,-0.0625 c 0.0104,6.514e-4 0.02085,6.514e-4 0.03125,0 0.253104,-0.1070825 0.810538,-0.25 1.1874999,-0.25 0.616124,0 0.930615,0.1578396 1.09375,0.3125 0.163135,0.1546604 0.1875,0.3218048 0.1875,0.46875 0,0.2839645 -0.103296,0.4873
 018 -0.28125,0.6875 -0.177954,0.2001982 -0.438739,0.3829692 -0.71875,0.625 C 7.1770539,8.1846117 6.580825,8.8830637 6.580825,10.20055 l 0,0.25 c -6.51e-4,0.0104 -6.51e-4,0.02085 0,0.03125 0.0041,0.03291 0.01475,0.06499 0.03125,0.09375 0.0095,0.01131 0.01994,0.02178 0.03125,0.03125 0.0095,0.01131 0.01994,0.02178 0.03125,0.03125 0.03465,0.03208 0.07855,0.05403 0.125,0.0625 0.0104,6.51e-4 0.02085,6.51e-4 0.03125,0 l 1.4062499,0 c 0.02072,0.0026 0.04178,0.0026 0.0625,0 0.03545,-0.01337 0.06778,-0.03492 0.09375,-0.0625 0.01131,-0.0095 0.02178,-0.01994 0.03125,-0.03125 0.03208,-0.03464 0.05403,-0.07855 0.0625,-0.125 6.51e-4,-0.0104 6.51e-4,-0.02085 0,-0.03125 l 0,-0.25 c 0,-0.4253658 0.106343,-0.6989623 0.28125,-0.9374999 0.174907,-0.2385376 0.446409,-0.4234426 0.71875,-0.65625 0.5446811,-0.4656148 1.1562501,-1.1016347 1.1562501,-2.375 0,-0.7837939 -0.330572,-1.4122805 -0.8750001,-1.8125 -0.544428,-0.4002194 -1.279935,-0.59375 -2.15625,-0.59375 -0.16808,0 -0.359808,-0.015764 -0.53
 12499,0 z M 6.737075,10.7943 c -0.04343,-6.79e-4 -0.087,0.01021 -0.125,0.03125 -0.03888,0.02211 -0.07164,0.05487 -0.09375,0.09375 -0.01327,0.01924 -0.02385,0.04034 -0.03125,0.0625 -0.0026,0.02072 -0.0026,0.04178 0,0.0625 l 0,1.34375 c -0.0026,0.02072 -0.0026,0.04178 0,0.0625 0.0074,0.02216 0.01798,0.04326 0.03125,0.0625 0.02211,0.03888 0.05487,0.07164 0.09375,0.09375 0.038,0.02104 0.08157,0.03193 0.125,0.03125 l 1.4999999,0 c 0.02072,0.0026 0.04178,0.0026 0.0625,0 0.03291,-0.0041 0.06499,-0.01475 0.09375,-0.03125 0.02432,-0.01691 0.04559,-0.03818 0.0625,-0.0625 0.01327,-0.01924 0.02382,-0.04034 0.03125,-0.0625 0.0026,-0.02072 0.0026,-0.04178 0,-0.0625 6.51e-4,-0.0104 6.51e-4,-0.02085 0,-0.03125 l 0,-1.34375 c 6.51e-4,-0.0104 6.51e-4,-0.02085 0,-0.03125 -0.0041,-0.03291 -0.01475,-0.06499 -0.03125,-0.09375 -0.0095,-0.01131 -0.01994,-0.02178 -0.03125,-0.03125 -0.0095,-0.01131 -0.01994,-0.02178 -0.03125,-0.03125 -0.0095,-0.01131 -0.01994,-0.02178 -0.03125,-0.03125 -0.02876,-0.01
 649 -0.06084,-0.02719 -0.09375,-0.03125 -0.0104,-6.52e-4 -0.02085,-6.52e-4 -0.03125,0 l -1.4999999,0 z&quot;
-       id=&quot;path5271-3-3-7-5-6&quot;
-       style=&quot;font-size:11.52737713px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:url(#linearGradient3052-3);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new;font-family:Cantarell;-inkscape-font-specification:Cantarell Bold&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;defs&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#fff&quot; stop-opacity=&quot;0&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#fff&quot; offset=&quot;0&quot;/&gt;
+   &lt;stop stop-color=&quot;#dcdcdc&quot; offset=&quot;1&quot;/&gt;
+  &lt;/radialGradient&gt;
+  &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;
+   &lt;stop stop-color=&quot;#9b9b9b&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;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;
+ &lt;/defs&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Undock.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Undock.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,53 +1,5 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;14&quot;
-   id=&quot;svg3020&quot;&gt;
-  &lt;defs
-     id=&quot;defs3022&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata3025&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;path
-     d=&quot;M 1.90625,1.4375 C 1.415208,1.477185 0.997874,1.858309 1,2.28125 l 0,6.875 C 0.9985,9.183 0.9985,9.192 1,9.21875 L 1,10 1.84375,10 2,10 l 2.28125,0 0,-4.71875 c -0.00455,-0.9042021 0.7348429,-1.4956097 1.5625,-1.5625 l 0.03125,0 0.03125,0 c 0.039713,-0.0016 0.053172,-0.00107 0.09375,0 0.00812,2.133e-4 0.023307,-3.199e-4 0.03125,0 l 4.96875,0 0,-1.4375 C 10.999948,1.8327601 10.523008,1.4375448 10,1.4375 l -8,0 c -0.03119,-0.00126 -0.06256,-0.00126 -0.09375,0 z m 4,3 C 5.4152062,4.4771856 4.9978733,4.8583079 5,5.28125 l 0,6.875 C 4.99854,12.183 4.99854,12.192 5,12.21875 L 5,13 5.84375,13 6,13 14,13 14.09375,13 15,13 15,12.3125 c 0.0059,-0.05338 0.0059,-0.102871 0,-0.15625 l 0,-6.875 C 14.999947,4.8327589 14.523009,4.4375448 14,4.4375 l -8,0 c -0.031193,-0.00126 -0.062557,-0.00126 -0.09375,0 z m 0.53125,2.4375 7.125,0 0,4.6875 -7.125,0 0,-4.6875 z&quot;
-     id=&quot;rect13039-7-3&quot;
-     style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
-  &lt;g
-     transform=&quot;matrix(0.71389371,0,0,0.71389371,4.2872039,2.2915943)&quot;
-     id=&quot;layer1&quot;
-     style=&quot;stroke:#ffffff;stroke-opacity:1&quot; /&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 14&quot;&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/UpDownArrows.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/UpDownArrows.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,371 +1,8 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
-   version=&quot;1.1&quot;
-   width=&quot;5&quot;
-   height=&quot;12&quot;
-   id=&quot;svg2987&quot;&gt;
-  &lt;defs
-     id=&quot;defs2989&quot;&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient4884-8-0&quot;
-       xlink:href=&quot;#linearGradient4022-2-0-9-1&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(-1,0,0,1,63,0)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4022-2-0-9-1&quot;&gt;
-      &lt;stop
-         id=&quot;stop4024-2-8-8-2&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4026-8-3-0-8&quot;
-         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient4884&quot;
-       xlink:href=&quot;#linearGradient4022-2-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4022-2-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop4024-2-8&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4026-8-3&quot;
-         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5066&quot;&gt;
-      &lt;stop
-         id=&quot;stop5068&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5070&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient3083&quot;
-       xlink:href=&quot;#linearGradient4022-2-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient3097&quot;
-       xlink:href=&quot;#linearGradient5066&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;translate(-22.424752,-224.73565)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient4884-2&quot;
-       xlink:href=&quot;#linearGradient4022-2-0-4&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4022-2-0-4&quot;&gt;
-      &lt;stop
-         id=&quot;stop4024-2-8-9&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4026-8-3-3&quot;
-         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient4884-0-6-8-7&quot;
-       xlink:href=&quot;#linearGradient4022-2-0-3-3-5-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0,-1,-1,0,258,257)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4022-2-0-3-3-5-3&quot;&gt;
-      &lt;stop
-         id=&quot;stop4024-2-8-3-1-6-2&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4026-8-3-7-4-9-3&quot;
-         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient4884-0-6&quot;
-       xlink:href=&quot;#linearGradient4022-2-0-3-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0,-1,1,0,-195,257)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4022-2-0-3-3&quot;&gt;
-      &lt;stop
-         id=&quot;stop4024-2-8-3-1&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4026-8-3-7-4&quot;
-         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient4886-7-3&quot;
-       xlink:href=&quot;#linearGradient5066-0-5&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0,-1,1,0,-195,257)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5066-0-5&quot;&gt;
-      &lt;stop
-         id=&quot;stop5068-1-4&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5070-1-9&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient4884-0-6-8-7-5&quot;
-       xlink:href=&quot;#linearGradient4022-2-0-3-3-5-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0,-1,-1,0,258,257)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient4022-2-0-3-3-5-3-2&quot;&gt;
-      &lt;stop
-         id=&quot;stop4024-2-8-3-1-6-2-3&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop4026-8-3-7-4-9-3-5&quot;
-         style=&quot;stop-color:#babdb6;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient4886-7-3-4-8&quot;
-       xlink:href=&quot;#linearGradient5066-0-5-9-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0,-1,-1,0,258,257)&quot; /&gt;
-    &lt;linearGradient
-       id=&quot;linearGradient5066-0-5-9-0&quot;&gt;
-      &lt;stop
-         id=&quot;stop5068-1-4-8-0&quot;
-         style=&quot;stop-color:#555753;stop-opacity:1&quot;
-         offset=&quot;0&quot; /&gt;
-      &lt;stop
-         id=&quot;stop5070-1-9-9-9&quot;
-         style=&quot;stop-color:#888a85;stop-opacity:1&quot;
-         offset=&quot;1&quot; /&gt;
-    &lt;/linearGradient&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient3595&quot;
-       xlink:href=&quot;#linearGradient5066-0-5&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0,-1,1,0,-195,257)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient3597&quot;
-       xlink:href=&quot;#linearGradient4022-2-0-3-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0,-1,1,0,-195,257)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient3599&quot;
-       xlink:href=&quot;#linearGradient5066-0-5-9-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0,-1,-1,0,258,257)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient3601&quot;
-       xlink:href=&quot;#linearGradient4022-2-0-3-3-5-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0,-1,-1,0,258,257)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient3621&quot;
-       xlink:href=&quot;#linearGradient5066-0-5-9-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0,-1,-1,0,258,257)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient3623&quot;
-       xlink:href=&quot;#linearGradient4022-2-0-3-3-5-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0,-1,-1,0,258,257)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient3625&quot;
-       xlink:href=&quot;#linearGradient5066-0-5&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0,-1,1,0,-195,257)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient3627&quot;
-       xlink:href=&quot;#linearGradient4022-2-0-3-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0,-1,1,0,-195,257)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient3645&quot;
-       xlink:href=&quot;#linearGradient5066-0-5-9-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0,-1,-1,0,258,257)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient3647&quot;
-       xlink:href=&quot;#linearGradient4022-2-0-3-3-5-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0,-1,-1,0,258,257)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient3669&quot;
-       xlink:href=&quot;#linearGradient5066-0-5&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0,-1,1,0,-195,257)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient3671&quot;
-       xlink:href=&quot;#linearGradient4022-2-0-3-3&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0,-1,1,0,-195,257)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient3673&quot;
-       xlink:href=&quot;#linearGradient5066-0-5-9-0&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0,-1,-1,0,258,257)&quot; /&gt;
-    &lt;linearGradient
-       x1=&quot;31.340973&quot;
-       y1=&quot;235.03157&quot;
-       x2=&quot;31.340973&quot;
-       y2=&quot;224.67633&quot;
-       id=&quot;linearGradient3675&quot;
-       xlink:href=&quot;#linearGradient4022-2-0-3-3-5-3-2&quot;
-       gradientUnits=&quot;userSpaceOnUse&quot;
-       gradientTransform=&quot;matrix(0,-1,-1,0,258,257)&quot; /&gt;
-  &lt;/defs&gt;
-  &lt;metadata
-     id=&quot;metadata2992&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;translate(0,-0.115145)&quot;
-     id=&quot;g3111&quot;&gt;
-    &lt;path
-       d=&quot;M 4.75,4.54279 C 4.7329949,4.471374 4.6944209,4.405243 4.6406249,4.35529 l -1.875,-1.875 L 2.5,2.23029 l -0.265625,0.25 -1.875,1.875 C 0.2904611,4.4252355 0.2503188,4.522724 0.25,4.620915 l 0,0.015625 0,0.03125 0,0.328125 0.28124999,0 0.046875,0 C 0.69646289,5.01385 0.82234109,4.97189 0.90624999,4.88654 L 2.5,3.29279 4.1093749,4.88654 c 0.069545,0.069441 0.167348,0.109713 0.265625,0.109375 l 0.078125,0 0.2968751,0 0,-0.296875 0,-0.046875 0,-0.03125 0,-0.046875 z&quot;
-       id=&quot;path6040&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
-    &lt;path
-       d=&quot;M 4.75,7.6875 C 4.73299,7.758916 4.69442,7.825047 4.640625,7.875 L 2.765625,9.75 2.5,10 2.234375,9.75 0.359375,7.875 C 0.290465,7.805054 0.250319,7.707566 0.25,7.609375 l 0,-0.015625 0,-0.03125 0,-0.328125 0.28125,0 0.04687,0 C 0.696458,7.21644 0.822336,7.2584 0.906245,7.34375 L 2.499995,8.9375 4.10937,7.34375 C 4.17891,7.274309 4.276718,7.234037 4.374995,7.234375 l 0.07813,0 0.296875,0 0,0.296875 0,0.046875 0,0.03125 0,0.046875 z&quot;
-       id=&quot;path6040-7&quot;
-       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 5 12&quot;&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/UserInputPrompt.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/UserInputPrompt.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,53 +1,7 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;10&quot;
-   height=&quot;10&quot;
-   id=&quot;svg3078&quot;&gt;
-  &lt;defs
-     id=&quot;defs3080&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata3083&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;translate(0,-6)&quot;
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;M 3.4375,14.125008 6.5625,10.999993 3.4375,7.8749923&quot;
-       id=&quot;path11751-2-3&quot;
-       style=&quot;color:#bebebe;fill:none;stroke:#729fcf;stroke-width:1.875;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 10 10&quot;&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/UserInputPromptPrevious.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/UserInputPromptPrevious.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,53 +1,7 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;10&quot;
-   height=&quot;10&quot;
-   id=&quot;svg3078&quot;&gt;
-  &lt;defs
-     id=&quot;defs3080&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata3083&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;translate(0,-6)&quot;
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;M 3.4375,14.125008 6.5625,10.999993 3.4375,7.8749923&quot;
-       id=&quot;path11751-2-3&quot;
-       style=&quot;color:#bebebe;fill:none;stroke:#bebebe;stroke-width:1.875;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 10 10&quot;&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/UserInputResult.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/UserInputResult.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,58 +1,8 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;10&quot;
-   height=&quot;10&quot;
-   id=&quot;svg3078&quot;&gt;
-  &lt;defs
-     id=&quot;defs3080&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata3083&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;translate(0,-6)&quot;
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;M 5.0625,14.125008 1.9375,10.999993 5.0625,7.8749923&quot;
-       id=&quot;path11751-2-3&quot;
-       style=&quot;color:#bebebe;fill:none;stroke:#d3d7cf;stroke-width:1.875;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible&quot; /&gt;
-    &lt;path
-       d=&quot;m -5.0905941,-12.209406 a 2.2074258,2.2074258 0 1 1 -4.4148516,0 2.2074258,2.2074258 0 1 1 4.4148516,0 z&quot;
-       transform=&quot;matrix(0.45301635,0,0,0.45301635,10.342756,16.53106)&quot;
-       id=&quot;path3165&quot;
-       style=&quot;color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 10 10&quot;&gt;
+ &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;
</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 (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Warning.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Warning.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,54 +1,7 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;10&quot;
-   height=&quot;10&quot;
-   id=&quot;svg4888&quot;&gt;
-  &lt;defs
-     id=&quot;defs4890&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata4893&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;cc:license
-           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-      &lt;cc:License
-         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
-        &lt;cc:permits
-           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
-        &lt;cc:requires
-           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
-      &lt;/cc:License&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     transform=&quot;matrix(0.62237583,0,0,0.62237583,0.02099341,0.02099336)&quot;
-     id=&quot;layer1&quot;
-     style=&quot;fill:#fcaf3e&quot;&gt;
-    &lt;path
-       d=&quot;m 7.9355105,0.5477755 c -0.5255,-0.0286 -1.03823,0.28305 -1.4375,0.96875 L 0.24801044,13.110275 c -0.53347,0.96339 0.04822,2.34375 1.09375006,2.34375 l 13.1562495,0 c 0.98172,0 1.90311,-1.15939 1.21875,-2.34375 L 9.4042605,1.5790255 c -0.39872,-0.64617 -0.94325,-1.00262 -1.46875,-1.03125 z m 0.0625,3.9375 c 0.54448,-0.0172 1.04849,0.48677 1.03125,1.03125 l 0,3.9375 c 0.007,0.52831 -0.47163,0.9999995 -1,0.9999995 -0.52836,0 -1.00747,-0.4716895 -1,-0.9999995 l 0,-3.9375 c -0.008,-0.4666 0.3541,-0.91253 0.8125,-1 0.0511,-0.0145 0.10345,-0.0249 0.15625,-0.0312 z m 0.03125,6.9687495 c 0.55228,0 1,0.44772 1,1 0,0.55228 -0.44772,1 -1,1 -0.55228,0 -1,-0.44772 -1,-1 0,-0.55228 0.44772,-1 1,-1 z&quot;
-       id=&quot;path18112&quot;
-       style=&quot;color:#bebebe;fill:#fcaf3e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 10 10&quot;&gt;
+ &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;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkWeightsvg"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Weight.svg (183576 => 183577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Weight.svg        2015-04-29 21:32:07 UTC (rev 183576)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Weight.svg        2015-04-29 21:43:19 UTC (rev 183577)
</span><span class="lines">@@ -1,35 +1,5 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
</span><del>-&lt;!-- Created with Inkscape (http://www.inkscape.org/) --&gt;
-
-&lt;svg
-   xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
-   xmlns:cc=&quot;http://creativecommons.org/ns#&quot;
-   xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
-   xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
-   xmlns=&quot;http://www.w3.org/2000/svg&quot;
-   version=&quot;1.1&quot;
-   width=&quot;16&quot;
-   height=&quot;16&quot;
-   id=&quot;svg2983&quot;&gt;
-  &lt;defs
-     id=&quot;defs2985&quot; /&gt;
-  &lt;metadata
-     id=&quot;metadata2988&quot;&gt;
-    &lt;rdf:RDF&gt;
-      &lt;cc:Work
-         rdf:about=&quot;&quot;&gt;
-        &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
-        &lt;dc:type
-           rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
-        &lt;dc:title&gt;&lt;/dc:title&gt;
-      &lt;/cc:Work&gt;
-    &lt;/rdf:RDF&gt;
-  &lt;/metadata&gt;
-  &lt;g
-     id=&quot;layer1&quot;&gt;
-    &lt;path
-       d=&quot;M 4.4375,2 C 3.9170758,2 3.5,2.4170758 3.5,2.9375 l 0,0.125 C 3.5,3.5829242 3.9170758,4 4.4375,4 L 5,4 5,5 4.34375,5 C 3.8695589,5 3.5,5.3695589 3.5,5.84375 L 3.5,14 l 9,0 0,-8.15625 C 12.5,5.3695589 12.130442,5 11.65625,5 L 11,5 11,4 11.5625,4 C 12.082924,4 12.5,3.5829242 12.5,3.0625 l 0,-0.125 C 12.5,2.4170758 12.082924,2 11.5625,2 l -7.125,0 z m 0.90625,5.5625 c 0.02072,-0.00261 0.04178,-0.00261 0.0625,0 L 6,7.5625 C 6.03291,7.5666 6.06499,7.57725 6.09375,7.59375 6.11591,7.60115 6.13701,7.61173 6.15625,7.625 6.21256,7.67003 6.2478,7.74043 6.25,7.8125 l 0,0.96875 0.90625,-1.125 C 7.19424,7.607036 7.2512,7.572861 7.3125,7.5625 c 0.0104,-6.514e-4 0.02085,-6.514e-4 0.03125,0 l 0.6875,0 c 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.04921,0.03799 0.08339,0.094948 0.09375,0.15625 0.0059,0.030879 0.0059,0.062871 0,0.09375 C 8.26788,7.910445 8.24633,7.942775 8.21875,7.96875 L 7.03125,9.4375 8.3125,11 c 0.01327,0
 .01924 0.02385,0.04034 0.03125,0.0625 0.02104,0.038 0.031929,0.08157 0.03125,0.125 C 8.37094,11.22041 8.36025,11.25249 8.34375,11.28125 8.32164,11.32013 8.28888,11.35289 8.25,11.375 c -0.01924,0.01327 -0.04034,0.02385 -0.0625,0.03125 -0.02072,0.0026 -0.04178,0.0026 -0.0625,0 l -0.71875,0 C 7.37334,11.40219 7.34126,11.3915 7.3125,11.375 7.29034,11.36757 7.26924,11.35702 7.25,11.34375 7.23869,11.33428 7.22825,11.32381 7.21875,11.3125 L 6.25,10.09375 l 0,1.0625 C 6.24776,11.22832 6.21256,11.29872 6.15625,11.34375 6.13701,11.35702 6.11591,11.3676 6.09375,11.375 6.06499,11.3915 6.03291,11.40215 6,11.40625 l -0.59375,0 c -0.02072,0.0026 -0.04178,0.0026 -0.0625,0 -0.09079,-0.02092 -0.16658,-0.09671 -0.1875,-0.1875 -0.0026,-0.02072 -0.0026,-0.04178 0,-0.0625 l 0,-3.34375 C 5.161231,7.7180254 5.22475,7.629102 5.3125,7.59375 5.32197,7.582439 5.33244,7.57197 5.34375,7.5625 z M 9.4375,8.53125 c 0.237404,0 0.39451,0.086642 0.5625,0.15625 0.0095,-0.011311 0.01994,-0.02178 0.03125,-0.03125
  0.0095,-0.011311 0.01994,-0.02178 0.03125,-0.03125 0.02876,-0.016496 0.06084,-0.02719 0.09375,-0.03125 0.0104,-6.514e-4 0.02085,-6.514e-4 0.03125,0 l 0.40625,0 c 0.04343,-6.79e-4 0.087,0.010212 0.125,0.03125 0.01131,0.00947 0.02175,0.019939 0.03125,0.03125 0.04343,0.030323 0.0768,0.074815 0.09375,0.125 0.0026,0.020724 0.0026,0.041776 0,0.0625 l 0,2.375 c 0,0.310705 -0.07692,0.670296 -0.3125,0.96875 -0.235581,0.298454 -0.624781,0.5 -1.1875,0.5 -0.249772,0 -0.577031,-0.06006 -0.90625,-0.1875 L 8.34375,12.46875 C 8.33244,12.45928 8.322,12.44881 8.3125,12.4375 8.25177,12.405547 8.20534,12.34751 8.1875,12.28125 c -6.8e-4,-0.04343 0.01021,-0.087 0.03125,-0.125 L 8.375,11.71875 C 8.38243,11.69659 8.39298,11.67549 8.40625,11.65625 8.41572,11.64494 8.42619,11.6345 8.4375,11.625 8.488056,11.57993 8.55751,11.5568 8.625,11.5625 c 0.02072,-0.0026 0.04178,-0.0026 0.0625,0 l 0.09375,0.0625 c 0.139549,0.04652 0.335414,0.09375 0.5,0.09375 0.275361,0 0.35369,-0.05106 0.40625,-0.125 0.01963,-
 0.02762 0.01759,-0.1358 0.03125,-0.1875 -0.068835,0.01053 -0.11241,0.0625 -0.1875,0.0625 -0.42852,0 -0.808145,-0.142784 -1.0625,-0.40625 C 8.214395,10.799033 8.09375,10.420605 8.09375,10 8.09375,9.4725042 8.285949,9.0750881 8.5625,8.84375 8.839051,8.612412 9.163668,8.53125 9.4375,8.53125 z M 9.59375,9.5 c -0.154889,0 -0.25367,0.0358 -0.3125,0.09375 -0.05883,0.05795 -0.09375,0.1768921 -0.09375,0.4375 0,0.224553 0.05965,0.31499 0.125,0.375 C 9.377849,10.46626 9.473236,10.5 9.625,10.5 c 0.06061,0 0.10828,-0.01424 0.15625,-0.03125 l 0,-0.9375 C 9.721151,9.519861 9.64783,9.5 9.59375,9.5 z&quot;
-       id=&quot;rect3007&quot;
-       style=&quot;color:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.9999997;marker:none;visibility:visible;display:block;overflow:visible;enable-background:new&quot; /&gt;
-  &lt;/g&gt;
</del><ins>+&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+ &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m4.4375 2c-0.5204 0-0.9375 0.4171-0.9375 0.9375v0.125c0 0.5204 0.4171 0.9375 0.9375 0.9375h0.5625v1h-0.6562c-0.4742 0-0.8438 0.3696-0.8438 0.8438v8.1562h9v-8.1562c0-0.4742-0.37-0.8438-0.844-0.8438h-0.656v-1h0.562c0.521 0 0.938-0.4171 0.938-0.9375v-0.125c0-0.5204-0.417-0.9375-0.938-0.9375h-7.125zm0.90625 5.5625c0.02072-0.00261 0.04178-0.00261 0.0625 0h0.5937c0.0329 0.0041 0.065 0.0147 0.0938 0.0313 0.0221 0.0074 0.0432 0.0179 0.0624 0.0312 0.0564 0.045 0.0916 0.1154 0.0938 0.1875v0.96875l0.90625-1.125c0.038-0.0492 0.095-0.0833 0.1563-0.0937 0.0104-0.0006514 0.02085-0.0006514 0.03125 0h0.6875c0.03291 0.00406 0.06499 0.014754 0.09375 0.03125 0.02216 0.00743 0.04326 0.017981 0.0625 0.03125 0.04921 0.03799 0.08339 0.094948 0.09375 0.15625 0.0059 0.030879 0.0059 0.062871 0 0.09375-0.0134 0.0354-0.035 0.0678-0.0625 0.0938l-1.1876 1.4687 1.2813 1.5625c0.01327 0.01924 0.02385 0.04034 0.03125 0.0625 0.02104 0.038 
 0.031929 0.08157 0.03125 0.125-0.0041 0.032-0.0148 0.064-0.0312 0.093-0.0222 0.039-0.0549 0.072-0.0938 0.094-0.01924 0.01327-0.04034 0.02385-0.0625 0.03125-0.02072 0.0026-0.04178 0.0026-0.0625 0h-0.71875c-0.0329-0.004-0.0649-0.014-0.0937-0.031-0.0222-0.007-0.0433-0.018-0.0625-0.031-0.0113-0.01-0.0218-0.02-0.0312-0.032l-0.9688-1.218v1.0625c-0.0022 0.072-0.0374 0.143-0.0938 0.188-0.0192 0.013-0.0403 0.024-0.0624 0.031-0.0288 0.017-0.0609 0.027-0.0938 0.031h-0.59375c-0.02072 0.0026-0.04178 0.0026-0.0625 0-0.09079-0.02092-0.16658-0.09671-0.1875-0.1875-0.0026-0.02072-0.0026-0.04178 0-0.0625v-3.3438c0.005-0.0942 0.0686-0.1831 0.1563-0.2184 0.0095-0.0114 0.0199-0.0218 0.0313-0.0313zm4.0937 0.9687c0.2374 0 0.39451 0.086642 0.5625 0.15625 0.0095-0.011311 0.01994-0.02178 0.03125-0.03125 0.0095-0.011311 0.01994-0.02178 0.03125-0.03125 0.02876-0.016496 0.06084-0.02719 0.09375-0.03125 0.0104-0.0006514 0.02085-0.0006514 0.03125 0h0.40625c0.04343-0.000679 0.087 0.010212 0.125 0.03125 0.011
 31 0.00947 0.02175 0.019939 0.03125 0.03125 0.04343 0.030323 0.0768 0.074815 0.09375 0.125 0.0026 0.020724 0.0026 0.041776 0 0.0625v2.375c0 0.3107-0.07692 0.6703-0.3125 0.96875s-0.62478 0.5-1.1875 0.5c-0.24977 0-0.57703-0.06006-0.90625-0.1875l-0.094-0.031c-0.0114-0.01-0.0218-0.02-0.0313-0.031-0.0607-0.032-0.1072-0.09-0.125-0.157-0.00068-0.04343 0.01021-0.087 0.03125-0.125l0.1562-0.437c0.0074-0.022 0.018-0.044 0.0312-0.063 0.0095-0.011 0.02-0.022 0.0313-0.031 0.0506-0.045 0.12-0.068 0.1875-0.063 0.02072-0.0026 0.04178-0.0026 0.0625 0l0.09375 0.0625c0.13955 0.04652 0.33541 0.09375 0.5 0.09375 0.27536 0 0.35369-0.05106 0.40625-0.125 0.01963-0.02762 0.01759-0.1358 0.03125-0.1875-0.068835 0.01053-0.11241 0.0625-0.1875 0.0625-0.42852 0-0.80814-0.14278-1.0625-0.40625-0.2543-0.263-0.3749-0.641-0.3749-1.062 0-0.5275 0.1921-0.9249 0.4687-1.1562 0.2766-0.2314 0.6012-0.3126 0.875-0.3126zm0.1563 0.9688c-0.15489 0-0.25367 0.0358-0.3125 0.09375s-0.09375 0.17689-0.09375 0.4375c0 0.22455 0.0
 5965 0.31499 0.125 0.375 0.0652 0.06 0.1606 0.094 0.3124 0.094 0.06061 0 0.10828-0.01424 0.15625-0.03125v-0.9375c-0.06-0.0116-0.1334-0.0315-0.1874-0.0315z&quot; display=&quot;block&quot;/&gt;
</ins><span class="cx"> &lt;/svg&gt;
</span></span></pre>
</div>
</div>

</body>
</html>