nkh / P5-App-Asciio

Plain ASCII diagram
https://nkh.github.io/P5-App-Asciio/
55 stars 4 forks source link

Symmetric mirroring of elements #169

Open qindapao opened 10 months ago

qindapao commented 10 months ago

Symmetric mirroring of elements

                 y mirror axis
                     |
                     |
                     |
                     |
                     |
            .-----   |   ------.
           /         |          \
          /          |           \
         '           |            '
    ____________     |     ____________  
    \           \    |    /           /  
     ) i am here )   |   ( ereh ma i (   
    /___________/    |    \___________\  
                     |
               .---. | .---.
               |   | | |   |
               '---' | '---'
                     |

                          ------.
                 c               \
            b                     \
        a                          '

---------------------------------------------------- x mirror axis a . b / c / ------'

nkh commented 10 months ago

@qindapao

An asymetrical elements, and symetrical, is best handled as new element that nests a copy of the original element.

qindapao commented 10 months ago

@nkh Ok, I understand what you mean.But this demand is generally of little use. Maybe I will finish it one day in the future.