view inkscape/firefox/content/MadBuilderOverlay.js @ 710:c93381320d6e

Fill shapes with black if with out any stroke and fill in the style
author Thinker K.F. Li <thinker@branda.to>
date Fri, 13 Aug 2010 18:23:44 +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);
}