WebKit Bugzilla
Attachment 347675 Details for
Bug 188806
: Web Inspector: Rulers.svg is missing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH] Proposed Fix
rulers-1.patch (text/plain), 1.57 KB, created by
Joseph Pecoraro
on 2018-08-21 13:15:28 PDT
(
hide
)
Description:
[PATCH] Proposed Fix
Filename:
MIME Type:
Creator:
Joseph Pecoraro
Created:
2018-08-21 13:15:28 PDT
Size:
1.57 KB
patch
obsolete
>diff --git a/Source/WebInspectorUI/ChangeLog b/Source/WebInspectorUI/ChangeLog >index ed1b5709bc6..128c74780c1 100644 >--- a/Source/WebInspectorUI/ChangeLog >+++ b/Source/WebInspectorUI/ChangeLog >@@ -1,3 +1,13 @@ >+2018-08-21 Joseph Pecoraro <pecoraro@apple.com> >+ >+ Web Inspector: Rulers.svg is missing >+ https://bugs.webkit.org/show_bug.cgi?id=188806 >+ <rdar://problem/43574273> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * UserInterface/Images/Rulers.svg: Added. >+ > 2018-08-20 Devin Rousso <drousso@apple.com> > > Web Inspector: allow breakpoints to be set for specific event listeners >diff --git a/Source/WebInspectorUI/UserInterface/Images/Rulers.svg b/Source/WebInspectorUI/UserInterface/Images/Rulers.svg >new file mode 100644 >index 00000000000..65f1b0bc4f9 >--- /dev/null >+++ b/Source/WebInspectorUI/UserInterface/Images/Rulers.svg >@@ -0,0 +1,11 @@ >+<?xml version="1.0" encoding="utf-8"?> >+<!-- Copyright © 2018 Apple Inc. All rights reserved. --> >+<svg xmlns="http://www.w3.org/2000/svg" id="root" version="1.1" viewBox="0 0 16 16"> >+ <polygon points="1.5 1.5 14.5 1.5 14.5 5.5 5.5 5.5 5.5 14.5 1.5 14.5 1.5 1.5" fill="none" stroke="currentColor"/> >+ <line x1="8.5" y1="3" x2="8.5" y2="5" stroke="currentColor"/> >+ <line x1="11.5" y1="3" x2="11.5" y2="5" stroke="currentColor"/> >+ <line x1="5.5" y1="3" x2="5.5" y2="5" stroke="currentColor"/> >+ <line x1="3" y1="11.5" x2="5" y2="11.5" stroke="currentColor"/> >+ <line x1="3" y1="8.5" x2="5" y2="8.5" stroke="currentColor"/> >+ <line x1="3" y1="5.5" x2="5" y2="5.5" stroke="currentColor"/> >+</svg>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 188806
: 347675