On Wed, Apr 19, 2017 at 9:28 AM, Levi Morrison <le...@php.net> wrote:
> Commit: 4dafd89cfb0645bc7d9900dbe737960036b51c50 > Author: Levi Morrison <levi_morri...@byu.edu> Wed, 19 Apr 2017 > 09:28:07 -0600 > Parents: bad069b108af8ecbbad7439146453b4b4abe7437 > Branches: master > > Link: http://git.php.net/?p=web/php.git;a=commitdiff;h= > 4dafd89cfb0645bc7d9900dbe737960036b51c50 > > Log: > Correct viewbox for php logo > > Tested on Chrome and Firefox > > Changed paths: > M images/logos/php-logo.svg > > > Diff: > diff --git a/images/logos/php-logo.svg b/images/logos/php-logo.svg > index 581bca4..2046d1b 100644 > --- a/images/logos/php-logo.svg > +++ b/images/logos/php-logo.svg > @@ -1,5 +1,4 @@ > -<svg xmlns="http://www.w3.org/2000/svg" width="95.776" height="48.124"> > - <view viewBox="24 12 196 96"/> > +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -1 100 50"> > <path d="m7.579 10.123 14.204 0c4.169 0.035 7.19 1.237 9.063 3.604 > 1.873 2.367 2.491 5.6 1.855 9.699-0.247 1.873-0.795 3.71-1.643 5.512-0.813 > 1.802-1.943 3.427-3.392 4.876-1.767 1.837-3.657 3.003-5.671 3.498-2.014 > 0.495-4.099 0.742-6.254 0.742l-6.36 0-2.014 10.07-7.367 0 7.579-38.001 0 > 0m6.201 6.042-3.18 15.9c0.212 0.035 0.424 0.053 0.636 0.053 0.247 0 0.495 0 > 0.742 0 3.392 0.035 6.219-0.3 8.48-1.007 2.261-0.742 3.781-3.321 > 4.558-7.738 0.636-3.71 0-5.848-1.908-6.413-1.873-0. > 565-4.222-0.83-7.049-0.795-0.424 0.035-0.83 0.053-1.219 0.053-0.353 > 0-0.724 0-1.113 0l0.053-0.053"/> > <path d="m41.093 0 7.314 0-2.067 10.123 6.572 0c3.604 0.071 6.289 > 0.813 8.056 2.226 1.802 1.413 2.332 4.099 1.59 8.056l-3.551 17.649-7.42 0 > 3.392-16.854c0.353-1.767 0.247-3.021-0.318-3.763-0.565- > 0.742-1.784-1.113-3.657-1.113l-5.883-0.053-4.346 21.783-7.314 0 > 7.632-38.054 0 0"/> > <path d="m70.412 10.123 14.204 0c4.169 0.035 7.19 1.237 9.063 > 3.604 1.873 2.367 2.491 5.6 1.855 9.699-0.247 1.873-0.795 3.71-1.643 > 5.512-0.813 1.802-1.943 3.427-3.392 4.876-1.767 1.837-3.657 3.003-5.671 > 3.498-2.014 0.495-4.099 0.742-6.254 0.742l-6.36 0-2.014 10.07-7.367 0 > 7.579-38.001 0 0m6.201 6.042-3.18 15.9c0.212 0.035 0.424 0.053 0.636 0.053 > 0.247 0 0.495 0 0.742 0 3.392 0.035 6.219-0.3 8.48-1.007 2.261-0.742 > 3.781-3.321 4.558-7.738 0.636-3.71 0-5.848-1.908-6.413-1.873-0. > 565-4.222-0.83-7.049-0.795-0.424 0.035-0.83 0.053-1.219 0.053-0.353 > 0-0.724 0-1.113 0l0.053-0.053"/> > > > -- > PHP Webmaster List Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > I was able to test this on IE 11 after it went live and it looks good. If anyone has Edge and can report that all is well after a force-refresh that would make me a tiny bit happier.