Welcome to yEd Q&A! Here you can ask questions and receive answers from other members of the community. And, you can also tell us your most wanted feature requests.

How do I hide edges?

0 votes
I'd like to hide all the edges in a diagram in order to lign up the nodes with a background map. Currently the edges 'block' the background image. Is there any way to do this?

Thanks
asked Nov 24, 2011 in Help by anonymous

1 Answer

0 votes
Try giving the edges 'no color' in the properties tab?
answered Nov 25, 2011 by josephlcs (200 points)
Tried it, but the edges still show up white...
I tried the 'no color' option (RGBA -,-,-,-), and it didn't really work for me either.

However, in the color pallete there is an option which has an RBGA value of [0,0,0,0]. Try that? Or you could also select "more", select the "RGBA" tab and set the "Alpha" to 0. Technically anything that has an A value of 0 is completely transparent. It worked for me.
Setting the Alpha to 0 did the trick, thanks alot!