Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Composer project name to dompdf/php-svg-lib #117

Merged
merged 4 commits into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
SvgLib was designed and developed by Fabien Ménager.
bsweeney marked this conversation as resolved.
Show resolved Hide resolved

### Current Team

* **Brian Sweeney** (maintainer)

### Alumni

* **Fabien Ménager** (creator)

### Contributors
* **ssddanbrown**
* [and many more...](https://github.com/dompdf/php-svg-lib/graphs/contributors)

### Thanks

SvgLib would not have been possible without strong community support.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "phenx/php-svg-lib",
"name": "dompdf/php-svg-lib",
"type": "library",
"description": "A library to read, parse and export to PDF SVG files.",
"homepage": "https://github.com/PhenX/php-svg-lib",
"homepage": "https://github.com/dompdf/php-svg-lib",
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "Fabien Ménager",
"email": "fabien.menager@gmail.com"
"name": "The SvgLib Community",
"homepage": "https://github.com/dompdf/php-svg-lib/blob/master/AUTHORS.md"
}
],
"autoload": {
Expand Down
3 changes: 1 addition & 2 deletions src/Svg/DefaultStyle.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/**
* @package php-svg-lib
* @link http://github.com/PhenX/php-svg-lib
* @author Fabien Ménager <[email protected]>
* @link http://github.com/dompdf/php-svg-lib
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
*/

Expand Down
3 changes: 1 addition & 2 deletions src/Svg/Document.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/**
* @package php-svg-lib
* @link http://github.com/PhenX/php-svg-lib
* @author Fabien Ménager <[email protected]>
* @link http://github.com/dompdf/php-svg-lib
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
*/

Expand Down
3 changes: 1 addition & 2 deletions src/Svg/Gradient/Stop.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/**
* @package php-svg-lib
* @link http://github.com/PhenX/php-svg-lib
* @author Fabien Ménager <[email protected]>
* @link http://github.com/dompdf/php-svg-lib
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
*/

Expand Down
3 changes: 1 addition & 2 deletions src/Svg/Style.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/**
* @package php-svg-lib
* @link http://github.com/PhenX/php-svg-lib
* @author Fabien Ménager <[email protected]>
* @link http://github.com/dompdf/php-svg-lib
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
*/

Expand Down
10 changes: 1 addition & 9 deletions src/Svg/Surface/CPdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,7 @@
* A PHP class to provide the basic functionality to create a pdf document without
* any requirement for additional modules.
*
* Extended by Orion Richardson to support Unicode / UTF-8 characters using
* TCPDF and others as a guide.
*
* @author Wayne Munro <[email protected]>
* @author Orion Richardson <[email protected]>
* @author Helmut Tischer <[email protected]>
* @author Ryan H. Masten <[email protected]>
* @author Brian Sweeney <[email protected]>
* @author Fabien Ménager <[email protected]>
* @author Wayne Munro
bsweeney marked this conversation as resolved.
Show resolved Hide resolved
* @license Public Domain http://creativecommons.org/licenses/publicdomain/
* @package Cpdf
*/
Expand Down
3 changes: 1 addition & 2 deletions src/Svg/Surface/SurfaceCpdf.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/**
* @package php-svg-lib
* @link http://github.com/PhenX/php-svg-lib
* @author Fabien Ménager <[email protected]>
* @link http://github.com/dompdf/php-svg-lib
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
*/

Expand Down
3 changes: 1 addition & 2 deletions src/Svg/Surface/SurfaceInterface.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/**
* @package php-svg-lib
* @link http://github.com/PhenX/php-svg-lib
* @author Fabien Ménager <[email protected]>
* @link http://github.com/dompdf/php-svg-lib
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
*/

Expand Down
3 changes: 1 addition & 2 deletions src/Svg/Surface/SurfacePDFLib.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/**
* @package php-svg-lib
* @link http://github.com/PhenX/php-svg-lib
* @author Fabien Ménager <[email protected]>
* @link http://github.com/dompdf/php-svg-lib
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
*/

Expand Down
3 changes: 1 addition & 2 deletions src/Svg/Tag/AbstractTag.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/**
* @package php-svg-lib
* @link http://github.com/PhenX/php-svg-lib
* @author Fabien Ménager <[email protected]>
* @link http://github.com/dompdf/php-svg-lib
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
*/

Expand Down
3 changes: 1 addition & 2 deletions src/Svg/Tag/Anchor.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/**
* @package php-svg-lib
* @link http://github.com/PhenX/php-svg-lib
* @author Fabien Ménager <[email protected]>
* @link http://github.com/dompdf/php-svg-lib
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
*/

Expand Down
3 changes: 1 addition & 2 deletions src/Svg/Tag/Circle.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/**
* @package php-svg-lib
* @link http://github.com/PhenX/php-svg-lib
* @author Fabien Ménager <[email protected]>
* @link http://github.com/dompdf/php-svg-lib
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
*/

Expand Down
3 changes: 1 addition & 2 deletions src/Svg/Tag/ClipPath.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/**
* @package php-svg-lib
* @link http://github.com/PhenX/php-svg-lib
* @author Fabien Ménager <[email protected]>
* @link http://github.com/dompdf/php-svg-lib
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
*/

Expand Down
3 changes: 1 addition & 2 deletions src/Svg/Tag/Ellipse.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/**
* @package php-svg-lib
* @link http://github.com/PhenX/php-svg-lib
* @author Fabien Ménager <[email protected]>
* @link http://github.com/dompdf/php-svg-lib
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
*/

Expand Down
3 changes: 1 addition & 2 deletions src/Svg/Tag/Group.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/**
* @package php-svg-lib
* @link http://github.com/PhenX/php-svg-lib
* @author Fabien Ménager <[email protected]>
* @link http://github.com/dompdf/php-svg-lib
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
*/

Expand Down
3 changes: 1 addition & 2 deletions src/Svg/Tag/Image.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/**
* @package php-svg-lib
* @link http://github.com/PhenX/php-svg-lib
* @author Fabien Ménager <[email protected]>
* @link http://github.com/dompdf/php-svg-lib
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
*/

Expand Down
3 changes: 1 addition & 2 deletions src/Svg/Tag/Line.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/**
* @package php-svg-lib
* @link http://github.com/PhenX/php-svg-lib
* @author Fabien Ménager <[email protected]>
* @link http://github.com/dompdf/php-svg-lib
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
*/

Expand Down
3 changes: 1 addition & 2 deletions src/Svg/Tag/LinearGradient.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/**
* @package php-svg-lib
* @link http://github.com/PhenX/php-svg-lib
* @author Fabien Ménager <[email protected]>
* @link http://github.com/dompdf/php-svg-lib
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
*/

Expand Down
3 changes: 1 addition & 2 deletions src/Svg/Tag/Path.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/**
* @package php-svg-lib
* @link http://github.com/PhenX/php-svg-lib
* @author Fabien Ménager <[email protected]>
* @link http://github.com/dompdf/php-svg-lib
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
*/

Expand Down
3 changes: 1 addition & 2 deletions src/Svg/Tag/Polygon.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/**
* @package php-svg-lib
* @link http://github.com/PhenX/php-svg-lib
* @author Fabien Ménager <[email protected]>
* @link http://github.com/dompdf/php-svg-lib
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
*/

Expand Down
3 changes: 1 addition & 2 deletions src/Svg/Tag/Polyline.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/**
* @package php-svg-lib
* @link http://github.com/PhenX/php-svg-lib
* @author Fabien Ménager <[email protected]>
* @link http://github.com/dompdf/php-svg-lib
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
*/

Expand Down
3 changes: 1 addition & 2 deletions src/Svg/Tag/RadialGradient.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/**
* @package php-svg-lib
* @link http://github.com/PhenX/php-svg-lib
* @author Fabien Ménager <[email protected]>
* @link http://github.com/dompdf/php-svg-lib
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
*/

Expand Down
3 changes: 1 addition & 2 deletions src/Svg/Tag/Rect.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/**
* @package php-svg-lib
* @link http://github.com/PhenX/php-svg-lib
* @author Fabien Ménager <[email protected]>
* @link http://github.com/dompdf/php-svg-lib
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
*/

Expand Down
3 changes: 1 addition & 2 deletions src/Svg/Tag/Shape.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/**
* @package php-svg-lib
* @link http://github.com/PhenX/php-svg-lib
* @author Fabien Ménager <[email protected]>
* @link http://github.com/dompdf/php-svg-lib
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
*/

Expand Down
3 changes: 1 addition & 2 deletions src/Svg/Tag/Stop.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/**
* @package php-svg-lib
* @link http://github.com/PhenX/php-svg-lib
* @author Fabien Ménager <[email protected]>
* @link http://github.com/dompdf/php-svg-lib
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
*/

Expand Down
3 changes: 1 addition & 2 deletions src/Svg/Tag/StyleTag.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/**
* @package php-svg-lib
* @link http://github.com/PhenX/php-svg-lib
* @author Fabien Ménager <[email protected]>
* @link http://github.com/dompdf/php-svg-lib
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
*/

Expand Down
3 changes: 1 addition & 2 deletions src/Svg/Tag/Symbol.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/**
* @package php-svg-lib
* @link http://github.com/PhenX/php-svg-lib
* @author Fabien Ménager <[email protected]>
* @link http://github.com/dompdf/php-svg-lib
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
*/

Expand Down
3 changes: 1 addition & 2 deletions src/Svg/Tag/Text.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/**
* @package php-svg-lib
* @link http://github.com/PhenX/php-svg-lib
* @author Fabien Ménager <[email protected]>
* @link http://github.com/dompdf/php-svg-lib
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
*/

Expand Down
3 changes: 1 addition & 2 deletions src/Svg/Tag/UseTag.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/**
* @package php-svg-lib
* @link http://github.com/PhenX/php-svg-lib
* @author Fabien Ménager <[email protected]>
* @link http://github.com/dompdf/php-svg-lib
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
*/

Expand Down
Loading