Commit:    4bef14d37252d94b8fa092989e7e6bdd7f47ace5
Author:    Webysther Nunes <webysther.faria>         Thu, 2 Jun 2016 16:09:49 
-0300
Parents:   e2e15c04719a80d2b247e466e2e210574b88e4bc
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=4bef14d37252d94b8fa092989e7e6bdd7f47ace5

Log:
Logo images in new format and update /logos page to Licensing Creative Commons

Changed paths:
  M  download-logos.php
  A  images/logos/new-php-logo.png
  A  images/logos/new-php-logo.svg

diff --git a/download-logos.php b/download-logos.php
index 25ae4ae..e9c3c62 100644
--- a/download-logos.php
+++ b/download-logos.php
@@ -22,42 +22,18 @@ function print_star()
 // Provide a random bgcolor setting for a cell
 function random_bgcolor($min, $max)
 {
-    echo "style=\"background-color: #" . 
+    echo "style=\"background-color: #" .
          sprintf('%02x%02x%02x', rand($min, $max)*51, rand($min, $max)*51, 
rand($min, $max)*51) .
          ";\"";
 }
 ?>
 
-<h1>Download Logos and Icons</h1>
+<h1>Download</h1>
 
 <p>
  Right click on one of the images and select "Save Image As" to save the
  logo (except where otherwise indicated). Then, link it to the main PHP
- site at <code>php.net</code>. 
-</p>
-
-<p>
- In case you have found some PHP logos, icons or other material around
- the web, feel free to point those out to us, so we can include them here,
- if appropriate. And oh, if you're wondering about the font we used, it's
- called  <a href="http://www.myfonts.com/fonts/bitstream/handel-gothic/";>Handel
- Gothic</a>.
-</p>
-
-<h2>Logo licensing</h2>
-
-<p>
- If you are planning on making money off of our logo 
- (e.g. you want to make merchandise with the logo ... t-shirts,
- coffee mugs, pocket protectors, etc.), then you need to contact 
- <a href="mailto:[email protected]";>[email protected]</a> for licensing information.  
- For pretty much all other uses, there is no licensing requirement. For 
- example: a logo on your website showing that you use/promote PHP, even 
- commercial websites; course materials; a bunch of t-shirts for your own use 
- and some friends, or your user group; a PHP-related book; a banner for your 
- computer group; etc.. If in doubt, <a href="mailto:[email protected]";>ask</a>.
- However you should not use the logo in such a way, that it suggests that a
- particular person, company, course, etc. is endorsed by PHP.net.
+ site at <code>php.net</code>.
 </p>
 
 <p class="warn">
@@ -66,290 +42,42 @@ function random_bgcolor($min, $max)
 </p>
 
 <p>
- The images marked with a <span class="star" title="recommended">*</span> are
- the images we recommend to display on your website, in case you are unable
- to choose from the formats. Note however, that some combinations of
- browser/operating system don't handle transparent PNG images very well.
+ If you're wondering about the font we used, it's called
+ <a href="http://www.myfonts.com/fonts/bitstream/handel-gothic/";>Handel
+ Gothic</a>.
 </p>
 
