javierbyte / brutalita

Brutalita is an experimental font and font editor, edit in your browser and download OTF.
https://brutalita.com/
BSD 3-Clause "New" or "Revised" License
165 stars 5 forks source link

Making a different color value when a new line overlaps the same line path #4

Open CrisA-Works opened 2 years ago

CrisA-Works commented 2 years ago

When clicking on two points that have the same path it creates another line on top of it, causing some issues to tell where is the last used point. Found myself clicking on "delete" multimple times because of this.

I think this could be solved by making overlaping lines a different but subtle color value in the editor when lines are overlaping.

PS: Awesome tool btw! I'm new with Github, where can I create threads for suggestions? I've some ideas

javierbyte commented 2 years ago

@alarcondgtuc interesting, yes. I think the first improvement is to show where the last point is, and then show overlapping lines on different layers too. Overlapping lines on the same layer could be tricky because there are some "real" use cases for that I believe?

image

For example to have this in a single layer you would have to backtrack over some of the lines already there, but now that I think more about it maybe that should be in a different layer. I'll think about how to display overlapping lines, thank you for the suggestion.

Also feel free to create new issues for suggestions :D