فهرست منبع

correct labels, Jdenticon renders PNG or SVG, both in pure PHP

El RIDO 3 سال پیش
والد
کامیت
c0758e7bbb
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      tst/IconTest

+ 2 - 2
tst/IconTest

@@ -28,7 +28,7 @@ $jdenticon = new Jdenticon(array(
     ),
 ));
 $jdenticonGenerators = array(
-    'jdenticon GD' => 'png',
+    'jdenticon PNG' => 'png',
     'jdenticon SVG' => 'svg',
 );
 $results = array(
@@ -48,7 +48,7 @@ $results = array(
         'lengths' => array(),
         'time' => 0
     ),
-    'jdenticon GD' => array(
+    'jdenticon PNG' => array(
         'lengths' => array(),
         'time' => 0
     ),