-<div class="center logo-list">
-<table border="0" width="90%" cellspacing="2" cellpadding="10" id="logos">
- 
- <tr>
-  <td class="logo">
-   <?php print_image("logos/php-med-trans-light.gif", "PHP logo"); ?><br>
-   (not exactly as shown)
-  </td>
-  <?php print_star(); ?>
-  <td>
-   <ul>
-    <li>scaleable vector image</li>
-    <li>
-     <a href="/images/logos/php-logo.eps">EPS format</a> | 
-     <a href="/images/logos/php-logo.ai">AI (Adobe Illustrator) format</a>
-    </li>
-   </ul>
-  </td>
- </tr>
-
- <tr>
-  <td class="logo">
-   <?php print_image("logos/php-med-trans-light.gif", "PHP logo"); ?><br>
-   (not exactly as shown)
-  </td>
-  <td></td>
-  <td>
-   <ul>
-    <li>250 x 134 pixels</li>
-    <li>white background</li>
-    <li>large scale for presentations, etc.</li>
-    <li><a href="/images/logos/php-big.tif">TIF format</a></li>
-   </ul>
-  </td>
- </tr>
-
- <tr>
-  <td class="logo" <?php random_bgcolor(0, 5); ?>>
-   <?php print_image("logos/php-med-trans.png", "PHP logo"); ?>
-  </td>
-  <?php print_star(); ?>
-  <td>
-   <ul>
-    <li>95 x 51 pixels</li>
-    <li>transparent background</li>
-    <li>suitable for any background</li>
-    <li><a href="/images/logos/php-med-trans.png">PNG format</a></li>
-   </ul>
-  </td>
- </tr>
-
- <tr>
-  <td class="logo">
-   <?php print_image("logos/php-med-trans-light.gif", "PHP logo"); ?>
-  </td>
-  <td></td>
-  <td>
-   <ul>
-    <li>95 x 51 pixels</li>
-    <li>transparent background</li>
-    <li>suitable for white/light backgrounds</li>
-    <li><a href="/images/logos/php-med-trans-light.gif">GIF format</a></li>
-   </ul>
-  </td>
- </tr>
-
- <tr>
-  <td class="logob">
-   <?php print_image("logos/php-med-trans-dark.gif", "PHP logo"); ?>
-  </td>
-  <td></td>
-  <td>
-   <ul>
-    <li>95 x 51 pixels</li>
-    <li>transparent background</li>
-    <li>suitable for black/dark backgrounds</li>
-    <li><a href="/images/logos/php-med-trans-dark.gif">GIF format</a></li>
-   </ul>
-  </td>
- </tr>
-
- <tr>
-  <td class="logo" <?php random_bgcolor(3, 5); ?>>
-   <?php print_image("logos/php-power-white.png", "Powered by PHP"); ?>
-  </td>
-  <?php print_star(); ?>
-  <td>
-   <ul>
-    <li>88 x 31 pixels</li>
-    <li>"Powered by PHP" logo</li>
-    <li>black text on transparent background</li>
-    <li><a href="/images/logos/php-power-white.png">PNG format</a></li>
-   </ul>
-  </td>
- </tr>
-
- <tr>
-  <td class="logo">
-   <?php print_image("logos/php-power-white.gif", "Powered by PHP"); ?>
-  </td>
-  <td></td>
-  <td>
-   <ul>
-    <li>88 x 31 pixels</li>
-    <li>"Powered by PHP" logo</li>
-    <li>black text on solid white background</li>
-    <li><a href="/images/logos/php-power-white.gif">GIF format</a></li>
-   </ul>
-  </td>
- </tr>
-
- <tr>
-  <td class="logo" <?php random_bgcolor(0, 2); ?>>
-   <?php print_image("logos/php-power-black.png", "Powered by PHP"); ?>
-  </td>
-  <?php print_star(); ?>
-  <td>
-   <ul>
-    <li>88 x 31 pixels</li>
-    <li>"Powered by PHP" logo</li>
-    <li>white text on transparent background</li>
-    <li><a href="/images/logos/php-power-black.png">PNG format</a></li>
-   </ul>
-  </td>
- </tr>
+<h2>Licensing</h2>
 
- <tr>
-  <td class="logob">
-   <?php print_image("logos/php-power-black.gif", "Powered by PHP"); ?>
-  </td>
-  <td></td>
-  <td>
-   <ul>
-    <li>88 x 31 pixels</li>
-    <li>"Powered by PHP" logo</li>
-    <li>white text on solid black background</li>
-    <li><a href="/images/logos/php-power-black.gif">GIF format</a></li>
-   </ul>
-  </td>
- </tr>
+<p>
+ The author Colin Viebrock released the image as
+ <a href="https://creativecommons.org/licenses/by-sa/4.0/";>Creative Commons
+ Attribution-Share Alike 4.0 International</a>, feel free to reuse, do not
+ forget the terms of use:
 
