view nodejs/README.svg @ 712:54618e0cd36b

fill with black by default instead of stroke black
author Thinker K.F. Li <thinker@branda.to>
date Fri, 13 Aug 2010 19:52:00 +0800
parents efcbcb750d63
children 752263ca0ed2
line wrap: on
line source

svg.js: 
===============

The sample code to load an SVG file. It requires the libxmljs, which is
available at http://github.com/polotek/libxmljs/tree/refactor.  Please
copy the libxmljs.node to the objs/default if you want to test the
libxmljs+mbfly without installing them into the system. The path can be
defined by the NODE_PATH environment variable.

(1) Compile MadButterfly with nodejs support
 ~user/MadButterfly$ ./configure --enable-nodejs; make

(2) Compile libxmljs
 ~user/MadButterfly/nodejs$ git clone http://github.com/polotek/libxmljs.git
 ~user/MadButterfly/nodejs$ cd libxmljs; make; cd ..

(3) Copy the libxmljs.node to the nodejs build directory
 ~user/MadButterfly/nodejs$ cp libxmljs/libjsxml.node objs/default
(4) Set the path
 ~user/MadButterfly/nodejs$ export NODE_PATH=objs/default

(5) Execute svg.js
 ~user/MadButterfly/nodejs$ node svg.js