Avasond / readysetraphael

SVG to RaphaelJS Converter

Home Page:http://www.readysetraphael.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ready. Set. Raphael.

Raphaël JavaScript Library Converter

Ready. Set. Raphael. will convert contents from an SVG file to Raphaël JavaScript code.

Online Conversion Tool

Please visit www.readysetraphael.com to use our automatic converter for your projects.

Usage

<?php

try {

    $xml =  file_get_contents([path_to_svg);

    $svg = SVG::getInstance([optional_js_var_name);
    $svg->setSVG($xml);

    $parser = new Parser($svg->getSVG());
    $parser->init();

} catch (Exception $e) {

    echo $e->getMessage();

}

?>

License

Creative Commons License
Ready. Set. Raphael. is licensed under a Creative Commons Attribution 3.0 Unported License.
Based on a work at www.readysetraphael.com.

About

SVG to RaphaelJS Converter

http://www.readysetraphael.com

License:Other


Languages

Language:PHP 100.0%