view inkscape/firefox/content/MadBuilderOverlay.js @ 625:9f2080b68f8e

Add the text style parser. This can not handle the recursive tspan yet.
author wycc
date Fri, 16 Jul 2010 04:04:53 +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);
}