Mercurial > MadButterfly
view nodejs/svgviewer.js @ 928:35b6a9411e26
Use inkscape:label to be the same way as the mbname. In this way, we can use the property editor to define name of the object.
author | wycc |
---|---|
date | Wed, 03 Nov 2010 22:02:23 +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();