view inkscape/firefox/content/MadBuilderOverlay.js @ 1086:6723b2537993 openvg

Fix the issue that radial patterns would be changed in undefined way. This is caused by reallocating a wrong pointer in _mbe_pattern_create_gradient().
author Thinker K.F. Li <thinker@codemud.net>
date Fri, 03 Dec 2010 17:19:08 +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);
}