@mermaid-js/mermaid-zenuml
Version:
MermaidJS plugin for ZenUML integration
24 lines (23 loc) • 432 B
JavaScript
import { k, q, A } from "./zenuml-definition-0bd2d146.js";
const t = {
xmlns: "http://www.w3.org/2000/svg",
"xml:space": "preserve",
fill: "none",
viewBox: "0 0 20 20"
}, l = /* @__PURE__ */ A("circle", {
cx: "10",
cy: "10",
r: "10",
fill: "#000",
"fill-opacity": ".1"
}, null, -1), n = [
l
];
function s(r, a) {
return k(), q("svg", t, n);
}
const d = { render: s };
export {
d as default,
s as render
};