Hi, if I create a diagram with a shape that connects to more than one other shape it doesn’t work, all connectors refuse to be painted.
Your demo/example for this is also not working:
Is there a version where this definitely works? I don’t mind downgrading.
@rhys12341
Would you please also share the sample Diagram and Stencil files that you are using with the code snippet? We will test the scenario in our environment and address it accordingly.
This is an example hosted by yourselves. The stencil is Basic Shapes.vss in the data folder of GitHub and the Diagram being produced is either of the 2 examples in the link provided.
@rhyswilliams1990
We are checking this example and will get back to you shortly.
@rhyswilliams1990
Thanks for trying our product. Did you set a license when running this example? To avoid being verbose, the example code omit setting license, but it is necessary. And Temporary License could work well. Then add this line:new License().SetLicense(licensePath);
Hope this solves your problem.