1
0
mirror of https://github.com/Chouchen/svgToImage.git synced 2020-02-03 22:08:42 +01:00

Ajout de gd_info.php pour vérifier si le serveur accepte cette classe.

Ajout d'éléments SVG (stroke-width, text)
Ajout d'éléments GD (allocate color)
Modification d'elipse en arc (pour stroke-width... bug GD)
This commit is contained in:
Shikiryu
2010-11-26 15:07:16 +00:00
parent 31a3a2e277
commit 60893584e8
3 changed files with 57 additions and 14 deletions

2
gd_info.php Normal file
View File

@@ -0,0 +1,2 @@
<?
print_r( gd_info() );