comparison nodejs/svg.js @ 1138:593a418ed8bf

Add some stub for the animation.
author wycc
date Tue, 21 Dec 2010 14:36:50 +0800
parents 78312b44f48c
children 4c5bcaba28ea
comparison
equal deleted inserted replaced
1137:a821ad26f6d9 1138:593a418ed8bf
1216 scene.end = parseInt(node.attr('end').value()); 1216 scene.end = parseInt(node.attr('end').value());
1217 } catch(e) { 1217 } catch(e) {
1218 scene.end = scene.start; 1218 scene.end = scene.start;
1219 } 1219 }
1220 scene.ref = node.attr('ref').value(); 1220 scene.ref = node.attr('ref').value();
1221 scene.type = node.attr('type').value();
1221 1222
1222 try { 1223 try {
1223 this.scenenames[node.attr('name').value()] = scene.start; 1224 this.scenenames[node.attr('name').value()] = scene.start;
1224 } catch(e) { 1225 } catch(e) {
1225 } 1226 }