Changeset 185544 in webkit


Ignore:
Timestamp:
Jun 14, 2015, 1:37:01 AM (10 years ago)
Author:
Andres Gomez
Message:

[GTK] Web Inspector: Update icon so Rendering Frames timeline distinguish between layout and painting
https://bugs.webkit.org/show_bug.cgi?id=145956

Reviewed by Carlos Garcia Campos.

  • UserInterface/Images/gtk/TimelineRecordPaint.svg:

Changed to use green color.

Location:
trunk/Source/WebInspectorUI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r185540 r185544  
     12015-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
    1112015-06-13  Joseph Pecoraro  <pecoraro@apple.com>
    212
  • trunk/Source/WebInspectorUI/UserInterface/Images/gtk/TimelineRecordPaint.svg

    r183830 r185544  
    99  <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)">
    1010   <stop stop-color="#fff" offset="0"/>
    11    <stop stop-color="#fabebe" offset="1"/>
     11   <stop stop-color="#dcf6c2" offset="1"/>
    1212  </radialGradient>
    1313  <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"/>
    1616  </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.871 -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"/>
    2020  </linearGradient>
    2121 </defs>
Note: See TracChangeset for help on using the changeset viewer.