Webix template error with svg content

HI, i am gettin an error while showing svg content inside webix template view.
Below is the snippet with my svg content. Content of svg file is 1.3 MB. What is wrong with my code? Is svg content is too long?
https://snippet.webix.com/lw4vgzzz

below is the similar working snippet but with less sized svg file content.
https://snippet.webix.com/xfa0hd0h

perhaps webix template parser has problems with your text.
set template as function instead.
https://snippet.webix.com/0m6ek1an

thanks, it worked well.