huytd / ascii-d

A cross-platform ASCII diagram drawing app https://web.ascii-draw.com
https://ascii-draw.com
BSD 3-Clause "New" or "Revised" License
271 stars 14 forks source link

feat: add a tool that can fix line joints #24

Open widcardw opened 1 year ago

widcardw commented 1 year ago

This pr is to introduce the tool that can turn

image

into

image

We can use it just like the eraser.

The features are listed below

──x──  into ─────
  │           │  
  │           │  
  x    into   │
  │           │  
  │           │  

 x───  into   ┌─────
 │            │     

──x──  into  ──┬──
  │            │  
  │           │  
  │           │  
──x──  into ──┼──
  │           │  
  │           │  

I think this tool is useful, but my code is a little strange. Please review and give me any suggestion. Thanks!

huytd commented 1 year ago

Hey, sorry for late response, and thank you so much for contributing this feature. I need more time to check this, and will get back to you in a few days :D

widcardw commented 1 year ago

Oops, I mistakenly closed this pr... You can reopen it any time. Thanks!