Changeset 185544 in webkit
- Timestamp:
- Jun 14, 2015, 1:37:01 AM (10 years ago)
- Location:
- trunk/Source/WebInspectorUI
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebInspectorUI/ChangeLog
r185540 r185544 1 2015-06-14 Andres Gomez <agomez@igalia.com> 2 3 [GTK] Web Inspector: Update icon so Rendering Frames timeline distinguish between layout and painting 4 https://bugs.webkit.org/show_bug.cgi?id=145956 5 6 Reviewed by Carlos Garcia Campos. 7 8 * UserInterface/Images/gtk/TimelineRecordPaint.svg: 9 Changed to use green color. 10 1 11 2015-06-13 Joseph Pecoraro <pecoraro@apple.com> 2 12 -
trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordPaint.svg
r183830 r185544 9 9 <radialGradient id="a" cx="24.446" cy="35.878" r="20.531" gradientUnits="userSpaceOnUse" gradientTransform="matrix(.85696 3.2529e-7 -1.253e-7 .33010 -12.949 .77181)"> 10 10 <stop stop-color="#fff" offset="0"/> 11 <stop stop-color="# fabebe" offset="1"/>11 <stop stop-color="#dcf6c2" offset="1"/> 12 12 </radialGradient> 13 13 <linearGradient id="c" x1="321.57" x2="311.65" y1="145.52" y2="118.5" gradientUnits="userSpaceOnUse" gradientTransform="matrix(.55569 0 0 .55568 -169.27 -70.906)"> 14 <stop stop-color="# a40000" offset="0"/>15 <stop stop-color="# f9adad" offset="1"/>14 <stop stop-color="#4e9a06" offset="0"/> 15 <stop stop-color="#d3f4b2" offset="1"/> 16 16 </linearGradient> 17 <linearGradient id="d" x1="491.22" x2="491.22" y1="506.65" y2="732.05" gradientUnits="userSpaceOnUse" gradientTransform="matrix(.093294 0 0 .093294 -35.8 71-43.769)">18 <stop stop-color="# a40000" offset="0"/>19 <stop stop-color="# f9adad" offset="1"/>17 <linearGradient id="d" x1="491.22" x2="491.22" y1="506.65" y2="732.05" gradientUnits="userSpaceOnUse" gradientTransform="matrix(.093294 0 0 .093294 -35.84 -43.769)"> 18 <stop stop-color="#4e9a06" offset="0"/> 19 <stop stop-color="#8ae234" offset="1"/> 20 20 </linearGradient> 21 21 </defs>
Note:
See TracChangeset
for help on using the changeset viewer.