Searched refs:svgCache (Results 1 – 1 of 1) sorted by relevance
1 var svgCache; variable16 if (display.ref in svgCache) {17 cache = svgCache[display.ref];64 if (!(display.ref in svgCache)) {66 svgCache[display.ref] = cache;71 svgCache = { "paths":{}, "pictures":{}, "text":{} }; variable