Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cancerberosgx/raphaelmarkup

compose drawings using an xml markup. The drawing api and engine is based on raphaël javascript drawing library (raphaeljs.com)
https://github.com/cancerberosgx/raphaelmarkup

Last synced: about 1 month ago
JSON representation

compose drawings using an xml markup. The drawing api and engine is based on raphaël javascript drawing library (raphaeljs.com)

Awesome Lists containing this project

README

        

raphaël markup

This project main objective is to let the users compose drawings using an xml markup.
The drawing api and engine is based on raphaël javascript drawing library (raphaeljs.com)

This project hsa two main parts:

1) XML document definition for raphaël drawing.
See src/raphael.xsd

2) javascript renderer for rendering a raphael XML document in an HTML document.
See src/rm.js

how can you write and publish on internet raphael drawings in xml format?

First option:
put the




Raphael markup test 1












/* render the raphael document */
rm.render(document, "#raphaelDocument1", null);