Changeset 272339 in webkit


Ignore:
Timestamp:
Feb 3, 2021 2:20:48 PM (18 months ago)
Author:
Devin Rousso
Message:

[macOS] update media controls to use new SF Symbols
https://bugs.webkit.org/show_bug.cgi?id=221307

Reviewed by Eric Carlson.

Source/WebCore:

  • Modules/modern-media-controls/images/macOS/Airplay-fullscreen.svg:
  • Modules/modern-media-controls/images/macOS/Airplay.svg:
  • Modules/modern-media-controls/images/macOS/EnterFullscreen.svg:
  • Modules/modern-media-controls/images/macOS/ExitFullscreen.svg:
  • Modules/modern-media-controls/images/macOS/Forward.svg:
  • Modules/modern-media-controls/images/macOS/MediaSelector-fullscreen.svg:
  • Modules/modern-media-controls/images/macOS/MediaSelector.svg:
  • Modules/modern-media-controls/images/macOS/Mute-RTL.svg:
  • Modules/modern-media-controls/images/macOS/Mute.svg:
  • Modules/modern-media-controls/images/macOS/Pause.svg:
  • Modules/modern-media-controls/images/macOS/PipIn-fullscreen.svg:
  • Modules/modern-media-controls/images/macOS/PipIn.svg:
  • Modules/modern-media-controls/images/macOS/Play.svg:
  • Modules/modern-media-controls/images/macOS/Rewind.svg:
  • Modules/modern-media-controls/images/macOS/SkipBack15.svg:
  • Modules/modern-media-controls/images/macOS/SkipForward15.svg:
  • Modules/modern-media-controls/images/macOS/VolumeHi-RTL.svg:
  • Modules/modern-media-controls/images/macOS/VolumeHi.svg:
  • Modules/modern-media-controls/images/macOS/VolumeLo.svg:

LayoutTests:

  • media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-buttons-containers-styles.html:
  • media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-buttons-containers-styles-expected.txt:
  • media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-buttons-styles.html:
  • media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-buttons-styles-expected.txt:
