We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452a84e commit 6a66569Copy full SHA for 6a66569
src/lib/svg_text_utils.js
@@ -252,8 +252,7 @@ function encodeForHTML(_str) {
252
}
253
254
function convertToSVG(_str) {
255
- var htmlEntitiesDecoded = Plotly.util.html_entity_decode(_str);
256
- var result = htmlEntitiesDecoded
+ var result = _str
257
.split(/(<[^<>]*>)/).map(function(d) {
258
var match = d.match(/<(\/?)([^ >]*)\s*(.*)>/i),
259
tag = match && match[2].toLowerCase(),
0 commit comments