Make WordPress Core

Ticket #56210: 56210.diff

File 56210.diff, 1.1 KB (added by sabernhardt, 4 years ago)

making SVG smaller by removing empty space

  • src/wp-admin/about.php

     
    206206                        </div>
    207207                        <div class="column">
    208208                                <div class="about__image aligncenter">
    209                                         <svg width="41" height="40" viewBox="0 0 41 40" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    210                                                 <circle cx="20.5" cy="20" r="12" fill="#fff"/>
    211                                                 <circle cx="20.5" cy="20" r="12" fill="url(#a)"/>
    212                                                 <circle cx="20.5" cy="20" r="12" stroke="#1E1E1E" stroke-width="2"/>
     209                                        <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
     210                                                <circle cx="16" cy="16" r="12" fill="#fff"/>
     211                                                <circle cx="16" cy="16" r="12" fill="url(#a)"/>
     212                                                <circle cx="16" cy="16" r="12" stroke="#1E1E1E" stroke-width="2"/>
    213213                                                <defs>
    214214                                                        <pattern id="a" patternContentUnits="objectBoundingBox" width=".385" height=".385">
    215215                                                                <use xlink:href="#b" transform="scale(.01923)"/>