2017 © Pedro PelĆ”ez
 

library ready-set-raphael

Ready Set Raphael SVG Parser

image

allankiezel/ready-set-raphael

Ready Set Raphael SVG Parser

  • Saturday, January 3, 2015
  • by allankiezel
  • Repository
  • 5 Watchers
  • 27 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 2 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Ready. Set. Raphael.

Raphaƫl JavaScript Library Converter, (*1)

Ready. Set. Raphael. will convert contents from an SVG file to Raphaƫl JavaScript code., (*2)

Online Conversion Tool

Please visit www.readysetraphael.com to use our automatic converter for your projects., (*3)

Usage

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. , (*4)

The Versions

03/01 2015

dev-master

9999999-dev http://www.readysetraphael.com

Ready Set Raphael SVG Parser

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Allan Kiezel