- <tr>
-  <td class="logo">
-   <?php print_image("logos/php-power-micro.png", "PHP Powered"); ?><br><br>
-   <?php print_image("logos/php-power-micro2.png", "PHP Powered"); ?><br><br>
-   <?php print_image("logos/php5-power-micro.png", "PHP 5 Powered"); ?>
-  </td>
-  <td></td>
-  <td>
-   <ul>
-    <li>80 x 15 pixels</li>
-    <li>"PHP Powered" logo</li>
-    <li>suitable for any background, usually used on blogs</li>
+  <ul>
     <li>
-     <a href="/images/logos/php-power-micro.png">PNG format (1)</a>,
-     <a href="/images/logos/php-power-micro2.png">PNG format (2)</a>
-     <a href="/images/logos/php5-power-micro.png">PNG format (3)</a>
+      <b>Attribution</b> — You must give appropriate credit, provide a link
+      to the license, and indicate if changes were made. You may do so in any
+      reasonable manner, but not in any way that suggests the licensor endorses
+      you or your use.
     </li>
-   </ul>
-  </td>
- </tr>
-
- <tr>
-  <td class="logo" <?php random_bgcolor(0, 5); ?>>
-   <?php print_image("logos/php-icon.png", "PHP icon"); ?>
-  </td>
-  <?php print_star(); ?>
-  <td>
-   <ul>
-    <li>32 x 32 pixels</li>
-    <li>transparent background</li>
-    <li>suitable for any background</li>
-    <li><a href="/images/logos/php-icon.png">PNG format</a></li>
-   </ul>
-  </td>
- </tr>
-
- <tr>
-  <td class="logo">
-   <?php print_image("logos/php-icon-white.gif", "PHP icon"); ?>
-  </td>
-  <td></td>
-  <td>
-   <ul>
-    <li>32 x 32 pixels</li>
-    <li>transparent background</li>
-    <li>suitable for white/light backgrounds</li>
-    <li><a href="/images/logos/php-icon-white.gif">GIF format</a></li>
-   </ul>
-  </td>
- </tr>
-
- <tr>
-  <td class="logob">
-   <?php print_image("logos/php-icon-black.gif", "PHP icon"); ?>
-  </td>
-  <td></td>
-  <td>
-   <ul>
-    <li>32 x 32 pixels</li>
-    <li>transparent background</li>
-    <li>suitable for black/dark backgrounds</li>
-    <li><a href="/images/logos/php-icon-black.gif">GIF format</a></li>
-   </ul>
-  </td>
- </tr>
- 
- <tr>
-  <td class="logo">
-   <?php print_image("logos/php-icon-white.gif", "PHP icons"); ?><br>
-   (not exactly as shown)
-  </td>
-  <td></td>
-  <td>
-   <ul>
-    <li>PHP icon resource for Windows</li>
-    <li>suitable as icons for your desktop</li>
     <li>
-     48x48, 32x32 and 16x16 sizes, in each of 16 colour,
-     256 colour, and true colour formats ...
-     all in one .ICO file
+      <b>ShareAlike</b> — If you remix, transform, or build upon the material,
+      you must distribute your contributions under the same license as the 
original.
     </li>
-    <li><a href="/images/logos/php.ico">ICO format</a></li>
-   </ul>
-  </td>
- </tr>
-
- <tr>
-  <td class="logo">
-   <?php print_image("logos/php_file_ico.gif", "PHP file icons"); ?><br>
-   (not exactly as shown)
-  </td>
-  <td></td>
-  <td>
-   <ul>
-    <li>PHP icon resource for Windows</li>
-    <li>suitable as icons for file extensions like .php and .phtml</li>
-    <li>32x32 and 16x16 sizes, in true colour format... all in one .ICO 
file</li>
-    <li>these icons are made by Gonzalo de la Pea</li>
-    <li><a href="/images/logos/php_file.ico">ICO format</a></li>
-   </ul>
-  </td>
- </tr>
+  </ul>
+</p>
 
