Mercurial > MadButterfly
view inkscape/firefox/content/MadBuilderOverlay.js @ 1035:18329b6f77a4
Generate the PNG fropm the JPG file. We need to add the JPG/GIF graphics format
author | wycc |
---|---|
date | Tue, 23 Nov 2010 08:04:09 +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); }