Function: escapeAttr()
function escapeAttr(s): string;Defined in: render-svg/svg-tag.ts:2
XML/HTML attribute escape — the only escape we need for SVG strings.
Parameters
s
string
Returns
string
function escapeAttr(s): string;Defined in: render-svg/svg-tag.ts:2
XML/HTML attribute escape — the only escape we need for SVG strings.
string
string