Mercurial > MadButterfly
view nodejs/svgviewer.js @ 931:3a3734289523
Check in the main category SVG file for the VOD.
author | wycc |
---|---|
date | Sun, 07 Nov 2010 11:36:12 +0800 |
parents | 58a4e9bb8bb7 |
children |
line wrap: on
line source
// -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 4; -*- // vim: sw=4:ts=8:sts=4 var svg = require("./svg"); var mbapp = require("./mbapp"); app = new mbapp.app(); app.loadSVG("test.svg"); app.loop();