This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hello, I have a problem, I create a small project to reproduce it, please run the attached project. When you run the project firstly, there is a diagram existing on the surface, click the biggest node, all connections disappear, if you scroll the diagram or resize the window, all connections appear. The connections should not disappear when I am clicking the biggest node. Thanks |
|
|
Thanks for pointing this out. This bug will be resolved in the next nightly build. Jason Fauchelle |
|
|
Hello, Thanks for your reply, I test the latest nightly build, the bug has been fixed, but I find the snap lines of the surface disappear, do you know why? Thanks |
|
|
Hello Jzhou Thanks for pointing this out. In a nightly build a couple of weeks ago, I made the snap line drawings render the lines to be near pixel-perfect. I overlooked the affect this would have on our sample code that has pen thicknesses less than 1 - which you've probably copied into your application. In the next nightly build, the snap line drawings will auto-correct the thickness of the pens to be at least 1. Alternatively, you could change the pen thickness of the LineSnapLineDrawing or IntervalLineSnapLineDrawing you are using. If you notice the lines look more prominent, this is because they are now pixel-perfect and so don't have the fuzzy anti-aliasing outlines. You may wish to dull down the colors a little bit if they seem too bold now. Apologies for any inconvenience, and hope you like the new sharp line rendering. Jason Fauchelle |
|