blibliki-js / grid

https://www.blibliki.com
9 stars 1 forks source link

Visual improvements for edges. Fixes #14 #16

Closed karate closed 2 weeks ago

karate commented 2 weeks ago

Change default bezier curves to 'smoothstep'. Make edges thicker Make selected edge blue

vercel[bot] commented 2 weeks ago

@karate is attempting to deploy a commit to the blibliki Team on Vercel.

A member of the Team first needs to authorize it.

mikezaby commented 2 weeks ago

Maybe will should keep the default type, I saw how it looks like in a more complex patch, and is a little messy. What do you think? image

karate commented 2 weeks ago

I agree. I wish there was something between bezier and smootstep, but I can't find an easy way to do it. Reverting to default

karate commented 2 weeks ago

Also, although the selected edge color looks nice, there is a glitch when the user selects an edge. The edge becomes black momentarily, while the the mouse button is pressed.

I supposed I could fix this with CSS, but I couldn't find a way.

mikezaby commented 2 weeks ago

Could you fixup the revert commit to original one?