Changeset 142775 in webkit


Ignore:
Timestamp:
Feb 13, 2013 12:34:29 PM (11 years ago)
Author:
dino@apple.com
Message:

Small update to speech bubble for captions menu [Mac]
https://bugs.webkit.org/show_bug.cgi?id=109641

Reviewed by Eric Carlson

Small adjustment to the embedded SVG that draws a speech bubble
for the captions button. Remove a polygon that was so small
it looked like a rendering error.

  • css/mediaControlsQuickTime.css:

(video::-webkit-media-controls-toggle-closed-captions-button):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r142774 r142775  
    1 2013-02-12  Dean Jackson  <dino@apple.com>
     12013-02-13  Dean Jackson  <dino@apple.com>
     2
     3        Small update to speech bubble for captions menu [Mac]
     4        https://bugs.webkit.org/show_bug.cgi?id=109641
     5
     6        Reviewed by Eric Carlson
     7
     8        Small adjustment to the embedded SVG that draws a speech bubble
     9        for the captions button. Remove a polygon that was so small
     10        it looked like a rendering error.
     11
     12        * css/mediaControlsQuickTime.css:
     13        (video::-webkit-media-controls-toggle-closed-captions-button):
     14
     152013-02-13  Dean Jackson  <dino@apple.com>
    216
    317        Clicking outside captions menu should dismiss it
  • trunk/Source/WebCore/css/mediaControlsQuickTime.css

    r142221 r142775  
    239239    -webkit-box-ordinal-group: 3; /* between mute and fullscreen */
    240240    border: none !important;
    241     background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 130 105"><g fill="rgb(224,224,224)"><path d="M98.766,43.224c0-23.163-21.775-41.94-48.637-41.94c-26.859,0-48.635,18.777-48.635,41.94c0,18.266,13.546,33.796,32.444,39.549c1.131,8.356,26.037,24.255,22.864,19.921c-4.462-6.096-5.159-13.183-5.07-17.566C77.85,84.397,98.766,65.923,98.766,43.224z"/><polygon points="128.044,84 100.956,84 114.5,98"/></g></svg>');
     241    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 102 105"><path fill="rgb(224,224,224)" d="M98.766,43.224c0-23.163-21.775-41.94-48.637-41.94c-26.859,0-48.635,18.777-48.635,41.94c0,18.266,13.546,33.796,32.444,39.549c1.131,8.356,26.037,24.255,22.864,19.921c-4.462-6.096-5.159-13.183-5.07-17.566C77.85,84.397,98.766,65.923,98.766,43.224z"/></svg>');
    242242    background-repeat: no-repeat;
    243243    background-size: 16px 16px;
Note: See TracChangeset for help on using the changeset viewer.