mirror of
https://github.com/gtbu/Typesetter-5.3-p8.git
synced 2024-11-21 21:59:12 +01:00
Required parameter follows optional parameter
order changed
This commit is contained in:
parent
114ce467f0
commit
70fcaf64c3
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ namespace gp\tool{
|
|||
* @param string $type_file a string representing the type of the source file (svg, svgz)
|
||||
* @return bool
|
||||
*/
|
||||
static function CreateRectSVG($source_path, $dest_path, $width=50, $height=50, $keep_aspect_ratio){
|
||||
static function CreateRectSVG($source_path, $dest_path, $keep_aspect_ratio, $width=50, $height=50){
|
||||
|
||||
$src_svg = @file_get_contents($source_path);
|
||||
if( !$src_svg ){
|
||||
|
|
Loading…
Reference in a new issue