Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Opacity of images in exported svg does not parsed in svg node (Read 972 times)
nullable
Junior Member
**
Offline


I Love MindFusion!

Posts: 86
Joined: Aug 25th, 2022
Opacity of images in exported svg does not parsed in svg node
Dec 14th, 2022 at 7:32am
Print Post  
Already mentioned this issue in https://mindfusion.eu/Forum/YaBB.pl?num=1670288989/0#0 but I think it is better to make separate topic. The issue is when I export svg with image inside and if this image has opacity 0.5, then opacity does not applied to the image when I try load it back. Could you please check it?
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3153
Joined: Oct 19th, 2005
Re: Opacity of images in exported svg does not parsed in svg node
Reply #1 - Dec 14th, 2022 at 2:28pm
Print Post  
  
Back to top
 
IP Logged
 
nullable
Junior Member
**
Offline


I Love MindFusion!

Posts: 86
Joined: Aug 25th, 2022
Re: Opacity of images in exported svg does not parsed in svg node
Reply #2 - Dec 23rd, 2022 at 10:11am
Print Post  
Hi, images works fine, but it seems like svg have same issue. I parsed svg in attachments with code below and opacity didn't applied. Could you please validate that?

Code
Select All
var svgNode = new SvgNode();
SvgContent content = new SvgContent();
content.Parse(@"E:\WThings\ats\atsExport.svg");
svgNode.Content = content;
svgNode.Resize(500, 500);
Nodes.Add(svgNode);
svgNode.Transparent = true;
 

  

atsExport.svg ( 2189 KB | 37 Downloads )
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3153
Joined: Oct 19th, 2005
Re: Opacity of images in exported svg does not parsed in svg node
Reply #3 - Dec 26th, 2022 at 7:27am
Print Post  
Hi,

New build here should apply it to other elements -
https://mindfusion.eu/_beta/wpfdiag39.zip

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