- <tr>
-  <td class="logo">
-   <?php print_image("logos/php_script_ico.png", "PHP script icons"); ?><br>
-   (not exactly as shown)
-  </td>
-  <td></td>
-  <td>
-   <ul>
-    <li>PHP icon resource for Windows</li>
-    <li>suitable as icons for file extensions like .php and .phtml</li>
-    <li>48x48, 32x32, 24x24, 16x16 sizes, in each of Windows XP Alpha, 256 
colour, and 16 colour formats... all in one .ICO file</li>
-    <li>these icons are made by Travis Carden (AM)</li>
-    <li><a href="/images/logos/php_script.ico">ICO format</a></li>
-   </ul>
-  </td>
- </tr>
+<div class="center logo-list">
+<table border="0" width="90%" cellspacing="2" cellpadding="10" id="logos">
 
  <tr>
   <td class="logo">
-   <?php print_image("logos/php_xpstyle_ico.gif", "Windows XP PHP file 
icons"); ?><br>
-   (not exactly as shown)
-  </td>
-  <td></td>
-  <td>
-   <ul>
-    <li>PHP icon resource for Windows XP [<b>use only on WinXP!</b>]</li>
-    <li>suitable as icons for file extensions like .php and .phtml</li>
-    <li>
-     48x48, 32x32, 24x24, 16x16 sizes, in each of 16 colour, 256 colour,
-     and true colour formats... all in one .ICO file
-    </li>
-    <li>these icons are made by Jonathan Metillon</li>
-    <li><a href="/images/logos/php_xpstyle.ico">XP ICO format</a></li>
-   </ul>
+   <img src="/images/logos/new-php-logo.png" width="200" alt="php logo">
+   <br>
+   <a 
href="https://upload.wikimedia.org/wikipedia/commons/2/27/PHP-logo.svg";>SVG 
format</a> |
+   <a 
href="https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/PHP-logo.svg/2000px-PHP-logo.svg.png";>PNG
 format</a>
   </td>
  </tr>
 
diff --git a/images/logos/new-php-logo.png b/images/logos/new-php-logo.png
new file mode 100644
index 0000000..4c8988b
Binary files /dev/null and b/images/logos/new-php-logo.png differ
diff --git a/images/logos/new-php-logo.svg b/images/logos/new-php-logo.svg
new file mode 100644
index 0000000..9c6fd08
--- /dev/null
+++ b/images/logos/new-php-logo.svg
@@ -0,0 +1,149 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   id="svg3058"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   width="300"
+   height="159"
+   xml:space="preserve"
+   sodipodi:docname="php-logo.pdf"><metadata
+     id="metadata3064"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; 
/><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+     id="defs3062"><clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath3074"><path
+         d="m 297.5,265.6014 c 163.9934,0 296.9426,69.9362 296.9426,156.2037 
0,86.2674 -132.9492,156.2036 -296.9426,156.2036 C 133.5066,578.0087 
0.5584838,508.0725 0.5584838,421.8051 0.5584838,335.5376 133.5066,265.6014 
297.5,265.6014"
+         id="path3076"
+         inkscape:connector-curvature="0" /></clipPath><clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath3080"><path
+         d="m 0,265 595,0 0,312 -595,0 0,-312 z"
+         id="path3082"
+         inkscape:connector-curvature="0" /></clipPath><radialGradient
+       fx="0"
+       fy="0"
+       cx="0"
+       cy="0"
+       r="1"
+       gradientUnits="userSpaceOnUse"
+       
gradientTransform="matrix(323.2761,-218.0237,-218.0237,-323.2761,178.8437,523.0916)"
+       id="radialGradient3090"><stop
+         style="stop-opacity:1;stop-color:#4a659b"
+         offset="0"
+         id="stop3092" /><stop
+         style="stop-opacity:1;stop-color:#231f20"
+         offset="1"
+         id="stop3094" /></radialGradient><radialGradient
+       fx="0"
+       fy="0"
+       cx="0"
+       cy="0"
+       r="0.5"
+       gradientUnits="userSpaceOnUse"
+       
gradientTransform="matrix(323.2761,-218.0237,-218.0237,-323.2761,178.8437,523.0916)"
+       id="radialGradient3102"><stop
+         style="stop-opacity:1;stop-color:#ffffff"
+         offset="0"
+         id="stop3104" /><stop
+         style="stop-opacity:1;stop-color:#4a659b"
+         offset="1"
+         id="stop3106" /></radialGradient><clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath3114"><path
+         d="m 0,265 595,0 0,312 -595,0 0,-312 z"
+         id="path3116"
+         inkscape:connector-curvature="0" 
/></clipPath></defs><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="904"
+     inkscape:window-height="725"
+     id="namedview3060"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:zoom="0.58852783"
+     inkscape:cx="178.21637"
+     inkscape:cy="421.65016"
+     inkscape:window-x="563"
+     inkscape:window-y="205"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="g3066" /><g
+     id="g3066"
+     inkscape:groupmode="layer"
+     inkscape:label="php-logo"
+     transform="matrix(1.25,0,0,-1.25,-0.69810475,491.00175)"><g
+       id="g3068" /><g
+       id="g3070"
+       transform="matrix(0.40411924,0,0,0.40411924,0.33278975,158.26676)"><g
+         id="g3072"
+         clip-path="url(#clipPath3074)"><g
+           id="g3078"
+           clip-path="url(#clipPath3080)"><path
+             d="m 297.5,265.6014 c 163.9934,0 296.9426,69.9362 
296.9426,156.2037 0,86.2674 -132.9492,156.2036 -296.9426,156.2036 C 
133.5066,578.0087 0.5584838,508.0725 0.5584838,421.8051 0.5584838,335.5376 
133.5066,265.6014 297.5,265.6014"
+             style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3084"
+             inkscape:connector-curvature="0" /><path
+             d="M 502.0984,305.1249 C 381.7494,126.6765 139.2472,79.52325 
-39.20126,199.8722 -217.6497,320.2212 -264.8029,562.7234 -144.454,741.1718 
-24.10502,919.6203 218.3972,966.7735 396.8457,846.4245 575.2941,726.0756 
622.4473,483.5734 502.0984,305.1249"
+             style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3086"
+             inkscape:connector-curvature="0" /><g
+             id="g3088"><path
+               d="m 0,265 595,0 0,312 -595,0 0,-312 z"
+               style="fill:url(#radialGradient3090);stroke:none"
+               id="path3096"
+               inkscape:connector-curvature="0" /></g><path
+             d="M 340.4603,414.0722 C 280.2858,324.848 159.0347,301.2714 
69.81047,361.4458 -19.41375,421.6203 -42.99036,542.8714 17.18412,632.0957 
77.35859,721.3199 198.6097,744.8965 287.8339,684.722 377.0582,624.5475 
400.6348,503.2964 340.4603,414.0722"
+             style="fill:#4a659b;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3098"
+             inkscape:connector-curvature="0" /><g
+             id="g3100"><path
+               d="m 0,265 595,0 0,312 -595,0 0,-312 z"
+               style="fill:url(#radialGradient3102);stroke:none"
+               id="path3108"
+               inkscape:connector-curvature="0" /></g></g></g></g><g
+       id="g3110"
+       transform="matrix(0.40411924,0,0,0.40411924,0.33278975,158.26676)"><g
+         id="g3112"
+         clip-path="url(#clipPath3114)"><path
+           d="m 297.5,277.1996 c 157.588,0 285.3422,64.7434 285.3422,144.6055 
0,79.8621 -127.7542,144.6054 -285.3422,144.6054 -157.588,0 -285.34224,-64.7433 
-285.34224,-144.6054 0,-79.8621 127.75424,-144.6055 285.34224,-144.6055"
+           style="fill:#617cbe;fill-opacity:1;fill-rule:nonzero;stroke:none"
+           id="path3118"
+           inkscape:connector-curvature="0" /><path
+           d="m 355.3009,375.0664 c 0,0 14.1554,72.8445 14.1554,72.8456 
3.1931,16.4409 0.537,28.7061 -7.8939,36.455 -8.1657,7.4988 -22.029,11.1439 
-42.3814,11.1439 l -24.5121,0 7.0165,36.0931 c 0.2642,1.3597 -0.0934,2.7678 
-0.9752,3.8364 -0.8818,1.0686 -2.1953,1.6883 -3.5807,1.6883 l -33.8313,0 c 
-2.221,0 -4.1306,-1.5734 -4.5538,-3.7547 l -15.0318,-77.335 c -1.3672,8.7016 
-4.7331,16.1832 -10.1235,22.3544 -9.9239,11.3587 -25.6205,17.1175 
-46.656,17.1175 l -65.5735,0 c -2.2211,0 -4.1306,-1.5734 -4.5538,-3.7547 L 
86.38133,335.2197 c -0.26421,-1.3608 0.09236,-2.7667 0.97412,-3.8353 
0.88069,-1.0687 2.1942,-1.6894 3.57967,-1.6894 l 34.09968,0 c 2.2211,0 
4.1307,1.5745 4.5549,3.7536 l 7.3591,37.8642 25.3831,0 c 13.322,0 
24.5088,1.4434 33.248,4.2885 8.9336,2.9052 17.1541,7.8316 24.4015,14.6151 
5.8544,5.3807 10.6939,11.4027 14.4175,17.9015 l -6.08,-31.2805 c 
-0.2642,-1.3607 0.0934,-2.7666 0.9752,-3.8352 0.8818,-1.0687 2.1942,-1.6894 
3.5797,-1.6894 l 33.8312,0 c 2.221,0 4.1306,1.5744 4.5549,3.7536 l 
16.6975,85.926 23.2136,0 c 9.8927,0 12.7882,-1.9698 13.5744,-2.8172 
0.7164,-0.7722 2.2039,-3.4948 0.537,-12.0772 L 311.823,376.8374 c 
-0.2642,-1.3607 0.0934,-2.7666 0.9752,-3.8352 0.8817,-1.0687 2.1942,-1.6894 
3.5796,-1.6894 l 34.3683,0 c 2.221,0 4.1306,1.5744 4.5548,3.7536 z m 
-156.8458,60.1884 c -2.1244,-10.9194 -6.1294,-18.7092 -11.9022,-23.1534 
-5.8662,-4.5162 -15.2487,-6.8071 -27.8887,-6.8071 l -15.1124,0 10.9291,56.2351 
19.5383,0 c 14.3563,0 20.1388,-3.0685 22.4608,-5.6418 3.2188,-3.5689 
3.9018,-10.7046 1.9751,-20.6328"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+           id="path3120"
+           inkscape:connector-curvature="0" /><path
+           d="m 499.9761,478.3934 c -9.9227,11.3587 -25.6204,17.1175 
-46.6548,17.1175 l -65.5735,0 c -2.2222,0 -4.1307,-1.5734 -4.5549,-3.7547 L 
352.7684,335.2197 c -0.2642,-1.3608 0.0935,-2.7667 0.9741,-3.8353 
0.8818,-1.0687 2.1942,-1.6894 3.5808,-1.6894 l 34.0997,0 c 2.2211,0 
4.1306,1.5745 4.5527,3.7536 l 7.3602,37.8642 25.3831,0 c 13.322,0 
24.5088,1.4434 33.248,4.2885 8.9336,2.9052 17.1541,7.8316 24.4025,14.6151 
6.0435,5.5558 11.0194,11.7915 14.788,18.5341 3.7623,6.734 6.4677,14.251 
8.039,22.3415 3.8782,19.9432 0.7754,35.8579 -9.2204,47.3014 z m 
-35.3649,-43.1386 c -2.1254,-10.9194 -6.1293,-18.7092 -11.9021,-23.1534 
-5.8662,-4.5162 -15.2498,-6.8071 -27.8877,-6.8071 l -15.1145,0 10.9291,56.2351 
19.5394,0 c 14.3552,0 20.1387,-3.0685 22.4607,-5.6418 3.2188,-3.5689 
3.9019,-10.7046 1.9751,-20.6328"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+           id="path3122"
+           inkscape:connector-curvature="0" /><path
+           d="m 174.0192,466.1691 c 12.9558,0 21.5897,-2.3908 25.9062,-7.1744 
4.3132,-4.7826 5.341,-12.9923 3.0845,-24.6259 -2.3585,-12.1159 -6.8973,-20.7638 
-13.627,-25.9448 -6.7297,-5.181 -16.9704,-7.7694 -30.7187,-7.7694 l -20.7413,0 
12.7324,65.5145 23.3639,0 z m -83.08408,-131.8344 34.09968,0 8.0884,41.6178 
29.2087,0 c 12.8881,0 23.4896,1.3511 31.8132,4.0619 8.3235,2.7043 
15.8878,7.2452 22.6959,13.6184 5.7148,5.2508 10.3373,11.0451 13.8783,17.3806 
3.5367,6.3302 6.0499,13.3199 7.5352,20.9636 3.6076,18.5567 0.885,33.0096 
-8.1603,43.363 -9.0453,10.3545 -23.4348,15.5312 -43.1611,15.5312 l -65.5735,0 
-30.42448,-156.5365"
+           style="fill:#08090d;fill-opacity:1;fill-rule:nonzero;stroke:none"
+           id="path3124"
+           inkscape:connector-curvature="0" /><path
+           d="m 263.2982,532.489 33.8313,0 -8.0884,-41.6178 30.1399,0 c 
18.9627,0 32.0441,-3.3101 39.2431,-9.9216 7.1991,-6.6159 9.3557,-17.3356 
6.4774,-32.1537 l -14.1554,-72.8434 -34.3683,0 13.4584,69.2605 c 1.5315,7.879 
0.9698,13.2533 -1.6905,16.1187 -2.6592,2.8655 -8.3192,4.3004 -16.9747,4.3004 l 
-27.0381,0 -17.4279,-89.6796 -33.8312,0 30.4244,156.5365"
+           style="fill:#08090d;fill-opacity:1;fill-rule:nonzero;stroke:none"
+           id="path3126"
+           inkscape:connector-curvature="0" /><path
+           d="m 440.1754,466.1691 c 12.9547,0 21.5886,-2.3908 25.9061,-7.1744 
4.3133,-4.7826 5.3411,-12.9923 3.0835,-24.6259 -2.3574,-12.1159 
-6.8962,-20.7638 -13.627,-25.9448 -6.7286,-5.181 -16.9693,-7.7694 
-30.7166,-7.7694 l -20.7423,0 12.7324,65.5145 23.3639,0 z m -83.0841,-131.8344 
34.0997,0 8.0884,41.6178 29.2076,0 c 12.8881,0 23.4896,1.3511 31.8132,4.0619 
8.3235,2.7043 15.8878,7.2452 22.697,13.6184 5.7137,5.2508 10.3373,11.0451 
13.8783,17.3806 3.5367,6.3302 6.0499,13.3199 7.5341,20.9636 3.6087,18.5567 
0.8861,33.0096 -8.1592,43.363 -9.0453,10.3545 -23.4348,15.5312 -43.1622,15.5312 
l -65.5735,0 -30.4234,-156.5365"
+           style="fill:#08090d;fill-opacity:1;fill-rule:nonzero;stroke:none"
+           id="path3128"
+           inkscape:connector-curvature="0" /></g></g></g></svg>
\ No newline at end of file
-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to