|
@@ -993,7 +993,7 @@ class QRimage
|
|
|
{
|
|
|
|
|
|
//----------------------------------------------------------------------
|
|
|
- public static function png($frame, $filename = false, $pixelPerPoint = 4, $outerFrame = 4, $saveandprint = FALSE, $back_color, $fore_color)
|
|
|
+ public static function png($frame, $filename = false, $pixelPerPoint = 4, $outerFrame = 4, $saveandprint = FALSE, $back_color='', $fore_color='')
|
|
|
{
|
|
|
$image = self::image($frame, $pixelPerPoint, $outerFrame, $back_color, $fore_color);
|
|
|
|
|
@@ -3640,7 +3640,7 @@ class QRvect
|
|
|
}
|
|
|
|
|
|
//----------------------------------------------------------------------
|
|
|
- public static function svg($frame, $filename = false, $pixelPerPoint = 4, $outerFrame = 4, $saveandprint = FALSE, $back_color, $fore_color)
|
|
|
+ public static function svg($frame, $filename = false, $pixelPerPoint = 4, $outerFrame = 4, $saveandprint = FALSE, $back_color='', $fore_color='')
|
|
|
{
|
|
|
$vect = self::vectSVG($frame, $pixelPerPoint, $outerFrame, $back_color, $fore_color);
|
|
|
|
|
@@ -3713,7 +3713,7 @@ class QRvect
|
|
|
return $output;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|