Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/cancerberosgx/raphaelmarkup
- Owner: cancerberoSgx
- Created: 2015-03-24T01:19:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-24T01:19:13.000Z (almost 10 years ago)
- Last Synced: 2024-04-13T16:20:18.964Z (9 months ago)
- Language: HTML
- Homepage:
- Size: 602 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
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.xsd2) javascript renderer for rendering a raphael XML document in an HTML document.
See src/rm.jshow 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);