Location:
trunk
Files:
25 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r272334 r272339  
     12021-02-03  Devin Rousso  <drousso@apple.com>
     2
     3        [macOS] update media controls to use new SF Symbols
     4        https://bugs.webkit.org/show_bug.cgi?id=221307
     5
     6        Reviewed by Eric Carlson.
     7
     8        * media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-buttons-containers-styles.html:
     9        * media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-buttons-containers-styles-expected.txt:
     10        * media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-buttons-styles.html:
     11        * media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-buttons-styles-expected.txt:
     12
    1132021-02-03  Aditya Keerthi  <akeerthi@apple.com>
    214
  • trunk/LayoutTests/media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-buttons-containers-styles-expected.txt

    r227968 r272339  
    99PASS centerContainer.element.getBoundingClientRect().height is 44
    1010
    11 PASS Math.floor(rightContainer.element.getBoundingClientRect().width) became 140
    12 PASS rightContainer.element.getBoundingClientRect().left is within 0.5 of 494
     11PASS Math.floor(rightContainer.element.getBoundingClientRect().width) became 143
     12PASS rightContainer.element.getBoundingClientRect().left is within 0.5 of 491
    1313PASS rightContainer.element.getBoundingClientRect().top is 500
    1414PASS rightContainer.element.getBoundingClientRect().height is 44
  • trunk/LayoutTests/media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-buttons-containers-styles.html

    r227968 r272339  
    4242
    4343    debug("");
    44     shouldBecomeEqual("Math.floor(rightContainer.element.getBoundingClientRect().width)", "140", () => {
    45         shouldBeCloseTo("rightContainer.element.getBoundingClientRect().left", 494, 0.5);
     44    shouldBecomeEqual("Math.floor(rightContainer.element.getBoundingClientRect().width)", "143", () => {
     45        shouldBeCloseTo("rightContainer.element.getBoundingClientRect().left", 491, 0.5);
    4646        shouldBe("rightContainer.element.getBoundingClientRect().top", "500");
    4747        shouldBe("rightContainer.element.getBoundingClientRect().height", "44");
  • trunk/LayoutTests/media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-buttons-styles-expected.txt

    r227968 r272339  
    2323PASS getComputedStyle(button.element).top became "18px"
    2424PASS getComputedStyle(button.element).left is "12px"
    25 PASS getComputedStyle(button.element).height is "13px"
     25PASS getComputedStyle(button.element).height is "16px"
    2626
    2727PiPButton
    2828PASS getComputedStyle(button.element).top became "18px"
    29 PASS getComputedStyle(button.element).left is "44px"
     29PASS getComputedStyle(button.element).left is "47px"
    3030PASS getComputedStyle(button.element).height is "16px"
    3131
    3232TracksButton
    3333PASS getComputedStyle(button.element).top became "18px"
    34 PASS getComputedStyle(button.element).left is "79px"
    35 PASS getComputedStyle(button.element).height is "13px"
     34PASS getComputedStyle(button.element).left is "82px"
     35PASS getComputedStyle(button.element).height is "16px"
    3636
    3737FullscreenButton
    3838PASS getComputedStyle(button.element).top became "18px"
    39 PASS getComputedStyle(button.element).left is "112px"
     39PASS getComputedStyle(button.element).left is "115px"
    4040PASS getComputedStyle(button.element).height is "16px"
    4141PASS successfullyParsed is true
  • trunk/LayoutTests/media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-buttons-styles.html

    r227968 r272339  
    1616    [mediaControls.playPauseButton, 78, 9, 26],
    1717    [mediaControls.forwardButton, 127, 14, 16],
    18     [mediaControls.airplayButton, 12, 18, 13],
    19     [mediaControls.pipButton, 44, 18, 16],
    20     [mediaControls.tracksButton, 79, 18, 13],
    21     [mediaControls.fullscreenButton, 112, 18, 16]
     18    [mediaControls.airplayButton, 12, 18, 16],
     19    [mediaControls.pipButton, 47, 18, 16],
     20    [mediaControls.tracksButton, 82, 18, 16],
     21    [mediaControls.fullscreenButton, 115, 18, 16]
    2222];
    2323
  • trunk/Source/WebCore/ChangeLog

    r272338 r272339  
     12021-02-03  Devin Rousso  <drousso@apple.com>
     2
     3        [macOS] update media controls to use new SF Symbols
     4        https://bugs.webkit.org/show_bug.cgi?id=221307
     5
     6        Reviewed by Eric Carlson.
     7
     8        * Modules/modern-media-controls/images/macOS/Airplay-fullscreen.svg:
     9        * Modules/modern-media-controls/images/macOS/Airplay.svg:
     10        * Modules/modern-media-controls/images/macOS/EnterFullscreen.svg:
     11        * Modules/modern-media-controls/images/macOS/ExitFullscreen.svg:
     12        * Modules/modern-media-controls/images/macOS/Forward.svg:
     13        * Modules/modern-media-controls/images/macOS/MediaSelector-fullscreen.svg:
     14        * Modules/modern-media-controls/images/macOS/MediaSelector.svg:
     15        * Modules/modern-media-controls/images/macOS/Mute-RTL.svg:
     16        * Modules/modern-media-controls/images/macOS/Mute.svg:
     17        * Modules/modern-media-controls/images/macOS/Pause.svg:
     18        * Modules/modern-media-controls/images/macOS/PipIn-fullscreen.svg:
     19        * Modules/modern-media-controls/images/macOS/PipIn.svg:
     20        * Modules/modern-media-controls/images/macOS/Play.svg:
     21        * Modules/modern-media-controls/images/macOS/Rewind.svg:
     22        * Modules/modern-media-controls/images/macOS/SkipBack15.svg:
     23        * Modules/modern-media-controls/images/macOS/SkipForward15.svg:
     24        * Modules/modern-media-controls/images/macOS/VolumeHi-RTL.svg:
     25        * Modules/modern-media-controls/images/macOS/VolumeHi.svg:
     26        * Modules/modern-media-controls/images/macOS/VolumeLo.svg:
     27
    1282021-02-03  Ziran Sun  <zsun@igalia.com>
    229
  • trunk/Source/WebCore/Modules/modern-media-controls/images/macOS/Airplay-fullscreen.svg

    r217823 r272339  
    1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    2 <svg width="16px" height="13px" viewBox="0 0 16 13" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    3     <!-- Generator: Sketch 41.2 (35397) - http://www.bohemiancoding.com/sketch -->
    4     <title>MacOS-Airplay</title>
    5     <desc>Created with Sketch.</desc>
    6     <defs></defs>
    7     <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
    8         <g id="MacOS-Airplay" fill="#231F20">
    9             <polygon id="Shape" points="2.99 12.9899878 12.99 12.9899878 7.99 7.79998779"></polygon>
    10             <polygon id="Shape" points="0 0 0 10 4 10 5 9 1 9 1 1 15 1 15 9 11 9 12 10 16 10 16 0"></polygon>
    11         </g>
    12     </g>
     1<?xml version="1.0" encoding="UTF-8"?>
     2<svg width="19px" height="16px" viewBox="0 0 19 16" version="1.1" xmlns="http://www.w3.org/2000/svg">
     3    <path d="M13.1856947,11.4456442 L14.1626814,12.554005 L17.3153027,12.554005 C18.3826655,12.554005 18.9736832,11.9710867 18.9736832,10.895569 L18.9736832,1.93020885 C18.9736832,0.854707965 18.3826655,0.28 17.3153027,0.28 L1.68343097,0.28 C0.673589381,0.28 0.025,0.854707965 0.025,1.93020885 L0.025,10.895569 C0.025,11.9710867 0.616118584,12.554005 1.68343097,12.554005 L4.84429115,12.554005 L5.81307257,11.4456442 L1.88868142,11.4456442 C1.43712035,11.4456442 1.19903186,11.1993504 1.19903186,10.7477894 L1.19903186,2.0779885 C1.19903186,1.61823894 1.43712035,1.38015044 1.88868142,1.38015044 L17.1100018,1.38015044 C17.5616301,1.38015044 17.7997186,1.61823894 17.7997186,2.0779885 L17.7997186,10.7477894 C17.7997186,11.1993504 17.5616301,11.4456442 17.1100018,11.4456442 L13.1856947,11.4456442 Z M14.5157115,15.7230823 C14.9016301,15.7230823 15.0494265,15.3207884 14.8030991,15.0416465 L9.85240531,9.43418319 C9.6635823,9.22072743 9.33518496,9.22072743 9.14634513,9.43418319 L4.19570177,15.0416465 C3.94939115,15.3207884 4.0971708,15.7230823 4.48303894,15.7230823 L14.5157115,15.7230823 Z"/>
    134</svg>
  • trunk/Source/WebCore/Modules/modern-media-controls/images/macOS/Airplay.svg

    r217823 r272339  
    11<?xml version="1.0" encoding="UTF-8"?>
    2 <svg width="16px" height="13px" viewBox="0 0 16 13" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    3     <!-- Generator: Sketch 43.1 (39012) - http://www.bohemiancoding.com/sketch -->
    4     <title>_Assets/Inline/Airplay</title>
    5     <desc>Created with Sketch.</desc>
    6     <defs></defs>
    7     <g id="Media-Control-Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
    8         <g id="_Assets/Inline/Airplay" fill="#000000">
    9             <path d="M7.59025333,7.14658689 C7.79180449,6.95310577 8.11449344,6.9491795 8.32013464,7.14658689 L13.6852646,12.2968988 C14.0797511,12.6755902 13.9558872,12.9825802 13.3989154,12.9825802 L2.51147254,12.9825802 C1.95883979,12.9825802 1.83927849,12.6672946 2.22512336,12.2968988 L7.59025333,7.14658689 Z" id="iOS/Fullscreen/Airplay"></path>
    10             <path d="M13,10 L14.9991283,10 C15.5553691,10 16,9.55434533 16,9.00460243 L16,0.995397568 C16,0.455664396 15.5518945,0 14.9991283,0 L1.00087166,0 C0.444630861,0 0,0.445654671 0,0.995397568 L0,9.00460243 C0,9.5443356 0.448105505,10 1.00087166,10 L3,10 L4,9 L1.49826741,9 C1.22308192,9 1,8.76920319 1,8.49956417 L1,1.50043583 C1,1.22405275 1.21990657,1 1.49826741,1 L14.5017326,1 C14.7769181,1 15,1.23079681 15,1.50043583 L15,8.49956417 C15,8.77594725 14.7800934,9 14.5017326,9 L12,9 L13,10 Z" id="Combined-Shape"></path>
    11         </g>
    12     </g>
     2<svg width="16px" height="13px" viewBox="0 0 16 13" version="1.1" xmlns="http://www.w3.org/2000/svg">
     3    <path d="M11.1001033,9.39348478 L11.9211522,10.324939 L14.5705804,10.324939 C15.4675804,10.324939 15.9642652,9.83506087 15.9642652,8.93120761 L15.9642652,1.39681739 C15.9642652,0.492978261 15.4675804,0.01 14.5705804,0.01 L1.43372717,0.01 C0.585067391,0.01 0.04,0.492978261 0.04,1.39681739 L0.04,8.93120761 C0.04,9.83506087 0.536769565,10.324939 1.43372717,10.324939 L4.09007935,10.324939 L4.90423261,9.39348478 L1.60621739,9.39348478 C1.22673043,9.39348478 1.02664348,9.18650217 1.02664348,8.80701522 L1.02664348,1.52100978 C1.02664348,1.1346413 1.22673043,0.934554348 1.60621739,0.934554348 L14.3980478,0.934554348 C14.7775913,0.934554348 14.9776783,1.1346413 14.9776783,1.52100978 L14.9776783,8.80701522 C14.9776783,9.18650217 14.7775913,9.39348478 14.3980478,9.39348478 L11.1001033,9.39348478 Z M12.2178348,12.9881967 C12.5421565,12.9881967 12.666363,12.6501134 12.4593522,12.4155255 L8.29884348,7.703075 C8.1401587,7.52368913 7.86417717,7.52368913 7.70547826,7.703075 L3.54501196,12.4155255 C3.33801522,12.6501134 3.46220761,12.9881967 3.78648696,12.9881967 L12.2178348,12.9881967 Z"/>
    134</svg>
  • trunk/Source/WebCore/Modules/modern-media-controls/images/macOS/EnterFullscreen.svg

    r217823 r272339  
    11<?xml version="1.0" encoding="UTF-8"?>
    2 <svg width="15px" height="15px" viewBox="0 0 15 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    3     <!-- Generator: Sketch 43.1 (39012) - http://www.bohemiancoding.com/sketch -->
    4     <title>_Assets/Inline/EnterFullscreen</title>
    5     <desc>Created with Sketch.</desc>
    6     <defs></defs>
    7     <g id="Media-Control-Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
    8         <g id="_Assets/Inline/EnterFullscreen" fill="#000000">
    9             <path d="M4.4422604,5.50287881 L0.217753178,1.27837158 C-0.0730433981,0.987575009 -0.073385731,0.516442937 0.221549485,0.22150772 C0.514442704,-0.0713854983 0.985704487,-0.0749974502 1.27841335,0.217711413 L5.51126516,4.45056322 L5.51126516,2.04212906 C5.51126516,1.62925727 5.84416377,1.29455855 6.26126516,1.29455855 C6.67547872,1.29455855 7.01126516,1.63514069 7.01126516,2.04212906 L7.01126516,6.20936961 C7.01662139,6.28867693 7.00930259,6.36877542 6.98926528,6.44645137 C6.90860394,6.7717969 6.61525998,7.0128788 6.26126516,7.0128788 C6.21972421,7.0128788 6.17897207,7.00945328 6.13926833,7.00287881 L2.04051542,7.00287881 C1.62764362,7.00287881 1.29294491,6.66998019 1.29294491,6.25287881 C1.29294491,5.83866525 1.63352704,5.50287881 2.04051542,5.50287881 L4.4422604,5.50287881 Z" id="Combined-Shape" transform="translate(3.506481, 3.506439) rotate(180.000000) translate(-3.506481, -3.506439) "></path>
    10             <path d="M12.4422604,13.5028788 L8.21775318,9.27837158 C7.9269566,8.98757501 7.92661427,8.51644294 8.22154949,8.22150772 C8.5144427,7.9286145 8.98570449,7.92500255 9.27841335,8.21771141 L13.5112652,12.4505632 L13.5112652,10.0421291 C13.5112652,9.62925727 13.8441638,9.29455855 14.2612652,9.29455855 C14.6754787,9.29455855 15.0112652,9.63514069 15.0112652,10.0421291 L15.0112652,14.2093696 C15.0166214,14.2886769 15.0093026,14.3687754 14.9892653,14.4464514 C14.9086039,14.7717969 14.61526,15.0128788 14.2612652,15.0128788 C14.2197242,15.0128788 14.1789721,15.0094533 14.1392683,15.0028788 L10.0405154,15.0028788 C9.62764362,15.0028788 9.29294491,14.6699802 9.29294491,14.2528788 C9.29294491,13.8386652 9.63352704,13.5028788 10.0405154,13.5028788 L12.4422604,13.5028788 Z" id="Combined-Shape"></path>
    11         </g>
    12     </g>
     2<svg width="15px" height="15px" viewBox="0 0 15 15" version="1.1" xmlns="http://www.w3.org/2000/svg">
     3    <path d="M0.791840426,6.36849468 C1.20478723,6.36849468 1.50087766,6.05682979 1.50087766,5.64386702 L1.50087766,4.98935638 L1.34505319,2.27004787 L3.3942766,4.42835638 L5.79411702,6.84378723 C5.92657979,6.98403723 6.09799468,7.04638298 6.285,7.04638298 C6.72912766,7.04638298 7.05638298,6.75807979 7.05638298,6.32173936 C7.05638298,6.11137234 6.98625,5.92436702 6.846,5.78411702 L4.43835638,3.38426064 L2.28004787,1.33503723 L5.00715957,1.49087766 L5.65386702,1.49087766 C6.06682979,1.49087766 6.38629787,1.20259043 6.38629787,0.781824468 C6.38629787,0.361074468 6.07461702,0.065 5.65386702,0.065 L1.32946277,0.065 C0.534702128,0.065 0.075,0.524702128 0.075,1.31946277 L0.075,5.64386702 C0.075,6.04904255 0.37887766,6.36849468 0.791840426,6.36849468 Z M9.33935106,14.9315957 L13.6637553,14.9315957 C14.4585319,14.9315957 14.9260851,14.4718888 14.9260851,13.677133 L14.9260851,9.35272872 C14.9260851,8.94755319 14.6220957,8.62810106 14.2014574,8.62810106 C13.7962181,8.62810106 13.4923404,8.93976596 13.4923404,9.35272872 L13.4923404,10.0072394 L13.6559681,12.7265431 L11.5989574,10.5682394 L9.2068883,8.15280851 C9.07444149,8.01255851 8.8952234,7.95021277 8.70821809,7.95021277 C8.27189362,7.95021277 7.93685106,8.23851596 7.93685106,8.67484043 C7.93685106,8.8852234 8.01475532,9.07222872 8.15500532,9.21247872 L10.5548617,11.6123255 L12.7209574,13.6615489 L9.9938617,13.5057149 L9.33935106,13.5057149 C8.9263883,13.5057149 8.60693617,13.7940085 8.60693617,14.2147617 C8.60693617,14.6355149 8.9263883,14.9315957 9.33935106,14.9315957 Z"/>
    134</svg>
  • trunk/Source/WebCore/Modules/modern-media-controls/images/macOS/ExitFullscreen.svg

    r217823 r272339  
    1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    2 <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    3     <!-- Generator: Sketch 41.2 (35397) - http://www.bohemiancoding.com/sketch -->
    4     <title>macOS-ExitFullscreen</title>
    5     <desc>Created with Sketch.</desc>
    6     <defs></defs>
    7     <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
    8         <g id="macOS-ExitFullscreen" fill="#231F20">
    9             <path d="M13.3269097,8 L13.4477881,8 L13.6089594,8 C13.7200082,8.02837354 13.818904,8.09148741 13.891009,8.18 C14.0363303,8.35398442 14.0363303,8.60601558 13.891009,8.78 C13.818904,8.86851259 13.7200082,8.93162646 13.6089594,8.96 L13.4477881,8.96 L8.55221188,8.96 L8.39104065,8.96 C8.27999181,8.93162646 8.181096,8.86851259 8.10899099,8.78 C7.96366967,8.60601558 7.96366967,8.35398442 8.10899099,8.18 C8.181096,8.09148741 8.27999181,8.02837354 8.39104065,8 L8.55221188,8 L13.3269097,8 L13.3269097,8 Z" id="Shape"></path>
    10             <path d="M8.96406107,13.3269097 L8.96406107,13.4477881 C8.96954562,13.5013698 8.96954562,13.5553776 8.96406107,13.6089594 C8.93568753,13.7200082 8.87257366,13.818904 8.78406107,13.891009 C8.61007665,14.0363303 8.35804549,14.0363303 8.18406107,13.891009 C8.09554848,13.818904 8.03243461,13.7200082 8.00406107,13.6089594 C7.99864631,13.555374 7.99864631,13.5013734 8.00406107,13.4477881 L8.00406107,13.3269097 L8.00406107,8.67309031 L8.00406107,8.55221188 C7.99864631,8.49862658 7.99864631,8.44462595 8.00406107,8.39104065 C8.03243461,8.27999181 8.09554848,8.181096 8.18406107,8.10899099 C8.35804549,7.96366967 8.61007665,7.96366967 8.78406107,8.10899099 C8.87257366,8.181096 8.93568753,8.27999181 8.96406107,8.39104065 C8.96954562,8.44462236 8.96954562,8.49863017 8.96406107,8.55221188 L8.96406107,8.67309031 L8.96406107,13.3269097 L8.96406107,13.3269097 Z" id="Shape"></path>
    11             <path d="M14.8338264,14.0638264 L14.9238264,14.1538264 C14.9620954,14.1967626 14.9956226,14.2437007 15.0238264,14.2938264 C15.0832507,14.3966317 15.1078076,14.5159081 15.0938264,14.6338264 C15.0671784,14.8759831 14.8759831,15.0671784 14.6338264,15.0938264 C14.5159081,15.1078076 14.3966317,15.0832507 14.2938264,15.0238264 L14.1538264,14.9238264 L14.0638264,14.8338264 L8.76382637,9.53382637 L8.67382637,9.44382637 C8.63549574,9.40093936 8.60196361,9.35399438 8.57382637,9.30382637 C8.51440206,9.20102102 8.48984516,9.08174463 8.50382637,8.96382637 C8.53047438,8.72166967 8.72166967,8.53047438 8.96382637,8.50382637 C9.08174463,8.48984516 9.20102102,8.51440206 9.30382637,8.57382637 L9.44382637,8.67382637 L9.53382637,8.76382637 L14.8338264,14.0638264 Z" id="Shape"></path>
    12             <path d="M1.67309031,6.96 L1.55221188,6.96 L1.39104065,6.96 C1.27999181,6.93162646 1.181096,6.86851259 1.10899099,6.78 C0.96366967,6.60601558 0.96366967,6.35398442 1.10899099,6.18 C1.181096,6.09148741 1.27999181,6.02837354 1.39104065,6 L1.55221188,6 L6.44778812,6 L6.60895935,6 C6.72000819,6.02837354 6.818904,6.09148741 6.89100901,6.18 C7.03633033,6.35398442 7.03633033,6.60601558 6.89100901,6.78 C6.818904,6.86851259 6.72000819,6.93162646 6.60895935,6.96 L6.44778812,6.96 L1.67309031,6.96 L1.67309031,6.96 Z" id="Shape"></path>
    13             <path d="M6.00401005,1.67309031 L6.00401005,1.55221188 C5.99866332,1.49862312 5.99866332,1.44462941 6.00401005,1.39104065 C6.03238359,1.27999181 6.09549746,1.181096 6.18401005,1.10899099 C6.35799447,0.96366967 6.61002563,0.96366967 6.78401005,1.10899099 C6.87252264,1.181096 6.93563651,1.27999181 6.96401005,1.39104065 C6.96942481,1.44462595 6.96942481,1.49862658 6.96401005,1.55221188 L6.96401005,1.67309031 L6.96401005,6.32690969 L6.96401005,6.44778812 C6.96942481,6.50137342 6.96942481,6.55537405 6.96401005,6.60895935 C6.93563651,6.72000819 6.87252264,6.818904 6.78401005,6.89100901 C6.61002563,7.03633033 6.35799447,7.03633033 6.18401005,6.89100901 C6.09549746,6.818904 6.03238359,6.72000819 6.00401005,6.60895935 C5.99866332,6.55537059 5.99866332,6.50137688 6.00401005,6.44778812 L6.00401005,6.32690969 L6.00401005,1.67309031 L6.00401005,1.67309031 Z" id="Shape"></path>
    14             <path d="M0.263826372,1.03382637 L0.173826372,0.943826372 C0.135617436,0.900842128 0.102095055,0.853910795 0.0738263716,0.803826372 C0.014402065,0.701021016 -0.0101548385,0.581744628 0.0038263716,0.463826372 C0.0304743804,0.221669668 0.221669668,0.0304743804 0.463826372,0.0038263716 C0.581744628,-0.0101548385 0.701021016,0.014402065 0.803826372,0.0738263716 L0.943826372,0.173826372 L1.03382637,0.263826372 L6.33382637,5.56382637 L6.42382637,5.65382637 C6.46197666,5.69685738 6.49549443,5.74378226 6.52382637,5.79382637 C6.58325068,5.89663173 6.60780758,6.01590812 6.59382637,6.13382637 C6.56717836,6.37598307 6.37598307,6.56717836 6.13382637,6.59382637 C6.01590812,6.60780758 5.89663173,6.58325068 5.79382637,6.52382637 L5.65382637,6.42382637 L5.56382637,6.33382637 L0.263826372,1.03382637 Z" id="Shape"></path>
    15         </g>
    16     </g>
     1<?xml version="1.0" encoding="UTF-8"?>
     2<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg">
     3    <path d="M1.66493878,7.19582449 L6.08936327,7.19582449 C6.90250612,7.19582449 7.37285714,6.71750612 7.37285714,5.90436327 L7.37285714,1.48792245 C7.37285714,1.07337551 7.06195102,0.746518367 6.63943673,0.746518367 C6.21692245,0.746518367 5.91398367,1.06540816 5.91398367,1.48792245 L5.91398367,2.1575551 L6.08139592,4.93975918 L3.97680816,2.73153061 L1.52942857,0.260232653 C1.39390204,0.116738776 1.21053878,0.045 1.01922449,0.045 C0.56482449,0.045 0.23,0.347922449 0.23,0.794355102 C0.23,1.00162041 0.309722449,1.20091837 0.453216327,1.34442857 L2.90856327,3.79977551 L5.11679184,5.89639592 L2.33458776,5.73695102 L1.66493878,5.73695102 C1.24242449,5.73695102 0.915583673,6.03192245 0.915583673,6.46240408 C0.915583673,6.88491837 1.23445714,7.19582449 1.66493878,7.19582449 Z M9.31003265,15.2873412 C9.73254694,15.2873412 10.0354857,14.9764351 10.0354857,14.5459502 L10.0354857,13.7886168 L9.86807347,11.0143878 L11.9726612,13.2226098 L14.4758449,15.7417347 C14.6113551,15.8852286 14.786702,15.9569837 14.986049,15.9569837 C15.4324163,15.9569837 15.7672735,15.6540449 15.7672735,15.207622 C15.7672735,15.0003518 15.6956,14.8010522 15.5520898,14.6575584 L13.0409061,12.1463976 L10.8247102,10.0497837 L13.6148816,10.2092122 L14.3722204,10.2092122 C14.794702,10.2092122 15.1215592,9.91425714 15.1215592,9.49174286 C15.1215592,9.06126122 14.802702,8.75832245 14.3722204,8.75832245 L9.8600898,8.75832245 C9.04696327,8.75832245 8.57661224,9.22867347 8.57661224,10.0418 L8.57661224,14.5459502 C8.57661224,14.9684645 8.87955102,15.2873412 9.31003265,15.2873412 Z"/>
    174</svg>
  • trunk/Source/WebCore/Modules/modern-media-controls/images/macOS/Forward.svg

    r217823 r272339  
    1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    2 <svg width="24px" height="16px" viewBox="0 0 24 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    3     <!-- Generator: Sketch 41.2 (35397) - http://www.bohemiancoding.com/sketch -->
    4     <title>macOS-Forward</title>
    5     <desc>Created with Sketch.</desc>
    6     <defs></defs>
    7     <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
    8         <g id="macOS-Forward" transform="translate(-1.000000, 0.000000)" fill="#000000">
    9             <path d="M24.2,7.6 C24.2,7.6 25,8 25,8.5 C25,9 24.2,9.4 24.2,9.4 L14.4,15.6 C14.4,15.6 13.7,16.2 13.3,15.9 C12.9,15.7 13,14.7 13,14.7 L13,2.2 C13,2.2 12.9,1.2 13.3,1 C13.6,0.8 14.4,1.3 14.4,1.3 L24.2,7.6 Z" id="Shape"></path>
    10             <path d="M12.2,7.6 C12.2,7.6 13,8 13,8.5 C13,9 12.2,9.4 12.2,9.4 L2.4,15.6 C2.4,15.6 1.7,16.2 1.3,15.9 C0.9,15.7 1,14.7 1,14.7 L1,2.2 C1,2.2 0.9,1.2 1.3,1 C1.6,0.8 2.4,1.3 2.4,1.3 L12.2,7.6 Z" id="Shape"></path>
    11         </g>
    12     </g>
     1<?xml version="1.0" encoding="UTF-8"?>
     2<svg width="24px" height="16px" viewBox="0 0 24 16" version="1.1" xmlns="http://www.w3.org/2000/svg">
     3    <path d="M1.29499111,14.8171609 C1.65090222,14.8171609 1.94603111,14.7043129 2.29326667,14.4959804 L11.1387422,9.28764444 C11.6161822,9.00986667 11.8765911,8.69736889 11.9720756,8.33278222 L11.9720756,13.3327858 C11.9720756,14.2963273 12.545,14.8171609 13.2220844,14.8171609 C13.5779778,14.8171609 13.8731244,14.7043129 14.2203422,14.4959804 L23.0744756,9.28764444 C23.68212,8.92305778 23.9512756,8.49772444 23.9512756,7.99424 C23.9512756,7.49944889 23.68212,7.07409778 23.0744756,6.70952889 L14.2203422,1.50119111 C13.8731244,1.29285333 13.5779778,1.18 13.2220844,1.18 C12.545,1.18 11.9720756,1.70083556 11.9720756,2.66439111 L11.9720756,7.66439111 C11.8765911,7.29980444 11.6161822,6.98730667 11.1387422,6.70952889 L2.29326667,1.50119111 C1.93735556,1.29285333 1.65090222,1.18 1.29499111,1.18 C0.617906667,1.18 0.045,1.70083556 0.045,2.66439111 L0.045,13.3327858 C0.045,14.2963273 0.617906667,14.8171609 1.29499111,14.8171609 Z"/>
    134</svg>
  • trunk/Source/WebCore/Modules/modern-media-controls/images/macOS/MediaSelector-fullscreen.svg

    r217823 r272339  
    1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    2 <svg width="17px" height="13px" viewBox="0 0 17 13" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    3     <!-- Generator: Sketch 41.2 (35397) - http://www.bohemiancoding.com/sketch -->
    4     <title>macOS-MediaSelector</title>
    5     <desc>Created with Sketch.</desc>
    6     <defs></defs>
    7     <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
    8         <g id="macOS-MediaSelector" fill="#231F20">
    9             <path d="M9,9 L1.96970661,9 L1.70839389,9 C1.62109116,8.98587566 1.5363951,8.9587053 1.45713167,8.91939547 C1.29674467,8.83799087 1.16646556,8.70738669 1.08526358,8.5465995 C1.04619088,8.46708184 1.01909496,8.38219579 1.00485966,8.29471033 C0.998417029,8.20750818 0.998417029,8.11994774 1.00485966,8.03274559 L1.00485966,7.91183879 L1.00485966,7.77078086 L1.00485966,2.22921914 L1.00485966,2.08816121 L1.00485966,1.96725441 C0.998380112,1.88005363 0.998380112,1.79249045 1.00485966,1.70528967 C1.01909496,1.61780421 1.04619088,1.53291816 1.08526358,1.4534005 C1.16646556,1.29261331 1.29674467,1.16200913 1.45713167,1.08060453 C1.5363951,1.0412947 1.62109116,1.01412434 1.70839389,1 L1.96970661,1 L14.0302934,1 L14.2916061,1 C14.3788738,1.01427081 14.4635486,1.04143435 14.5428683,1.08060453 C14.7032553,1.16200913 14.8335344,1.29261331 14.9147364,1.4534005 C14.9538091,1.53291816 14.980905,1.61780421 14.9951403,1.70528967 C15.0016199,1.79249045 15.0016199,1.88005363 14.9951403,1.96725441 L14.9951403,2.08816121 L14.9951403,2.22921914 L14.9951403,2.22921914 L14.9951403,7.77078086 L14.9951403,7.91183879 L14.9951403,8.03274559 C15.001583,8.11994774 15.001583,8.20750818 14.9951403,8.29471033 C14.980905,8.38219579 14.9538091,8.46708184 14.9147364,8.5465995 C14.8335344,8.70738669 14.7032553,8.83799087 14.5428683,8.91939547 C14.4635486,8.95856565 14.3788738,8.98572919 14.2916061,9 L14.0302934,9 L10.41,9 L9,10.41 L9,9 Z M1.84,2.75115192e-05 L14.18,2.75115192e-05 C14.6644243,-0.00263420078 15.1299216,0.187939564 15.4734037,0.529544693 C15.8168858,0.871149821 16.0100073,1.33559588 16.01,1.82002751 L16.01,8.17002751 C16.0100073,8.65445914 15.8168858,9.1189052 15.4734037,9.46051033 C15.1299216,9.80211546 14.6644243,9.99268922 14.18,9.99002751 L11.02,9.99002751 L8.02,12.9100275 L8.02,9.99002751 L1.86,9.99002751 C1.37557568,9.99268922 0.910078402,9.80211546 0.566596322,9.46051033 C0.223114242,9.1189052 0.0299926875,8.65445914 0.03,8.17002751 L0.03,1.82002751 C0.029984886,0.818761595 0.838749197,0.00552897249 1.84,2.75115192e-05 L1.84,2.75115192e-05 Z" id="Combined-Shape"></path>
    10             <polygon id="Shape" points="2 5 2 4 6 4 6 5"></polygon>
    11             <polygon id="Shape" points="10 7 10 6 13 6 13 7"></polygon>
    12             <polygon id="Shape" points="7 5 7 4 14 4 14 5"></polygon>
    13             <polygon id="Shape" points="6 7 6 6 9 6 9 7"></polygon>
    14             <polygon id="Shape" points="3.01 7.03 3.01 6.03 5.01 6.03 5.01 7.03"></polygon>
    15         </g>
    16     </g>
     1<?xml version="1.0" encoding="UTF-8"?>
     2<svg width="17px" height="16px" viewBox="0 0 17 16" version="1.1" xmlns="http://www.w3.org/2000/svg">
     3    <path d="M4.79346881,15.876255 C5.16661101,15.876255 5.42554128,15.6782596 5.89007798,15.2670312 L8.51738899,12.9290975 L13.4064798,12.9290975 C15.6758862,12.9290975 16.8942716,11.6725574 16.8942716,9.44124037 L16.8942716,3.60785413 C16.8942716,1.37654954 15.6758862,0.12 13.4064798,0.12 L3.59785413,0.12 C1.3284633,0.12 0.11,1.36892294 0.11,3.60785413 L0.11,9.44124037 C0.11,11.6801731 1.3284633,12.9290975 3.59785413,12.9290975 L3.96338532,12.9290975 L3.96338532,14.9090954 C3.96338532,15.4954862 4.26038624,15.876255 4.79346881,15.876255 Z M5.10569174,14.4826387 L5.10569174,12.2741734 C5.10569174,11.8629418 4.94576697,11.7030186 4.53453853,11.7030186 L3.59785413,11.7030186 C2.05954128,11.7030186 1.33607431,10.9186339 1.33607431,9.43362936 L1.33607431,3.60785413 C1.33607431,2.12284954 2.05954128,1.34607431 3.59785413,1.34607431 L13.4064798,1.34607431 C14.937244,1.34607431 15.668244,2.12284954 15.668244,3.60785413 L15.668244,9.43362936 C15.668244,10.9186339 14.937244,11.7030186 13.4064798,11.7030186 L8.47170734,11.7030186 C8.04524128,11.7030186 7.83200826,11.7639426 7.54261835,12.0609419 L5.10569174,14.4826387 Z M3.73493028,7.56785596 L6.87245963,7.56785596 C7.11615229,7.56785596 7.3141633,7.37747156 7.3141633,7.12616789 C7.3141633,6.89008624 7.11615229,6.68447982 6.87245963,6.68447982 L3.73493028,6.68447982 C3.49123761,6.68447982 3.30085321,6.89008624 3.30085321,7.12616789 C3.30085321,7.37747156 3.49123761,7.56785596 3.73493028,7.56785596 Z M8.44885872,7.56785596 L13.3760202,7.56785596 C13.6197128,7.56785596 13.8100972,7.37747156 13.8100972,7.12616789 C13.8100972,6.89008624 13.6197128,6.68447982 13.3760202,6.68447982 L8.44885872,6.68447982 C8.20516606,6.68447982 8.00715505,6.89008624 8.00715505,7.12616789 C8.00715505,7.37747156 8.20516606,7.56785596 8.44885872,7.56785596 Z M3.73493028,9.5630945 L5.02953486,9.5630945 C5.27322752,9.5630945 5.46361193,9.37271009 5.46361193,9.12901743 C5.46361193,8.87771376 5.27322752,8.67970275 5.02953486,8.67970275 L3.73493028,8.67970275 C3.49123761,8.67970275 3.30085321,8.87771376 3.30085321,9.12901743 C3.30085321,9.37271009 3.49123761,9.5630945 3.73493028,9.5630945 Z M6.59830734,9.5630945 L10.4212486,9.5630945 C10.6649413,9.5630945 10.8553257,9.37271009 10.8553257,9.12901743 C10.8553257,8.87771376 10.6649413,8.67970275 10.4212486,8.67970275 L6.59830734,8.67970275 C6.35461468,8.67970275 6.16423028,8.87771376 6.16423028,9.12901743 C6.16423028,9.37271009 6.35461468,9.5630945 6.59830734,9.5630945 Z M11.9900055,9.5630945 L13.3760202,9.5630945 C13.6197128,9.5630945 13.8100972,9.37271009 13.8100972,9.12901743 C13.8100972,8.87771376 13.6197128,8.67970275 13.3760202,8.67970275 L11.9900055,8.67970275 C11.7463128,8.67970275 11.5559284,8.87771376 11.5559284,9.12901743 C11.5559284,9.37271009 11.7463128,9.5630945 11.9900055,9.5630945 Z"/>
    174</svg>
  • trunk/Source/WebCore/Modules/modern-media-controls/images/macOS/MediaSelector.svg

    r217823 r272339  
    11<?xml version="1.0" encoding="UTF-8"?>
    2 <svg width="16px" height="13px" viewBox="0 0 16 13" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    3     <!-- Generator: Sketch 43.1 (39012) - http://www.bohemiancoding.com/sketch -->
    4     <title>_Assets/Inline/MediaSelector</title>
    5     <desc>Created with Sketch.</desc>
    6     <defs></defs>
    7     <g id="Media-Control-Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
    8         <g id="_Assets/Inline/MediaSelector" fill="#000000">
    9             <path d="M13.354649,9 L14.5017326,9 C14.7800934,9 15,8.77594725 15,8.49956417 L15,1.50043583 C15,1.23079681 14.7769181,1 14.5017326,1 L1.49826741,1 C1.21990657,1 1,1.22405275 1,1.50043583 L1,8.49956417 C1,8.76920319 1.22308192,9 1.49826741,9 L12.3845,9 L12.3845,10.2727808 L13.354649,9 Z M14.18225,10 L11.8910297,12.2940879 C11.5016525,12.6839524 11.186,12.5566468 11.186,11.9906311 L11.186,10.0093689 C11.186,10.0062426 11.1860139,10.0031196 11.1860417,10 L1.00087166,10 C0.448105505,10 0,9.5443356 0,9.00460243 L0,0.995397568 C0,0.445654671 0.444630861,0 1.00087166,0 L14.9991283,0 C15.5518945,0 16,0.455664396 16,0.995397568 L16,9.00460243 C16,9.55434533 15.5553691,10 14.9991283,10 L14.18225,10 Z M2,6 L2,5 L5.995,5 L5.995,6 L2,6 Z M7,6 L7,5 L14,5 L14,6 L7,6 Z M8.995,8 L8.995,7 L12.99,7 L12.99,8 L8.995,8 Z M3,8 L3,7 L8,7 L8,8 L3,8 Z" id="Combined-Shape"></path>
    10         </g>
    11     </g>
     2<svg width="16px" height="13px" viewBox="0 0 16 13" version="1.1" xmlns="http://www.w3.org/2000/svg">
     3    <path d="M4.96726373,12.9357863 C5.2721902,12.9357863 5.48378431,12.7739873 5.86339706,12.4379373 L8.01039804,10.5274112 L12.0056931,10.5274112 C13.8602196,10.5274112 14.8558667,9.50058471 14.8558667,7.67718431 L14.8558667,2.91022451 C14.8558667,1.08683431 13.8602196,0.06 12.0056931,0.06 L3.99022451,0.06 C2.13571078,0.06 1.14,1.08060196 1.14,2.91022451 L1.14,7.67718431 C1.14,9.50680814 2.13571078,10.5274112 3.99022451,10.5274112 L4.28893137,10.5274112 L4.28893137,12.1454373 C4.28893137,12.6246275 4.53163627,12.9357863 4.96726373,12.9357863 Z M5.22240784,11.7969429 L5.22240784,9.99221667 C5.22240784,9.65616412 5.09171961,9.52547716 4.75566961,9.52547716 L3.99022451,9.52547716 C2.73313725,9.52547716 2.14193039,8.88448922 2.14193039,7.67096471 L2.14193039,2.91022451 C2.14193039,1.6967 2.73313725,1.06193039 3.99022451,1.06193039 L12.0056931,1.06193039 C13.2566118,1.06193039 13.8539745,1.6967 13.8539745,2.91022451 L13.8539745,7.67096471 C13.8539745,8.88448922 13.2566118,9.52547716 12.0056931,9.52547716 L7.97306765,9.52547716 C7.62456569,9.52547716 7.45031471,9.57526333 7.21382941,9.81796696 L5.22240784,11.7969429 Z M4.10224118,6.14628137 L6.66618529,6.14628137 C6.86532745,6.14628137 7.02713922,5.99070196 7.02713922,5.7853402 C7.02713922,5.59241765 6.86532745,5.42439902 6.66618529,5.42439902 L4.10224118,5.42439902 C3.90309902,5.42439902 3.74751961,5.59241765 3.74751961,5.7853402 C3.74751961,5.99070196 3.90309902,6.14628137 4.10224118,6.14628137 Z M7.95439608,6.14628137 L11.980802,6.14628137 C12.1799441,6.14628137 12.3355235,5.99070196 12.3355235,5.7853402 C12.3355235,5.59241765 12.1799441,5.42439902 11.980802,5.42439902 L7.95439608,5.42439902 C7.75525392,5.42439902 7.59344216,5.59241765 7.59344216,5.7853402 C7.59344216,5.99070196 7.75525392,6.14628137 7.95439608,6.14628137 Z M4.10224118,7.77676176 L5.16017353,7.77676176 C5.35931569,7.77676176 5.5148951,7.62118235 5.5148951,7.4220402 C5.5148951,7.21667843 5.35931569,7.05486667 5.16017353,7.05486667 L4.10224118,7.05486667 C3.90309902,7.05486667 3.74751961,7.21667843 3.74751961,7.4220402 C3.74751961,7.62118235 3.90309902,7.77676176 4.10224118,7.77676176 Z M6.44215196,7.77676176 L9.5662049,7.77676176 C9.76534706,7.77676176 9.92092647,7.62118235 9.92092647,7.4220402 C9.92092647,7.21667843 9.76534706,7.05486667 9.5662049,7.05486667 L6.44215196,7.05486667 C6.2430098,7.05486667 6.08743039,7.21667843 6.08743039,7.4220402 C6.08743039,7.62118235 6.2430098,7.77676176 6.44215196,7.77676176 Z M10.8481706,7.77676176 L11.980802,7.77676176 C12.1799441,7.77676176 12.3355235,7.62118235 12.3355235,7.4220402 C12.3355235,7.21667843 12.1799441,7.05486667 11.980802,7.05486667 L10.8481706,7.05486667 C10.6490284,7.05486667 10.493449,7.21667843 10.493449,7.4220402 C10.493449,7.62118235 10.6490284,7.77676176 10.8481706,7.77676176 Z"/>
    124</svg>
  • trunk/Source/WebCore/Modules/modern-media-controls/images/macOS/Mute-RTL.svg

    r218991 r272339  
    11<?xml version="1.0" encoding="UTF-8"?>
    2 <svg width="22px" height="15px" viewBox="0 0 22 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    3     <!-- Generator: Sketch 45 (43475) - http://www.bohemiancoding.com/sketch -->
    4     <title>_Assets/Both/Mute RTL</title>
    5     <desc>Created with Sketch.</desc>
    6     <defs></defs>
    7     <g id="Media-Control-Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
    8         <g id="_Assets/Both/Mute-RTL" fill="#000000">
    9             <path d="M15.0384401,12.4336332 L14.7151198,12.7445465 C14.3273368,13.1174489 14,12.9886171 14,12.44141 L14,11.8340896 L15.0384401,12.4336332 Z M14,7.79263767 L14,2.56259782 C14,2.02224368 14.328475,1.87372699 14.7336617,2.24618642 L17.7297388,5.00026821 C17.7787854,5 17.8276579,5 17.877,5 L20.123,5 C20.195,5 20.266,5 20.338,5.00083333 C20.398,5.00083333 20.459,5.00166667 20.519,5.0025 C20.651,5.00583333 20.783,5.01166667 20.913,5.03166667 C21.045,5.05166667 21.168,5.08333333 21.288,5.13416667 C21.406,5.18416667 21.514,5.25 21.607,5.3275 C21.701,5.40583333 21.779,5.495 21.839,5.59333333 C21.9,5.69333333 21.939,5.79583333 21.962,5.90583333 C21.986,6.01416667 21.993,6.125 21.997,6.23416667 C21.999,6.28416667 21.999,6.335 21.999,6.385 C22,6.445 22,6.50416667 22,6.56416667 L22,8.43583333 C22,8.49583333 22,8.55583333 21.999,8.615 C21.999,8.66583333 21.999,8.71583333 21.997,8.76583333 C21.993,8.87583333 21.986,8.98583333 21.962,9.09416667 C21.939,9.20416667 21.9,9.30666667 21.839,9.40666667 C21.779,9.505 21.701,9.595 21.607,9.6725 C21.514,9.75083333 21.406,9.81583333 21.288,9.86583333 C21.168,9.91666667 21.045,9.94916667 20.913,9.96833333 C20.783,9.98833333 20.651,9.99416667 20.519,9.9975 C20.459,9.99916667 20.398,9.99916667 20.338,10 L20.123,10 L17.877,10 L17.8232637,10 L14,7.79263767 Z M12.0984016,10.7362012 C12.0719556,10.7963525 12.0306958,10.8516898 11.975,10.8969802 C11.786,11.0514833 11.502,11.0295606 11.34,10.848959 C11.0688063,10.5458841 10.8359472,10.228546 10.6440423,9.89652647 L12.0984016,10.7362012 Z M10.3551781,5.68829877 C10.5818609,5.1395229 10.9135304,4.62764579 11.34,4.15104101 C11.502,3.97043942 11.786,3.94851668 11.975,4.10301978 C12.165,4.25752287 12.187,4.52894723 12.026,4.70954882 C11.6287256,5.15341338 11.3293676,5.62791235 11.1397237,6.1412564 L10.3551781,5.68829877 Z M6.00498141,7.21816342 L6.90494133,7.73775552 C6.9605099,9.41225607 7.60202565,11.0012512 8.725,12.307171 C8.882,12.4897218 8.852,12.7568441 8.659,12.90536 C8.466,13.0528445 8.182,13.0249978 8.025,12.842447 C6.719,11.3242845 6,9.45649073 6,7.5 C6,7.40583933 6.00166538,7.31188411 6.00498141,7.21816342 Z M6.95104701,3.72292276 C7.24532664,3.17072984 7.60477673,2.64604244 8.025,2.15755298 C8.182,1.97500219 8.466,1.94715546 8.659,2.09464 C8.852,2.2431559 8.882,2.51027825 8.725,2.69282905 C8.32972705,3.15249651 7.99410451,3.64723565 7.72268909,4.16843052 L6.95104701,3.72292276 Z M2.26185384,5.05706771 L3.08281215,5.53104821 C2.96197404,6.16994634 2.901,6.82684524 2.901,7.5 C2.901,10.0310229 3.763,12.3322339 5.428,14.3108837 C5.583,14.4953516 5.551,14.7622632 5.355,14.9075703 C5.161,15.0539079 4.877,15.0229915 4.722,14.8395542 C2.929,12.7083835 2,10.2247657 2,7.5 C2,6.66178829 2.08791538,5.84639747 2.26185384,5.05706771 Z M3.57096454,1.77143124 C3.90321848,1.21476886 4.28720592,0.677244684 4.722,0.160445787 C4.877,-0.0229915406 5.161,-0.0539079442 5.355,0.0924296995 C5.551,0.237736796 5.583,0.504648414 5.428,0.689116289 C5.01602607,1.17869716 4.6532138,1.68802602 4.34045694,2.21569788 L3.57096454,1.77143124 Z M0.348205106,1.99951896 C0.555310106,1.64080257 1.00825831,1.51457545 1.37243073,1.7248305 L21.3782047,13.2751695 C21.7367591,13.4821809 21.8609811,13.9382988 21.6524304,14.2995191 C21.4453254,14.6582355 20.9923772,14.7844627 20.6282047,14.5742076 L0.622430735,3.0238686 C0.263876405,2.81685716 0.139654415,2.36073935 0.348205106,1.99951896 Z" id="iOS/Fullscreen/Mute" style="mix-blend-mode: normal;"></path>
    10         </g>
    11     </g>
     2<svg width="22px" height="15px" viewBox="0 0 22 15" version="1.1" xmlns="http://www.w3.org/2000/svg">
     3    <path d="M15.1748895,3.90672632 L12.8696895,3.90672632 C12.7925895,3.90672632 12.7231947,3.88359474 12.6769474,3.83734737 L9.26154211,0.622389474 C8.85292632,0.236905263 8.59851053,0.075 8.22073158,0.075 C7.68104737,0.075 7.30328421,0.499042105 7.30328421,1.01559474 L7.30328421,1.90220526 L15.6837211,10.2903632 L15.8379211,10.2903632 C16.4855421,10.0976211 16.8478947,9.5271 16.8478947,8.64819474 L16.8478947,5.66453684 C16.8478947,4.50037895 16.2619474,3.90672632 15.1748895,3.90672632 Z M17.1794105,14.7542842 C17.4184158,14.9855684 17.7961789,14.9855684 18.0196947,14.7542842 C18.2510105,14.5152789 18.2587474,14.1452147 18.0196947,13.9139242 L4.82075263,0.714915789 C4.58946842,0.483615789 4.20398421,0.483615789 3.97268421,0.714915789 C3.74910526,0.938494737 3.74910526,1.33168421 3.97268421,1.55526316 L17.1794105,14.7542842 Z M12.1218368,10.9919526 L7.30328421,6.16567895 L7.30328421,13.3125663 C7.30328421,13.8291174 7.68104737,14.2146016 8.20530526,14.2146016 C8.58308421,14.2146016 8.89148421,14.0604079 9.26154211,13.7134705 L12.1218368,10.9919526 Z"/>
    124</svg>
  • trunk/Source/WebCore/Modules/modern-media-controls/images/macOS/Mute.svg

    r217823 r272339  
    11<?xml version="1.0" encoding="UTF-8"?>
    2 <svg width="22px" height="15px" viewBox="0 0 22 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    3     <!-- Generator: Sketch 43.1 (39012) - http://www.bohemiancoding.com/sketch -->
    4     <title>_Assets/Both/Mute</title>
    5     <desc>Created with Sketch.</desc>
    6     <defs></defs>
    7     <g id="Media-Control-Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
    8         <g id="_Assets/Both/Mute" fill="#000000">
    9             <path d="M6.15796431,3.26503625 L7.26633835,2.24618642 C7.67152849,1.87372379 8,2.02224368 8,2.56259782 L8,4.32853605 L6.15796431,3.26503625 Z M8,8.36998794 L8,12.44141 C8,12.9886218 7.67266321,13.1174489 7.28488016,12.7445465 L4.42982367,9.99904876 C4.3991325,9.99936897 4.36843758,9.99957726 4.338,10 L4.123,10 L1.877,10 L1.662,10 C1.602,9.99916667 1.541,9.99916667 1.481,9.9975 C1.349,9.99416667 1.217,9.98833333 1.087,9.96833333 C0.955,9.94916667 0.832,9.91666667 0.712,9.86583333 C0.594,9.81583333 0.486,9.75083333 0.393,9.6725 C0.299,9.595 0.221,9.505 0.161,9.40666667 C0.1,9.30666667 0.061,9.20416667 0.038,9.09416667 C0.014,8.98583333 0.007,8.87583333 0.003,8.76583333 C0.001,8.71583333 0.001,8.66583333 0.001,8.615 C0,8.55583333 0,8.49583333 0,8.43583333 L0,6.56416667 C0,6.50416667 0,6.445 0.001,6.385 C0.001,6.335 0.001,6.28416667 0.003,6.23416667 C0.007,6.125 0.014,6.01416667 0.038,5.90583333 C0.061,5.79583333 0.1,5.69333333 0.161,5.59333333 C0.221,5.495 0.299,5.40583333 0.393,5.3275 C0.486,5.25 0.594,5.18416667 0.712,5.13416667 C0.832,5.08333333 0.955,5.05166667 1.087,5.03166667 C1.217,5.01166667 1.349,5.00583333 1.481,5.0025 C1.541,5.00166667 1.602,5.00083333 1.662,5.00083333 C1.734,5 1.805,5 1.877,5 L2.16300967,5 L8,8.36998794 Z M10.4126905,9.76295545 L11.1843351,10.2084646 C11.0358107,10.4286929 10.8686038,10.6421467 10.6835466,10.848959 C10.5215466,11.0295606 10.2375466,11.0514833 10.0485466,10.8969802 C9.85854659,10.7424771 9.83654659,10.4710528 9.99754659,10.2904512 C10.1507067,10.1193293 10.2893133,9.94365424 10.4126905,9.76295545 Z M10.8069786,5.94914593 C10.6172274,5.50888719 10.3447907,5.09751579 9.99754659,4.70954882 C9.83654659,4.52894723 9.85854659,4.25752287 10.0485466,4.10301978 C10.2375466,3.94851668 10.5215466,3.97043942 10.6835466,4.15104101 C11.3388709,4.88340436 11.7703514,5.69905344 11.9410276,6.60388942 L10.8069786,5.94914593 Z M15.8848649,8.88086495 L15.0481423,8.39778293 C15.0856532,8.10174187 15.1047112,7.80209941 15.1047112,7.5 C15.1047112,5.73843639 14.4567112,4.06041297 13.2807112,2.69282905 C13.1237112,2.51027825 13.1537112,2.2431559 13.3467112,2.09464 C13.5397112,1.94715546 13.8237112,1.97500219 13.9807112,2.15755298 C15.2867112,3.67571553 16.0057112,5.54350927 16.0057112,7.5 C16.0057112,7.96651029 15.9648326,8.42797773 15.8848649,8.88086495 Z M14.5270638,12.13839 C14.3583819,12.38032 14.176117,12.6152971 13.9807112,12.842447 C13.8237112,13.0249978 13.5397112,13.0528445 13.3467112,12.90536 C13.1537112,12.7568441 13.1237112,12.4897218 13.2807112,12.307171 C13.4509748,12.1091694 13.6101706,11.9046605 13.7579343,11.6943329 L14.5270638,12.13839 Z M17.1102703,13.629805 L17.8799849,14.0741999 C17.6933328,14.33406 17.494656,14.5892382 17.2840597,14.8395542 C17.1290597,15.0229915 16.8450597,15.0539079 16.6510597,14.9075703 C16.4550597,14.7622632 16.4230597,14.4953516 16.5780597,14.3108837 C16.7656887,14.0879094 16.9431204,13.860839 17.1102703,13.629805 Z M18.6742807,10.4913349 C18.9601106,9.5371308 19.1050597,8.53788734 19.1050597,7.5 C19.1050597,4.96897709 18.2430597,2.66776612 16.5780597,0.689116289 C16.4230597,0.504648414 16.4550597,0.237736796 16.6510597,0.0924296995 C16.8450597,-0.0539079442 17.1290597,-0.0229915406 17.2840597,0.160445787 C19.0770597,2.29161654 20.0060597,4.7752343 20.0060597,7.5 C20.0060597,8.70036154 19.8257656,9.8539227 19.4707347,10.9511678 L18.6742807,10.4913349 Z M0.348205106,1.99951896 C0.555311887,1.64079949 1.00825831,1.51457545 1.37243073,1.7248305 L21.3782047,13.2751695 C21.7367622,13.4821827 21.8609811,13.9382988 21.6524304,14.2995191 C21.4453236,14.6582386 20.9923772,14.7844627 20.6282047,14.5742076 L0.622430735,3.0238686 C0.263873321,2.81685538 0.139654415,2.36073935 0.348205106,1.99951896 Z" id="iOS/Fullscreen/Mute" style="mix-blend-mode: normal;"></path>
    10         </g>
    11     </g>
     2<svg width="22px" height="15px" viewBox="0 0 22 15" version="1.1" xmlns="http://www.w3.org/2000/svg">
     3    <path d="M14.7046,1.01559474 C14.7046,0.499042105 14.3191158,0.075 13.7794316,0.075 C13.4016526,0.075 13.1472368,0.236905263 12.7386211,0.622389474 L9.56992632,3.61375263 C9.52367895,3.66001579 9.47741579,3.69085263 9.42344737,3.70627895 L9.10734211,3.72168947 L14.7046,9.31894737 L14.7046,1.01559474 Z M17.1794105,14.7542842 C17.4184158,14.9855684 17.7961789,14.9855684 18.0196947,14.7542842 C18.2510105,14.5152789 18.2587474,14.1452147 18.0196947,13.9139242 L4.82075263,0.714915789 C4.58946842,0.483615789 4.20398421,0.483615789 3.97268421,0.714915789 C3.74910526,0.938494737 3.74910526,1.33168421 3.97268421,1.55526316 L17.1794105,14.7542842 Z M6.83297895,10.3983 L9.13047368,10.3983 C9.20757368,10.3983 9.27696842,10.4214316 9.32321579,10.4676789 L12.7386211,13.7134705 C13.1086789,14.0604079 13.4170789,14.2146016 13.7948421,14.2146016 C14.1494895,14.2146016 14.4347579,14.0295695 14.5735316,13.7597289 C14.6043684,13.6903421 14.6352053,13.6132453 14.6583368,13.5284384 L5.54545789,4.41557368 C5.29104211,4.69312105 5.15997368,5.11714737 5.15997368,5.66453684 L5.15997368,8.64819474 C5.15997368,9.80464737 5.74592105,10.3983 6.83297895,10.3983 Z"/>
    124</svg>
  • trunk/Source/WebCore/Modules/modern-media-controls/images/macOS/Pause.svg

    r217823 r272339  
    11<?xml version="1.0" encoding="UTF-8"?>
    2 <svg width="11px" height="13px" viewBox="0 0 11 13" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    3     <!-- Generator: Sketch 43.1 (39012) - http://www.bohemiancoding.com/sketch -->
    4     <title>_Assets/Inline/Pause</title>
    5     <desc>Created with Sketch.</desc>
    6     <defs></defs>
    7     <g id="Media-Control-Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
    8         <g id="_Assets/Inline/Pause" fill="#000000">
    9             <path d="M7,0.998502329 C7,0.44704472 7.44335318,0 8.0093689,0 L9.9906311,0 C10.5480902,0 11,0.447489426 11,0.998502329 L11,12.0014977 C11,12.5529553 10.5566468,13 9.9906311,13 L8.0093689,13 C7.45190985,13 7,12.5525106 7,12.0014977 L7,0.998502329 Z M0,0.998502329 C0,0.44704472 0.443353176,0 1.0093689,0 L2.9906311,0 C3.54809015,0 4,0.447489426 4,0.998502329 L4,12.0014977 C4,12.5529553 3.55664682,13 2.9906311,13 L1.0093689,13 C0.451909848,13 0,12.5525106 0,12.0014977 L0,0.998502329 Z" id="Combined-Shape"></path>
    10         </g>
    11     </g>
     2<svg width="11px" height="13px" viewBox="0 0 11 13" version="1.1" xmlns="http://www.w3.org/2000/svg">
     3    <path d="M1.71529125,12.9604158 L3.52437125,12.9604158 C4.2146875,12.9604158 4.57967875,12.5954245 4.57967875,11.8971831 L4.57967875,1.09029125 C4.57967875,0.368255 4.2146875,0.035 3.52437125,0.035 L1.71529125,0.035 C1.02499125,0.035 0.66,0.39999125 0.66,1.09029125 L0.66,11.8971831 C0.66,12.5954245 1.02499125,12.9604158 1.71529125,12.9604158 Z M7.4837325,12.9604158 L9.28486625,12.9604158 C9.9831125,12.9604158 10.3401738,12.5954245 10.3401738,11.8971831 L10.3401738,1.09029125 C10.3401738,0.368255 9.9831125,0.035 9.28486625,0.035 L7.4837325,0.035 C6.78548625,0.035 6.420495,0.39999125 6.420495,1.09029125 L6.420495,11.8971831 C6.420495,12.5954245 6.78548625,12.9604158 7.4837325,12.9604158 Z"/>
    124</svg>
  • trunk/Source/WebCore/Modules/modern-media-controls/images/macOS/PipIn-fullscreen.svg

    r217823 r272339  
    1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    2 <svg width="19px" height="16px" viewBox="0 0 19 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    3     <!-- Generator: Sketch 41.2 (35397) - http://www.bohemiancoding.com/sketch -->
    4     <title>macOS-MiniPipIn Copy</title>
    5     <desc>Created with Sketch.</desc>
    6     <defs></defs>
    7     <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
    8         <g id="Group-3" transform="translate(-335.000000, 0.000000)" fill="#000000">
    9             <g id="macOS-MiniPipIn-Copy" transform="translate(335.000000, 0.000000)">
    10                 <polygon id="Shape" points="16.15 8.03571429 16.15 0.892857143 0.85 0.892857143 1 11 7 11 7 12 0 12 0 0 17 0 17 8.03571429"></polygon>
    11                 <polygon id="Shape" points="7 8 3 8 3 7 6.4 7 2.1 2.7 2.7 2.1 7 6.4 7.00341797 3 7.99584961 3 8 7 8 8"></polygon>
    12                 <polygon id="Shape" points="8 9 19 9 19 16 8 16"></polygon>
    13             </g>
    14         </g>
    15     </g>
     1<?xml version="1.0" encoding="UTF-8"?>
     2<svg width="19px" height="16px" viewBox="0 0 19 16" version="1.1" xmlns="http://www.w3.org/2000/svg">
     3    <path d="M2.30583077,12.2470921 L7.68668923,12.2470921 L7.68668923,13.6315578 C7.68668923,15.0231631 8.35752077,15.6868477 9.77052154,15.6868477 L16.8427015,15.6868477 C18.2557169,15.6868477 18.9337246,15.0231631 18.9337246,13.6315578 L18.9337246,9.16416231 C18.9337246,7.77255846 18.2557169,7.10887385 16.8427015,7.10887385 L15.3655246,7.10887385 L15.3655246,2.52728692 C15.3655246,1.05718385 14.6161938,0.315 13.1246938,0.315 L2.30583077,0.315 C0.807183846,0.315 0.065,1.05718385 0.065,2.52728692 L0.065,10.0419331 C0.065,11.5120362 0.807183846,12.2470921 2.30583077,12.2470921 Z M2.32011,11.0981285 C1.60645538,11.0981285 1.21395923,10.7198969 1.21395923,9.97771308 L1.21395923,2.59152154 C1.21395923,1.84933769 1.60645538,1.46395923 2.32011,1.46395923 L13.1103708,1.46395923 C13.8097169,1.46395923 14.2164631,1.84933769 14.2164631,2.59152154 L14.2164631,7.10887385 L9.77052154,7.10887385 C8.35752077,7.10887385 7.68668923,7.77255846 7.68668923,9.16416231 L7.68668923,11.0981285 L2.32011,11.0981285 Z M2.70547385,2.49161077 C2.42715308,2.49161077 2.21305231,2.68428538 2.21305231,2.94120923 C2.21305231,3.09106077 2.26300769,3.19811846 2.37719769,3.31229385 L3.89010923,4.82522 L3.21929231,5.49603692 C2.86960462,5.84572462 3.08370538,6.29532308 3.56898,6.37382231 L5.94539769,6.73777462 C6.27367385,6.78773 6.52345077,6.53795308 6.48064231,6.20967692 L6.11667538,3.82611231 C6.03817615,3.32657308 5.58857769,3.11247231 5.23175769,3.47643923 L4.56094077,4.14725615 L3.05516154,2.63433 C2.94810385,2.52728692 2.84106077,2.49161077 2.70547385,2.49161077 Z"/>
    164</svg>
  • trunk/Source/WebCore/Modules/modern-media-controls/images/macOS/PipIn.svg

    r217823 r272339  
    11<?xml version="1.0" encoding="UTF-8"?>
    2 <svg width="19px" height="13px" viewBox="0 0 19 13" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    3     <!-- Generator: Sketch 43.1 (39012) - http://www.bohemiancoding.com/sketch -->
    4     <title>_Assets/Inline/MiniPipIn</title>
    5     <desc>Created with Sketch.</desc>
    6     <defs></defs>
    7     <g id="Media-Control-Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
    8         <g id="_Assets/Inline/MiniPipIn" fill="#000000">
    9             <path d="M17,6 L17,0.995397568 C17,0.455664396 16.5523026,0 16.0000398,0 L0.999960201,0 C0.454708934,0 0,0.445654671 0,0.995397568 L0,9.00460243 C0,9.5443356 0.447697432,10 0.999960201,10 L7,10 L7,9 L1.49907684,9 C1.22344431,9 1,8.76920319 1,8.49956417 L1,1.50043583 C1,1.22405275 1.2236826,1 1.49907684,1 L15.5009232,1 C15.7765557,1 16,1.23079681 16,1.50043583 L16,6 L17,6 Z" id="Combined-Shape"></path>
    10             <path d="M5.29289322,6 L2.14652448,2.85363127 C1.95514427,2.66225105 1.96400177,2.34310492 2.15355334,2.15355334 C2.34881549,1.9582912 2.66050087,1.95339409 2.85363127,2.14652448 L6,5.29289322 L6,3.49047852 C6,3.21959471 6.23193359,3 6.5,3 C6.77614237,3 7,3.21505737 7,3.49047852 L7,6.50952148 C7,6.64335979 6.94338149,6.76467766 6.85376048,6.85317532 C6.76704859,6.94530675 6.64565912,7 6.50952148,7 L3.49047852,7 C3.21959471,7 3,6.76806641 3,6.5 C3,6.22385763 3.21505737,6 3.49047852,6 L5.29289322,6 Z" id="Combined-Shape"></path>
    11             <rect id="Rectangle-12" x="8" y="7" width="11" height="6" rx="1"></rect>
    12         </g>
    13     </g>
     2<svg width="19px" height="13px" viewBox="0 0 19 13" version="1.1" xmlns="http://www.w3.org/2000/svg">
     3    <path d="M3.46533962,10.0625301 L7.98055849,10.0625301 L7.98055849,11.2242714 C7.98055849,12.3920038 8.54347075,12.9489189 9.7291566,12.9489189 L15.6636075,12.9489189 C16.8493057,12.9489189 17.4182396,12.3920038 17.4182396,11.2242714 L17.4182396,7.47556321 C17.4182396,6.30783208 16.8493057,5.75091698 15.6636075,5.75091698 L14.4240698,5.75091698 L14.4240698,1.90638774 C14.4240698,0.672785849 13.7952868,0.05 12.5437302,0.05 L3.46533962,0.05 C2.20778585,0.05 1.585,0.672785849 1.585,1.90638774 L1.585,8.21212358 C1.585,9.44572547 2.20778585,10.0625301 3.46533962,10.0625301 Z M3.4773217,9.09840472 C2.87847547,9.09840472 2.5491217,8.78102075 2.5491217,8.15823491 L2.5491217,1.96028868 C2.5491217,1.33750283 2.87847547,1.0141217 3.4773217,1.0141217 L12.5317113,1.0141217 C13.1185509,1.0141217 13.4598623,1.33750283 13.4598623,1.96028868 L13.4598623,5.75091698 L9.7291566,5.75091698 C8.54347075,5.75091698 7.98055849,6.30783208 7.98055849,7.47556321 L7.98055849,9.09840472 L3.4773217,9.09840472 Z M3.80069057,1.87645094 C3.56714434,1.87645094 3.38748679,2.03812925 3.38748679,2.25372075 C3.38748679,2.37946509 3.42940566,2.4693 3.52522547,2.56510755 L4.79474906,3.8346434 L4.23184906,4.3975434 C3.93841698,4.69097547 4.11807453,5.06824528 4.52528113,5.13411604 L6.51939528,5.43951792 C6.79486038,5.48143679 7.00445472,5.27184245 6.96853302,4.99637736 L6.66311887,2.99626604 C6.59724811,2.57708962 6.2199783,2.39743208 5.92056132,2.70284623 L5.35766132,3.26574623 L4.09412264,1.99621038 C4.00428774,1.90638774 3.91446509,1.87645094 3.80069057,1.87645094 Z"/>
    144</svg>
  • trunk/Source/WebCore/Modules/modern-media-controls/images/macOS/Play.svg

    r217823 r272339  
    11<?xml version="1.0" encoding="UTF-8"?>
    2 <svg width="11px" height="13px" viewBox="0 0 11 13" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    3     <!-- Generator: Sketch 43.1 (39012) - http://www.bohemiancoding.com/sketch -->
    4     <title>_Assets/Inline/Play</title>
    5     <desc>Created with Sketch.</desc>
    6     <defs></defs>
    7     <g id="Media-Control-Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
    8         <g id="_Assets/Inline/Play" fill="#000000">
    9             <path d="M0,0.605068692 C0,0.0581737121 0.382516488,-0.156104789 0.86412265,0.132301887 L10.6325985,5.98208928 C11.1098403,6.26788237 11.1142047,6.72861913 10.6325985,7.01701097 L0.86412265,12.8664975 C0.386880889,13.1522759 0,12.9414166 0,12.3937041 L0,0.605068692 Z" id="Rectangle"></path>
    10         </g>
    11     </g>
     2<svg width="11px" height="13px" viewBox="0 0 11 13" version="1.1" xmlns="http://www.w3.org/2000/svg">
     3    <path d="M0.967370794,12.5643525 C1.25384013,12.5643525 1.49732146,12.4497692 1.78379079,12.2850567 L10.1340375,7.45823467 C10.7284481,7.10732 10.9361281,6.87815333 10.9361281,6.49859467 C10.9361281,6.119036 10.7284481,5.88986933 10.1340375,5.54612667 L1.78379079,0.71214 C1.49732146,0.547433333 1.25384013,0.44 0.967370794,0.44 C0.437434794,0.44 0.108006794,0.841045333 0.108006794,1.4641 L0.108006794,11.5331031 C0.108006794,12.1561499 0.437434794,12.5643525 0.967370794,12.5643525 Z"/>
    124</svg>
  • trunk/Source/WebCore/Modules/modern-media-controls/images/macOS/Rewind.svg

    r217823 r272339  
    1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    2 <svg width="24px" height="16px" viewBox="0 0 24 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    3     <!-- Generator: Sketch 41.2 (35397) - http://www.bohemiancoding.com/sketch -->
    4     <title>macOS-Rewind</title>
    5     <desc>Created with Sketch.</desc>
    6     <defs></defs>
    7     <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
    8         <g id="macOS-Rewind" fill="#000000">
    9             <path d="M0.8,9.3 C0.8,9.3 0,8.9 0,8.4 C0,7.9 0.8,7.5 0.8,7.5 L10.6,1.3 C10.6,1.3 11.3,0.7 11.7,1 C12.1,1.2 12,2.2 12,2.2 L12,14.7 C12,14.7 12.1,15.7 11.7,15.9 C11.4,16.1 10.6,15.6 10.6,15.6 L0.8,9.3 Z" id="Shape"></path>
    10             <path d="M12.8,9.3 C12.8,9.3 12,8.9 12,8.4 C12,7.9 12.8,7.5 12.8,7.5 L22.6,1.3 C22.6,1.3 23.3,0.7 23.7,1 C24.1,1.2 24,2.2 24,2.2 L24,14.7 C24,14.7 24.1,15.7 23.7,15.9 C23.4,16.1 22.6,15.6 22.6,15.6 L12.8,9.3 Z" id="Shape"></path>
    11         </g>
    12     </g>
     1<?xml version="1.0" encoding="UTF-8"?>
     2<svg width="24px" height="16px" viewBox="0 0 24 16" version="1.1" xmlns="http://www.w3.org/2000/svg">
     3    <path d="M10.7704924,15.8171609 C11.4475769,15.8171609 12.0204836,15.2963273 12.0204836,14.3327858 L12.0204836,9.33278222 C12.115968,9.69736889 12.3850702,10.0098667 12.8538169,10.2876444 L21.699328,15.4959804 C22.046528,15.7043129 22.3416391,15.8171609 22.6975502,15.8171609 C23.3747058,15.8171609 23.9475058,15.2963273 23.9475058,14.3327858 L23.9475058,3.66439111 C23.9475058,2.70083556 23.3747058,2.18 22.6975502,2.18 C22.3416391,2.18 22.0552391,2.29285333 21.699328,2.50119111 L12.8538169,7.70952889 C12.3763947,7.98730667 12.115968,8.29980444 12.0204836,8.66439111 L12.0204836,3.66439111 C12.0204836,2.70083556 11.4475769,2.18 10.7704924,2.18 C10.4145813,2.18 10.128128,2.29285333 9.77221689,2.50119111 L0.926736,7.70952889 C0.310417778,8.07409778 0.05,8.49944889 0.05,8.99424 C0.05,9.49772444 0.310417778,9.92305778 0.926736,10.2876444 L9.77221689,15.4959804 C10.1194524,15.7043129 10.4145813,15.8171609 10.7704924,15.8171609 Z"/>
    134</svg>
  • trunk/Source/WebCore/Modules/modern-media-controls/images/macOS/SkipBack15.svg

    r217823 r272339  
    11<?xml version="1.0" encoding="UTF-8"?>
    2 <svg width="13px" height="17px" viewBox="0 0 13 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    3     <!-- Generator: Sketch 43.2 (39069) - http://www.bohemiancoding.com/sketch -->
    4     <title>_Assets/Inline/SkipBack15</title>
    5     <desc>Created with Sketch.</desc>
    6     <defs></defs>
    7     <g id="Media-Control-Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
    8         <g id="_Assets/Inline/SkipBack15" fill="#000000">
    9             <path d="M4.02148438,11 L5.05371094,11 L5.05371094,6.06787109 L4.02490234,6.06787109 L2.75,6.94628906 L2.75,7.90673828 L3.95996094,7.07275391 L4.02148438,7.07275391 L4.02148438,11 Z M8.02369142,11.1264648 C9.15503907,11.1264648 9.91041017,10.4121094 9.91041017,9.36621094 C9.91041017,8.39892578 9.24732423,7.71191406 8.31080079,7.71191406 C7.82203126,7.71191406 7.47339845,7.89306641 7.26490235,8.19384766 L7.20337892,8.19384766 L7.31275392,6.92578125 L9.61304688,6.92578125 L9.61304688,6.06787109 L6.51294923,6.06787109 L6.26685548,8.92871094 L7.18970704,8.92871094 C7.36060548,8.65185547 7.65113282,8.484375 8.03394532,8.484375 C8.55689454,8.484375 8.92603517,8.84667969 8.92603517,9.39013672 C8.92603517,9.92675781 8.56031251,10.2822266 8.03052735,10.2822266 C7.56226563,10.2822266 7.19996095,10.0087891 7.14185548,9.59863281 L6.1882422,9.59863281 C6.21900392,10.4804688 6.95044923,11.1264648 8.02369142,11.1264648 Z" id="15"></path>
    10             <path d="M5,3 L7.55664682,4.27832341 C7.80707169,4.40353584 8,4.28040529 8,4.00952148 L8,3.20703249 C10.3085048,3.85996138 12,5.98244575 12,8.5 C12,11.5375661 9.53756612,14 6.5,14 C3.46243388,14 1,11.5375661 1,8.5 C1,8.33145515 1.00758131,8.16468102 1.02242151,8 L0.0189448167,8 C0.00639146302,8.16502081 1.31838984e-16,8.331764 1.31838984e-16,8.5 C1.31838984e-16,12.0898509 2.91014913,15 6.5,15 C10.0898509,15 13,12.0898509 13,8.5 C13,5.42641836 10.8667,2.85109564 8,2.17393184 L8,0.990478516 C8,0.715057373 7.80150402,0.599247989 7.55664682,0.721676588 L5,2 L5,0.990478516 C5,0.715057373 4.80150402,0.599247989 4.55664682,0.721676588 L1.44335318,2.27832341 C1.19292831,2.40353584 1.19849598,2.59924799 1.44335318,2.72167659 L4.55664682,4.27832341 C4.80707169,4.40353584 5,4.28040529 5,4.00952148 L5,3 Z" id="Combined-Shape"></path>
    11         </g>
    12     </g>
     2<svg width="13px" height="17px" viewBox="0 0 13 17" version="1.1" xmlns="http://www.w3.org/2000/svg">
     3    <path d="M6.50050208,15.5196499 C10.0074258,15.5196499 12.9110595,12.6160664 12.9110595,9.10914391 C12.9110595,6.01702312 10.6547615,3.39624886 7.71347931,2.8180449 L7.71347931,1.92560134 C7.71347931,1.47939243 7.40552089,1.35997263 7.06614366,1.60508055 L5.06128624,3.00659639 C4.77218426,3.20771025 4.76590307,3.50937461 5.06128624,3.71678253 L7.0598496,5.12457956 C7.40552089,5.37596867 7.71347931,5.25656173 7.71347931,4.80404589 L7.71347931,3.90532114 C10.0891328,4.44581223 11.836307,6.5637954 11.836307,9.10914391 C11.836307,12.0755766 9.46693475,14.4512301 6.50050208,14.4512301 C3.53406941,14.4512301 1.15213475,12.0755766 1.15841594,9.10914391 C1.16469713,7.32425678 2.03200307,5.7467647 3.37066842,4.79148352 C3.62835158,4.59665084 3.71004564,4.30126768 3.55292584,4.03730332 C3.39580604,3.77962015 3.05014762,3.71048847 2.77360802,3.92417758 C1.15841594,5.09944193 0.09,6.99744193 0.09,9.10914391 C0.09,12.6160664 2.99987238,15.5196499 6.50050208,15.5196499 Z M4.63392089,11.6859112 C4.87902881,11.6859112 5.03614861,11.5162291 5.03614861,11.2522647 L5.03614861,7.28654391 C5.03614861,6.96602312 4.87273475,6.79632807 4.58992683,6.79632807 C4.41395059,6.79632807 4.2882496,6.85289738 4.06827931,7.00373599 L3.20098624,7.58822114 C3.05642881,7.69506569 2.98729713,7.80819144 2.98729713,7.95273599 C2.98729713,8.16013104 3.15069812,8.33610728 3.35181198,8.33610728 C3.47751297,8.33610728 3.54036347,8.31096966 3.6597704,8.21670035 L4.2505496,7.78305381 L4.2505496,11.2522647 C4.2505496,11.509935 4.40137535,11.6859112 4.63392089,11.6859112 Z M7.82660505,11.761337 C8.86987436,11.761337 9.56120406,11.0888637 9.56120406,10.0770003 C9.56120406,9.15313797 8.93900604,8.49322708 8.04028129,8.49322708 C7.66948525,8.49322708 7.26725752,8.66292213 7.07870604,8.94574292 L7.18555059,7.58822114 L9.07098822,7.58822114 C9.25324564,7.58822114 9.41036545,7.43738253 9.41036545,7.22370629 C9.41036545,7.01001718 9.25324564,6.87175381 9.07098822,6.87175381 L7.0598496,6.87175381 C6.73304762,6.87175381 6.55077733,7.06029243 6.51935851,7.39338847 L6.38109515,9.20341322 C6.35595752,9.51765282 6.51935851,9.66849144 6.79588525,9.66849144 C7.00329317,9.66849144 7.09128129,9.63077857 7.27353871,9.4925152 C7.51235257,9.2725449 7.70718525,9.18455678 7.95229317,9.18455678 C8.44250901,9.18455678 8.76932386,9.54279045 8.76932386,10.0895756 C8.76932386,10.6426419 8.38595257,11.0448697 7.86430505,11.0448697 C7.49350901,11.0448697 7.17297535,10.8311805 7.00957436,10.5043657 C6.91530505,10.3409647 6.80217931,10.2529766 6.6450595,10.2529766 C6.43765158,10.2529766 6.29310703,10.4038152 6.29310703,10.6174914 C6.29310703,10.7054796 6.31196347,10.7871865 6.34338228,10.8688934 C6.51307733,11.3213964 7.06614366,11.761337 7.82660505,11.761337 Z"/>
    134</svg>
  • trunk/Source/WebCore/Modules/modern-media-controls/images/macOS/SkipForward15.svg

    r217823 r272339  
    11<?xml version="1.0" encoding="UTF-8"?>
    2 <svg width="13px" height="17px" viewBox="0 0 13 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    3     <!-- Generator: Sketch 43.2 (39069) - http://www.bohemiancoding.com/sketch -->
    4     <title>_Assets/Inline/SkipForward15</title>
    5     <desc>Created with Sketch.</desc>
    6     <defs></defs>
    7     <g id="Media-Control-Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
    8         <g id="_Assets/Inline/SkipForward15" fill="#000000">
    9             <path d="M4.01148438,11 L5.04371095,11 L5.04371095,6.06787109 L4.01490235,6.06787109 L2.74000001,6.94628906 L2.74000001,7.90673828 L3.94996095,7.07275391 L4.01148438,7.07275391 L4.01148438,11 Z M8.01369143,11.1264648 C9.14503908,11.1264648 9.90041018,10.4121094 9.90041018,9.36621094 C9.90041018,8.39892578 9.23732424,7.71191406 8.3008008,7.71191406 C7.81203127,7.71191406 7.46339846,7.89306641 7.25490236,8.19384766 L7.19337893,8.19384766 L7.30275393,6.92578125 L9.60304689,6.92578125 L9.60304689,6.06787109 L6.50294924,6.06787109 L6.25685549,8.92871094 L7.17970705,8.92871094 C7.35060549,8.65185547 7.64113283,8.484375 8.02394533,8.484375 C8.54689455,8.484375 8.91603518,8.84667969 8.91603518,9.39013672 C8.91603518,9.92675781 8.55031252,10.2822266 8.02052736,10.2822266 C7.55226564,10.2822266 7.18996096,10.0087891 7.13185549,9.59863281 L6.17824221,9.59863281 C6.20900393,10.4804688 6.94044924,11.1264648 8.01369143,11.1264648 Z" id="15"></path>
    10             <path d="M5,3 L7.55664682,4.27832341 C7.80707169,4.40353584 8,4.28040529 8,4.00952148 L8,3.20703249 C10.3085048,3.85996138 12,5.98244575 12,8.5 C12,11.5375661 9.53756612,14 6.5,14 C3.46243388,14 1,11.5375661 1,8.5 C1,8.33145515 1.00758131,8.16468102 1.02242151,8 L0.0189448167,8 C0.00639146302,8.16502081 1.31838984e-16,8.331764 1.31838984e-16,8.5 C1.31838984e-16,12.0898509 2.91014913,15 6.5,15 C10.0898509,15 13,12.0898509 13,8.5 C13,5.42641836 10.8667,2.85109564 8,2.17393184 L8,0.990478516 C8,0.715057373 7.80150402,0.599247989 7.55664682,0.721676588 L5,2 L5,0.990478516 C5,0.715057373 4.80150402,0.599247989 4.55664682,0.721676588 L1.44335318,2.27832341 C1.19292831,2.40353584 1.19849598,2.59924799 1.44335318,2.72167659 L4.55664682,4.27832341 C4.80707169,4.40353584 5,4.28040529 5,4.00952148 L5,3 Z" id="Combined-Shape" transform="translate(6.500000, 7.836532) scale(-1, 1) translate(-6.500000, -7.836532) "></path>
    11         </g>
    12     </g>
     2<svg width="13px" height="17px" viewBox="0 0 13 17" version="1.1" xmlns="http://www.w3.org/2000/svg">
     3    <path d="M6.50050208,15.5176184 C10.0074258,15.5176184 12.9110595,12.6140349 12.9110595,9.10711247 C12.9110595,6.99541049 11.842614,5.09741049 10.2273961,3.92214613 C9.95086941,3.70845703 9.60519812,3.77758871 9.44807832,4.03527188 C9.29095851,4.29923623 9.37266545,4.5946194 9.63033574,4.78945207 C10.9690011,5.74473326 11.836307,7.32222534 11.842614,9.10711247 C11.8489209,12.0735451 9.46693475,14.4491986 6.50050208,14.4491986 C3.53406941,14.4491986 1.16469713,12.0735451 1.16469713,9.10711247 C1.16469713,6.56176396 2.91188426,4.44378079 5.28753772,3.9032897 L5.28753772,4.80830851 C5.28753772,5.25453029 5.59549614,5.37393722 5.94115455,5.1288293 L7.94601198,3.72103227 C8.22883277,3.5261996 8.23511396,3.22453524 7.94601198,3.01712732 L5.94743574,1.60933029 C5.59549614,1.35794118 5.28753772,1.47736099 5.28753772,1.92986396 L5.28753772,2.81601346 C2.34624267,3.38793623 0.09,6.01499168 0.09,9.10711247 C0.09,12.6140349 2.99987238,15.5176184 6.50050208,15.5176184 Z M4.63392089,11.6838798 C4.87902881,11.6838798 5.03614861,11.5141976 5.03614861,11.2502333 L5.03614861,7.28451247 C5.03614861,6.96399168 4.87273475,6.79429663 4.58992683,6.79429663 C4.41395059,6.79429663 4.2882496,6.85086594 4.06827931,7.00170455 L3.20098624,7.5861897 C3.05642881,7.69303425 2.98729713,7.80616 2.98729713,7.95070455 C2.98729713,8.1580996 3.15069812,8.33407584 3.35181198,8.33407584 C3.47751297,8.33407584 3.54036347,8.30893821 3.6597704,8.21466891 L4.2505496,7.78102237 L4.2505496,11.2502333 C4.2505496,11.5079036 4.40137535,11.6838798 4.63392089,11.6838798 Z M7.82660505,11.7593055 C8.86987436,11.7593055 9.56120406,11.0868323 9.56120406,10.0749689 C9.56120406,9.15110653 8.93900604,8.49119564 8.04028129,8.49119564 C7.66948525,8.49119564 7.26725752,8.66089069 7.07870604,8.94371148 L7.18555059,7.5861897 L9.07098822,7.5861897 C9.25324564,7.5861897 9.41036545,7.43535108 9.41036545,7.22167485 C9.41036545,7.00798574 9.25324564,6.86972237 9.07098822,6.86972237 L7.0598496,6.86972237 C6.73304762,6.86972237 6.55077733,7.05826099 6.51935851,7.39135703 L6.38109515,9.20138178 C6.35595752,9.51562138 6.51935851,9.66646 6.79588525,9.66646 C7.00329317,9.66646 7.09128129,9.62874712 7.27353871,9.49048376 C7.51235257,9.27051346 7.70718525,9.18252534 7.95229317,9.18252534 C8.44250901,9.18252534 8.76932386,9.54075901 8.76932386,10.0875442 C8.76932386,10.6406105 8.38595257,11.0428382 7.86430505,11.0428382 C7.49350901,11.0428382 7.17297535,10.8291491 7.00957436,10.5023343 C6.91530505,10.3389333 6.80217931,10.2509451 6.6450595,10.2509451 C6.43765158,10.2509451 6.29310703,10.4017838 6.29310703,10.61546 C6.29310703,10.7034481 6.31196347,10.785155 6.34338228,10.866862 C6.51307733,11.3193649 7.06614366,11.7593055 7.82660505,11.7593055 Z"/>
    134</svg>
  • trunk/Source/WebCore/Modules/modern-media-controls/images/macOS/VolumeHi-RTL.svg

    r218991 r272339  
    11<?xml version="1.0" encoding="UTF-8"?>
    2 <svg width="22px" height="15px" viewBox="0 0 22 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    3     <!-- Generator: Sketch 45 (43475) - http://www.bohemiancoding.com/sketch -->
    4     <title>_Assets/Both/VolumeHi RTL</title>
    5     <desc>Created with Sketch.</desc>
    6     <defs></defs>
    7     <g id="Media-Control-Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
    8         <g id="_Assets/Both/VolumeHi-RTL" fill="#000000" transform="translate(2, 0)">
    9             <path d="M15.5701763,9.99904876 L12.7151198,12.7445465 C12.3273368,13.1174489 12,12.9886171 12,12.44141 L12,2.56259782 C12,2.02224368 12.328475,1.87372699 12.7336617,2.24618642 L15.7297388,5.00026821 C15.7787854,5 15.8276579,5 15.877,5 L18.123,5 C18.195,5 18.266,5 18.338,5.00083333 C18.398,5.00083333 18.459,5.00166667 18.519,5.0025 C18.651,5.00583333 18.783,5.01166667 18.913,5.03166667 C19.045,5.05166667 19.168,5.08333333 19.288,5.13416667 C19.406,5.18416667 19.514,5.25 19.607,5.3275 C19.701,5.40583333 19.779,5.495 19.839,5.59333333 C19.9,5.69333333 19.939,5.79583333 19.962,5.90583333 C19.986,6.01416667 19.993,6.125 19.997,6.23416667 C19.999,6.28416667 19.999,6.335 19.999,6.385 C20,6.445 20,6.50416667 20,6.56416667 L20,8.43583333 C20,8.49583333 20,8.55583333 19.999,8.615 C19.999,8.66583333 19.999,8.71583333 19.997,8.76583333 C19.993,8.87583333 19.986,8.98583333 19.962,9.09416667 C19.939,9.20416667 19.9,9.30666667 19.839,9.40666667 C19.779,9.505 19.701,9.595 19.607,9.6725 C19.514,9.75083333 19.406,9.81583333 19.288,9.86583333 C19.168,9.91666667 19.045,9.94916667 18.913,9.96833333 C18.783,9.98833333 18.651,9.99416667 18.519,9.9975 C18.459,9.99916667 18.398,9.99916667 18.338,10 L18.123,10 L15.877,10 L15.662,10 C15.6315624,9.99957726 15.6008675,9.99936897 15.5701763,9.99904876 Z M10.026,10.2904512 C10.187,10.4710528 10.165,10.7424771 9.975,10.8969802 C9.786,11.0514833 9.502,11.0295606 9.34,10.848959 C8.475,9.8822707 8,8.77047478 8,7.5 C8,6.22952522 8.475,5.1177293 9.34,4.15104101 C9.502,3.97043942 9.786,3.94851668 9.975,4.10301978 C10.165,4.25752287 10.187,4.52894723 10.026,4.70954882 C9.3,5.52069007 8.901,6.43413743 8.901,7.5 C8.901,8.56586257 9.3,9.47930993 10.026,10.2904512 Z M6.725,12.307171 C6.882,12.4897218 6.852,12.7568441 6.659,12.90536 C6.466,13.0528445 6.182,13.0249978 6.025,12.842447 C4.719,11.3242845 4,9.45649073 4,7.5 C4,5.54350927 4.719,3.67571553 6.025,2.15755298 C6.182,1.97500219 6.466,1.94715546 6.659,2.09464 C6.852,2.2431559 6.882,2.51027825 6.725,2.69282905 C5.549,4.06041297 4.901,5.73843639 4.901,7.5 C4.901,9.26156361 5.549,10.939587 6.725,12.307171 Z M3.428,14.3108837 C3.583,14.4953516 3.551,14.7622632 3.355,14.9075703 C3.161,15.0539079 2.877,15.0229915 2.722,14.8395542 C0.929,12.7083835 8.8817842e-16,10.2247657 8.8817842e-16,7.5 C8.8817842e-16,4.7752343 0.929,2.29161654 2.722,0.160445787 C2.877,-0.0229915406 3.161,-0.0539079442 3.355,0.0924296995 C3.551,0.237736796 3.583,0.504648414 3.428,0.689116289 C1.763,2.66776612 0.901,4.96897709 0.901,7.5 C0.901,10.0310229 1.763,12.3322339 3.428,14.3108837 Z" id="iOS/Fullscreen/Mute" style="mix-blend-mode: normal;"></path>
    10         </g>
    11     </g>
     2<svg width="22px" height="15px" viewBox="0 0 22 15" version="1.1" xmlns="http://www.w3.org/2000/svg">
     3    <path d="M18.722449,14.8400398 C18.9990306,15.0268816 19.3653061,14.9521418 19.5820408,14.6457285 C20.9646429,12.6950918 21.7493878,10.1689785 21.7493878,7.50087649 C21.7493878,4.83277445 20.9421429,2.31413669 19.5820408,0.356024448 C19.3653061,0.0421264886 18.9990306,-0.0326133073 18.722449,0.161713223 C18.4385204,0.363493836 18.3936735,0.729708121 18.6104082,1.04360608 C19.8136224,2.81487649 20.5610204,5.08687139 20.5610204,7.50087649 C20.5610204,9.91488159 19.8436224,12.2242494 18.6104082,13.9581454 C18.3936735,14.2720418 18.4385204,14.6382591 18.722449,14.8400398 Z M8.6330051,14.361725 C9.14121429,14.361725 9.50742857,13.9880413 9.50742857,13.487303 L9.50742857,1.56676935 C9.50742857,1.06602955 9.14121429,0.654968325 8.61806633,0.654968325 C8.25185204,0.654968325 8.00522449,0.811917305 7.60911735,1.18560098 L4.29826531,4.30214179 C4.24594898,4.34697343 4.18616327,4.3693969 4.11142347,4.3693969 L1.87679082,4.3693969 C0.822994898,4.3693969 0.255,4.94487649 0.255,6.0733969 L0.255,8.96571833 C0.255,10.0867693 0.822994898,10.6622489 1.87679082,10.6622489 L4.11142347,10.6622489 C4.18616327,10.6622489 4.24594898,10.6846724 4.29826531,10.729504 L7.60911735,13.8759347 C7.96784694,14.2122515 8.26680612,14.361725 8.6330051,14.361725 Z M15.7106633,12.7997235 C16.0020918,12.9940397 16.3608673,12.9193026 16.570102,12.6203551 C17.5565816,11.2451979 18.1320918,9.41414179 18.1320918,7.50087649 C18.1320918,5.58014179 17.5715816,3.74160098 16.570102,2.37392241 C16.3533673,2.08244792 16.0020918,2.00770812 15.7106633,2.20203465 C15.4265816,2.39634588 15.3817347,2.76256016 15.6059694,3.08392751 C16.4205612,4.27971833 16.9288776,5.84919282 16.9288776,7.50087649 C16.9288776,9.15256016 16.4280612,10.7369887 15.6059694,11.9178285 C15.3892347,12.2391959 15.4265816,12.6054071 15.7106633,12.7997235 Z M12.7285867,10.7818204 C12.982699,10.9611928 13.3489133,10.9088765 13.565648,10.6099326 C14.1485204,9.82518771 14.4997959,8.67424384 14.4997959,7.50087649 C14.4997959,6.32750914 14.1485204,5.18403465 13.565648,4.39182037 C13.3489133,4.09287649 12.9901684,4.04056016 12.7285867,4.21244792 C12.4072194,4.4366673 12.3623878,4.81782037 12.6015459,5.13918771 C13.0350153,5.72213669 13.2965969,6.61149894 13.2965969,7.50087649 C13.2965969,8.39023873 13.0200612,9.27961628 12.5940612,9.87003465 C12.3698571,10.191402 12.4072194,10.5576163 12.7285867,10.7818204 Z" transform="translate(11.000000, 7.500000) scale(-1, 1) translate(-11.000000, -7.500000)"/>
    124</svg>
  • trunk/Source/WebCore/Modules/modern-media-controls/images/macOS/VolumeHi.svg

    r217823 r272339  
    1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    2 <svg width="22px" height="15px" viewBox="0 0 22 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    3     <!-- Generator: Sketch 41.2 (35397) - http://www.bohemiancoding.com/sketch -->
    4     <title>macOS-VolumeHi</title>
    5     <desc>Created with Sketch.</desc>
    6     <defs>
    7         <polygon id="path-1" points="19.9667 1.0002 16.4406398 1.0002 16.4406398 15.55529 19.9667 15.55529 19.9667 1.0002"></polygon>
    8     </defs>
    9     <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
    10         <g id="macOS-VolumeHi" transform="translate(0.000000, -1.000000)">
    11             <g id="Group-7" transform="translate(16.000000, 0.555200)"></g>
    12             <path d="M11.0513,8 C11.0513,9.06586257 10.6523,9.97930993 9.9263,10.7904512 C9.7653,10.9710528 9.7873,11.2424771 9.9773,11.3969802 C10.1663,11.5514833 10.4503,11.5295606 10.6123,11.348959 C11.4773,10.3822707 11.9523,9.27047478 11.9523,8 C11.9523,6.72952522 11.4773,5.6177293 10.6123,4.65104101 C10.4503,4.47043942 10.1663,4.44851668 9.9773,4.60301978 C9.7873,4.75752287 9.7653,5.02894723 9.9263,5.20954882 C10.6523,6.02069007 11.0513,6.93413743 11.0513,8" id="Fill-1" fill="#221F20"></path>
    13             <path d="M15.0731,8 C15.0731,9.76156361 14.4251,11.439587 13.2491,12.807171 C13.0921,12.9897218 13.1221,13.2568441 13.3151,13.40536 C13.5081,13.5528445 13.7921,13.5249978 13.9491,13.342447 C15.2551,11.8242845 15.9741,9.95649073 15.9741,8 C15.9741,6.04350927 15.2551,4.17571553 13.9491,2.65755298 C13.7921,2.47500219 13.5081,2.44715546 13.3151,2.59464 C13.1221,2.7431559 13.0921,3.01027825 13.2491,3.19282905 C14.4251,4.56041297 15.0731,6.23843639 15.0731,8" id="Fill-3" fill="#221F20"></path>
    14             <path d="M4.328144,5.00086919 L6.5893,2.72468533 C6.9593,2.34268533 7.2803,1.83068533 7.7423,2.05468533 C8.0623,2.21068533 7.9903,3.21468533 7.9903,3.21468533 C7.9903,3.21468533 7.9873,5.48368533 7.9843,7.97068533 C7.9823,10.4656853 7.9823,5.52568533 7.9843,8.02068533 C7.9873,10.5076853 7.9903,12.7766853 7.9903,12.7766853 C7.9903,12.7766853 8.0623,13.7806853 7.7423,13.9356853 C7.2803,14.1606853 6.9593,13.6486853 6.5893,13.2666853 L4.33757982,11 L4.123,11 L1.877,11 L1.662,11 C1.602,10.999 1.541,10.999 1.481,10.997 C1.349,10.993 1.217,10.986 1.087,10.962 C0.955,10.939 0.832,10.9 0.712,10.839 C0.594,10.779 0.486,10.701 0.393,10.607 C0.299,10.514 0.221,10.406 0.161,10.288 C0.1,10.168 0.061,10.045 0.038,9.913 C0.014,9.783 0.007,9.651 0.003,9.519 C0.001,9.459 0.001,9.399 0.001,9.338 C0,9.267 0,9.195 0,9.123 L0,6.877 C0,6.805 0,6.734 0.001,6.662 C0.001,6.602 0.001,6.541 0.003,6.481 C0.007,6.35 0.014,6.217 0.038,6.087 C0.061,5.955 0.1,5.832 0.161,5.712 C0.221,5.594 0.299,5.487 0.393,5.393 C0.486,5.3 0.594,5.221 0.712,5.161 C0.832,5.1 0.955,5.062 1.087,5.038 C1.217,5.014 1.349,5.007 1.481,5.003 C1.541,5.002 1.602,5.001 1.662,5.001 C1.734,5 1.805,5 1.877,5 L4.123,5 C4.19171265,5 4.25951452,5 4.328144,5.00086919 Z" id="Combined-Shape" fill="#221F20"></path>
    15             <mask id="mask-2" fill="white">
    16                 <use xlink:href="#path-1"></use>
    17             </mask>
    18             <g id="Clip-6"></g>
    19             <path d="M19.0657,8 C19.0657,10.5310229 18.2037,12.8322339 16.5387,14.8108837 C16.3837,14.9953516 16.4157,15.2622632 16.6117,15.4075703 C16.8057,15.5539079 17.0897,15.5229915 17.2447,15.3395542 C19.0377,13.2083835 19.9667,10.7247657 19.9667,8 C19.9667,5.2752343 19.0377,2.79161654 17.2447,0.660445787 C17.0897,0.477008459 16.8057,0.446092056 16.6117,0.5924297 C16.4157,0.737736796 16.3837,1.00464841 16.5387,1.18911629 C18.2037,3.16776612 19.0657,5.46897709 19.0657,8" id="Fill-5" fill="#221F20" mask="url(#mask-2)"></path>
    20         </g>
    21     </g>
     1<?xml version="1.0" encoding="UTF-8"?>
     2<svg width="22px" height="15px" viewBox="0 0 22 15" version="1.1" xmlns="http://www.w3.org/2000/svg">
     3    <path d="M18.722449,14.8400398 C18.9990306,15.0268816 19.3653061,14.9521418 19.5820408,14.6457285 C20.9646429,12.6950918 21.7493878,10.1689785 21.7493878,7.50087649 C21.7493878,4.83277445 20.9421429,2.31413669 19.5820408,0.356024448 C19.3653061,0.0421264886 18.9990306,-0.0326133073 18.722449,0.161713223 C18.4385204,0.363493836 18.3936735,0.729708121 18.6104082,1.04360608 C19.8136224,2.81487649 20.5610204,5.08687139 20.5610204,7.50087649 C20.5610204,9.91488159 19.8436224,12.2242494 18.6104082,13.9581454 C18.3936735,14.2720418 18.4385204,14.6382591 18.722449,14.8400398 Z M8.6330051,14.361725 C9.14121429,14.361725 9.50742857,13.9880413 9.50742857,13.487303 L9.50742857,1.56676935 C9.50742857,1.06602955 9.14121429,0.654968325 8.61806633,0.654968325 C8.25185204,0.654968325 8.00522449,0.811917305 7.60911735,1.18560098 L4.29826531,4.30214179 C4.24594898,4.34697343 4.18616327,4.3693969 4.11142347,4.3693969 L1.87679082,4.3693969 C0.822994898,4.3693969 0.255,4.94487649 0.255,6.0733969 L0.255,8.96571833 C0.255,10.0867693 0.822994898,10.6622489 1.87679082,10.6622489 L4.11142347,10.6622489 C4.18616327,10.6622489 4.24594898,10.6846724 4.29826531,10.729504 L7.60911735,13.8759347 C7.96784694,14.2122515 8.26680612,14.361725 8.6330051,14.361725 Z M15.7106633,12.7997235 C16.0020918,12.9940397 16.3608673,12.9193026 16.570102,12.6203551 C17.5565816,11.2451979 18.1320918,9.41414179 18.1320918,7.50087649 C18.1320918,5.58014179 17.5715816,3.74160098 16.570102,2.37392241 C16.3533673,2.08244792 16.0020918,2.00770812 15.7106633,2.20203465 C15.4265816,2.39634588 15.3817347,2.76256016 15.6059694,3.08392751 C16.4205612,4.27971833 16.9288776,5.84919282 16.9288776,7.50087649 C16.9288776,9.15256016 16.4280612,10.7369887 15.6059694,11.9178285 C15.3892347,12.2391959 15.4265816,12.6054071 15.7106633,12.7997235 Z M12.7285867,10.7818204 C12.982699,10.9611928 13.3489133,10.9088765 13.565648,10.6099326 C14.1485204,9.82518771 14.4997959,8.67424384 14.4997959,7.50087649 C14.4997959,6.32750914 14.1485204,5.18403465 13.565648,4.39182037 C13.3489133,4.09287649 12.9901684,4.04056016 12.7285867,4.21244792 C12.4072194,4.4366673 12.3623878,4.81782037 12.6015459,5.13918771 C13.0350153,5.72213669 13.2965969,6.61149894 13.2965969,7.50087649 C13.2965969,8.39023873 13.0200612,9.27961628 12.5940612,9.87003465 C12.3698571,10.191402 12.4072194,10.5576163 12.7285867,10.7818204 Z"/>
    224</svg>
  • trunk/Source/WebCore/Modules/modern-media-controls/images/macOS/VolumeLo.svg

    r217823 r272339  
    1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    2 <svg width="12px" height="12px" viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    3     <!-- Generator: Sketch 41.2 (35397) - http://www.bohemiancoding.com/sketch -->
    4     <title>macOS-VolumeLo</title>
    5     <desc>Created with Sketch.</desc>
    6     <defs></defs>
    7     <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
    8         <g id="macOS-VolumeLo" fill="#221F20">
    9             <path d="M11.0513,6 C11.0513,7.06586257 10.6523,7.97930993 9.9263,8.79045118 C9.7653,8.97105277 9.7873,9.24247713 9.9773,9.39698022 C10.1663,9.55148332 10.4503,9.52956058 10.6123,9.34895899 C11.4773,8.3822707 11.9523,7.27047478 11.9523,6 C11.9523,4.72952522 11.4773,3.6177293 10.6123,2.65104101 C10.4503,2.47043942 10.1663,2.44851668 9.9773,2.60301978 C9.7873,2.75752287 9.7653,3.02894723 9.9263,3.20954882 C10.6523,4.02069007 11.0513,4.93413743 11.0513,6" id="Fill-1"></path>
    10             <path d="M4.328144,3.00086919 L6.5893,0.72468533 C6.9593,0.34268533 7.2803,-0.16931467 7.7423,0.0546853301 C8.0623,0.21068533 7.9903,1.21468533 7.9903,1.21468533 C7.9903,1.21468533 7.9873,3.48368533 7.9843,5.97068533 C7.9823,8.46568533 7.9823,3.52568533 7.9843,6.02068533 C7.9873,8.50768533 7.9903,10.7766853 7.9903,10.7766853 C7.9903,10.7766853 8.0623,11.7806853 7.7423,11.9356853 C7.2803,12.1606853 6.9593,11.6486853 6.5893,11.2666853 L4.33757982,9 L4.123,9 L1.877,9 L1.662,9 C1.602,8.999 1.541,8.999 1.481,8.997 C1.349,8.993 1.217,8.986 1.087,8.962 C0.955,8.939 0.832,8.9 0.712,8.839 C0.594,8.779 0.486,8.701 0.393,8.607 C0.299,8.514 0.221,8.406 0.161,8.288 C0.1,8.168 0.061,8.045 0.038,7.913 C0.014,7.783 0.007,7.651 0.003,7.519 C0.001,7.459 0.001,7.399 0.001,7.338 C0,7.267 0,7.195 0,7.123 L0,4.877 C0,4.805 0,4.734 0.001,4.662 C0.001,4.602 0.001,4.541 0.003,4.481 C0.007,4.35 0.014,4.217 0.038,4.087 C0.061,3.955 0.1,3.832 0.161,3.712 C0.221,3.594 0.299,3.487 0.393,3.393 C0.486,3.3 0.594,3.221 0.712,3.161 C0.832,3.1 0.955,3.062 1.087,3.038 C1.217,3.014 1.349,3.007 1.481,3.003 C1.541,3.002 1.602,3.001 1.662,3.001 C1.734,3 1.805,3 1.877,3 L4.123,3 C4.19171265,3 4.25951452,3 4.328144,3.00086919 Z" id="Combined-Shape"></path>
    11         </g>
    12     </g>
     1<?xml version="1.0" encoding="UTF-8"?>
     2<svg width="12px" height="12px" viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg">
     3    <path d="M7.04761277,11.7170183 C7.47148085,11.7170183 7.77691915,11.4053502 7.77691915,10.9877132 L7.77691915,1.04548085 C7.77691915,0.627842553 7.47148085,0.285 7.03515319,0.285 C6.72971489,0.285 6.52401702,0.415902128 6.19364681,0.727570213 L3.43225532,3.32689787 C3.38862128,3.36428936 3.33875745,3.38299149 3.27642128,3.38299149 L1.41264255,3.38299149 C0.533731915,3.38299149 0.06,3.86296596 0.06,4.8042 L0.06,7.21651915 C0.06,8.1515234 0.533731915,8.63149787 1.41264255,8.63149787 L3.27642128,8.63149787 C3.33875745,8.63149787 3.38862128,8.6502 3.43225532,8.68759149 L6.19364681,11.3118485 C6.49284255,11.5923511 6.74218723,11.7170183 7.04761277,11.7170183 Z M10.4635021,8.73122553 C10.6754426,8.88082979 10.9808809,8.83719574 11.1616468,8.58786383 C11.6477872,7.93335319 11.940766,6.97341702 11.940766,5.99477872 C11.940766,5.01614043 11.6477872,4.06243404 11.1616468,3.40169362 C10.9808809,3.1523617 10.6816723,3.10872766 10.4635021,3.25208936 C10.1954681,3.43909787 10.1580766,3.75699574 10.3575447,4.02502979 C10.7190766,4.51123404 10.9372468,5.253 10.9372468,5.99477872 C10.9372468,6.73654468 10.7066043,7.4783234 10.3513021,7.97075745 C10.1643064,8.23879149 10.1954681,8.54422979 10.4635021,8.73122553 Z"/>
    134</svg>
Note: See TracChangeset for help on using the changeset viewer.