preserve spaces in text blocks in svg export (#1587)
This commit is contained in:
parent
9ec43d2626
commit
ece631b430
@ -485,6 +485,7 @@ export function renderElementToSvg(
|
||||
text.setAttribute("font-size", fontSize);
|
||||
text.setAttribute("fill", element.strokeColor);
|
||||
text.setAttribute("text-anchor", textAnchor);
|
||||
text.setAttribute("style", "white-space: pre;");
|
||||
node.appendChild(text);
|
||||
}
|
||||
svgRoot.appendChild(node);
|
||||
|
Loading…
x
Reference in New Issue
Block a user