Mercurial > MadButterfly
view inkscape/firefox/content/MadBuilderOverlay.js @ 711:da794f4fe96c
save and restore initial point at m and z commands of path
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Fri, 13 Aug 2010 19:50:16 +0800 |
parents | 63aaf96209cd |
children |
line wrap: on
line source
function start_madbuilder() { var url = "chrome://MadBuilder/content/madbuilder.html"; var browser = document.getElementById("content"); browser.loadURI(url, null, null, true); }