Skip to content

Commit 69597ce

Browse files
committed
UTF-8 encoding
1 parent aca3d1c commit 69597ce

23 files changed

+42
-42
lines changed

src/Svg/DefaultStyle.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @package php-svg-lib
44
* @link http://github.com/PhenX/php-svg-lib
5-
* @author Fabien Ménager <[email protected]>
5+
* @author Fabien Ménager <[email protected]>
66
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
77
*/
88

@@ -26,4 +26,4 @@ class DefaultStyle extends Style
2626
public $strokeWidth = 1.0;
2727
public $strokeDasharray = 0;
2828
public $strokeDashoffset = 0;
29-
}
29+
}

src/Svg/Gradient/Stop.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @package php-svg-lib
44
* @link http://github.com/PhenX/php-svg-lib
5-
* @author Fabien Ménager <[email protected]>
5+
* @author Fabien Ménager <[email protected]>
66
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
77
*/
88

@@ -13,4 +13,4 @@ class Stop
1313
public $offset;
1414
public $color;
1515
public $opacity = 1.0;
16-
}
16+
}

src/Svg/Style.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @package php-svg-lib
44
* @link http://github.com/PhenX/php-svg-lib
5-
* @author Fabien M�nager <[email protected]>
5+
* @author Fabien Ménager <[email protected]>
66
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
77
*/
88

src/Svg/Surface/SurfaceCpdf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @package php-svg-lib
44
* @link http://github.com/PhenX/php-svg-lib
5-
* @author Fabien M�nager <[email protected]>
5+
* @author Fabien Ménager <[email protected]>
66
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
77
*/
88

src/Svg/Surface/SurfaceGmagick.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @package php-svg-lib
44
* @link http://github.com/PhenX/php-svg-lib
5-
* @author Fabien M�nager <[email protected]>
5+
* @author Fabien Ménager <[email protected]>
66
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
77
*/
88

@@ -305,4 +305,4 @@ public function setFont($family, $style, $weight)
305305
{
306306
// TODO: Implement setFont() method.
307307
}
308-
}
308+
}

src/Svg/Surface/SurfaceInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @package php-svg-lib
44
* @link http://github.com/PhenX/php-svg-lib
5-
* @author Fabien M�nager <[email protected]>
5+
* @author Fabien Ménager <[email protected]>
66
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
77
*/
88

@@ -87,4 +87,4 @@ public function setStyle(Style $style);
8787
public function getStyle();
8888

8989
public function setFont($family, $style, $weight);
90-
}
90+
}

src/Svg/Surface/SurfacePDFLib.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @package php-svg-lib
44
* @link http://github.com/PhenX/php-svg-lib
5-
* @author Fabien M�nager <[email protected]>
5+
* @author Fabien Ménager <[email protected]>
66
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
77
*/
88

@@ -419,4 +419,4 @@ public function setFont($family, $style, $weight)
419419
{
420420
// TODO: Implement setFont() method.
421421
}
422-
}
422+
}

src/Svg/Tag/AbstractTag.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @package php-svg-lib
44
* @link http://github.com/PhenX/php-svg-lib
5-
* @author Fabien Ménager <[email protected]>
5+
* @author Fabien Ménager <[email protected]>
66
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
77
*/
88

src/Svg/Tag/Anchor.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @package php-svg-lib
44
* @link http://github.com/PhenX/php-svg-lib
5-
* @author Fabien Ménager <[email protected]>
5+
* @author Fabien Ménager <[email protected]>
66
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
77
*/
88

@@ -11,4 +11,4 @@
1111
class Anchor extends Group
1212
{
1313

14-
}
14+
}

src/Svg/Tag/Circle.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @package php-svg-lib
44
* @link http://github.com/PhenX/php-svg-lib
5-
* @author Fabien Ménager <[email protected]>
5+
* @author Fabien Ménager <[email protected]>
66
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
77
*/
88

@@ -28,4 +28,4 @@ public function start($attributes)
2828

2929
$this->document->getSurface()->circle($this->cx, $this->cy, $this->r);
3030
}
31-
}
31+
}

0 commit comments

Comments
 (0)