Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Rich-Harris/ramjet
/ appendSvg
Function
appendSvg
src/utils/svg.js:19–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
let
appendedSvg = false;
18
19
function
appendSvg () {
20
document.body.appendChild( svg );
21
appendedSvg = true;
22
}
23
24
export
{ svg, svgns, appendSvg, appendedSvg };
Callers
1
transform
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected