Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Dashed Link not working in IE10 or below (Read 1692 times)
Santosh
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 28
Joined: Mar 25th, 2015
Dashed Link not working in IE10 or below
Nov 24th, 2015 at 10:53am
Print Post  
Hi,

The dashed lines are not working in IE10 or below. I used the following code:

Code (Javascript)
Select All
var link = diagram.getFactory().createDiagramLink(parentNode, childNode);
link.setStrokeDashStyle(MindFusion.Drawing.DashStyle.Dash); 



The output comes as below
1 - IE10
2 - IE11, Chrome, Firefox
  

1_008.png ( 2 KB | 99 Downloads )
1_008.png
2_003.png ( 3 KB | 104 Downloads )
2_003.png
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Dashed Link not working in IE10 or below
Reply #1 - Nov 24th, 2015 at 11:29am
Print Post  
Hi,

Support for <canvas> element's setLineDash method was added in IE11, it won't work on older versions:
https://msdn.microsoft.com/en-us/library/dn265063(v=vs.85).aspx

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint