Skip to content
This repository was archived by the owner on Jul 29, 2019. It is now read-only.

Commit 1b89692

Browse files
authored
fixed bug introduced by #2248
1 parent 4950efe commit 1b89692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/network/nodeStyles/HTMLInNodes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
var LENGTH_SUB = 50;
3030

3131

32-
var data = '<svg xmlns="http://www.w3.org/2000/svg" width="390" height="65">' +
32+
var svg = '<svg xmlns="http://www.w3.org/2000/svg" width="390" height="65">' +
3333
'<rect x="0" y="0" width="100%" height="100%" fill="#7890A7" stroke-width="20" stroke="#ffffff" ></rect>' +
3434
'<foreignObject x="15" y="10" width="100%" height="100%">' +
3535
'<div xmlns="http://www.w3.org/1999/xhtml" style="font-size:40px">' +

0 commit comments

Comments
 (0)