UNPKG

mermaid

Version:

Markdown-ish syntax for generating flowcharts, mindmaps, sequence diagrams, class diagrams, gantt charts, git graphs and more.

27 lines (24 loc) 656 B
import { getConfig2 as getConfig } from "./chunk-NCW2MGAP.mjs"; import { select_default } from "./chunk-GRVEB7DL.mjs"; import { __name } from "./chunk-FQFHLQFH.mjs"; // src/rendering-util/selectSvgElement.ts var selectSvgElement = /* @__PURE__ */ __name((id) => { const { securityLevel } = getConfig(); let root = select_default("body"); if (securityLevel === "sandbox") { const sandboxElement = select_default(`#i${id}`); const doc = sandboxElement.node()?.contentDocument ?? document; root = select_default(doc.body); } const svg = root.select(`#${id}`); return svg; }, "selectSvgElement"); export { selectSvgElement };