lundi 13 avril 2015

Push svg to the browser in php

using png,



header('Content-Type: image/png');
imagepng(imagecreatefrompng($pathToPng));


using svg,



header('Content-Type: image/svg+xml');
// ???

Aucun commentaire:

Enregistrer un commentaire