CACHE MANIFEST${line.separator}${line.separator}
# THIS FILE WAS GENERATED. DO NOT MODIFY!${line.separator}
# ${time.stamp}${line.separator}${line.separator}
window.STENCIL_PATH = window.STENCIL_PATH || 'https://www.draw.io/stencils';
window.SHAPES_PATH = window.SHAPES_PATH || 'https://www.draw.io/shapes';
window.mxBasePath = window.mxBasePath || 'https://www.draw.io/mxgraph/';
window.mxLoadStylesheets = window.mxLoadStylesheets || false;
Graph.prototype.defaultThemes[Graph.prototype.defaultThemeName] = mxUtils.parseXml('
').documentElement;
Graph.prototype.defaultThemes['darkTheme'] = mxUtils.parseXml('
').documentElement;
mxResources.parse('
');
(function()
{
Editor.initMath();
GraphViewer.initCss();
if (window.onDrawioViewerLoad != null)
{
window.onDrawioViewerLoad();
}
else
{
GraphViewer.processElements();
}
})();