How to export or print Diagram with nodes in Native type and SVG content ?

Hello,

I can' t find any documentation about this topic .

Some of my nodes are like this one : 

 {
            id: 'Radial4'width: 125height: 75offsetX: 1000offsetY: 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 :  

Image_3073_1695384078810

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.


1 Reply

BM Balasubramanian Manikandan Syncfusion Team September 25, 2023 02:06 PM UTC

Regarding blink, please check the client sample platform that customer asked and it is provided in the documentation


Attachment: print_and_export_using_blink_(1)_6e4ad04.docx

Loader.
Up arrow icon