comparison inkscape/firefox/content/inkscape.js @ 392:ebf83a50e1e1

Implement the MadSwatter integration
author wycc
date Wed, 15 Apr 2009 08:34:27 +0800
parents 45e04408fc19
children
comparison
equal deleted inserted replaced
391:6e7909960f31 392:ebf83a50e1e1
95 ink.innerHTML = "<embed src="+file+" width=900 height=700 />"; 95 ink.innerHTML = "<embed src="+file+" width=900 height=700 />";
96 this.isInProgress = 0; 96 this.isInProgress = 0;
97 this.callback = null; 97 this.callback = null;
98 this.animation = new MadSwatter(this); 98 this.animation = new MadSwatter(this);
99 99
100 setTimeout("inkscape.fetchDocument()",4000); 100 setTimeout("inkscape.fetchDocument()",3000);
101 } 101 }
102 102
103 Inkscape.prototype.gotoScene = function (n) 103 Inkscape.prototype.gotoScene = function (n)
104 { 104 {
105 nextScene = n; 105 nextScene = n;