Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic SVG load issue (Read 807 times)
nullable
Junior Member
**
Offline


I Love MindFusion!

Posts: 86
Joined: Aug 25th, 2022
SVG load issue
Dec 1st, 2022 at 11:23am
Print Post  
Hello, I'm trying to load an svg image into an SvgNode, but an IndexOutOfRangeException occurs when parsing the svg, please check it, the files is attached below

Code
Select All
var node = new SvgNode();
var svgContent = new SvgContent();
svgContent.Parse(@"D:/personal/sample_1920×1280.svg");
Diagram.Items.Add(node);
 

  

sample_1920G_1280.svg (Attachment deleted)
sample_640G_426.svg ( 117 KB | 44 Downloads )
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3153
Joined: Oct 19th, 2005
Re: SVG load issue
Reply #1 - Dec 6th, 2022 at 8:40am
Print Post  
Hi,

This build should fix it -
https://mindfusion.eu/_beta/wpfdiag39.zip

Regards,
Slavcho
Mindfusion
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint