Mercurial > MadButterfly
view nodejs/examples/testsvg/svgviewer.js @ 1400:18215e577fe0
clone the affine matrix ofwhen we use clone_from_subtree. This function will not copy the affine matrix at all. We need to do it manually.
author | wycc |
---|---|
date | Sun, 03 Apr 2011 18:07:47 +0800 |
parents | a74b4d986a91 |
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();