Hello,
I can' t find any documentation about this topic .
Some of my nodes are like this one :
{
id: 'Radial4', width: 125, height: 75, offsetX: 1000, offsetY: 350,
shape : {
type: 'Native',
content:'<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="600" height="600" stroke="black" stroke-width="30" fill="none"><circle cx="300" cy="300" r="265" /><circle cx="300" cy="230" r="115" /><path d="M106.81863443903,481.4 a205,205 1 0,1 386.36273112194,0" stroke-linecap="butt" /></svg>'
},
style: { strokeColor: '#a8a8a8', fill: '#faebee' },
annotations: [{ content: 'Muscular Endurance' }]
},
But when I try to export or print the node are not displayed like this :
I have reproduced my problem here, starting from the example in the documentation for exporting:
https://stackblitz.com/edit/rnxwxl?file=index.js
Thank you for your help.