Basic Shapes

Spongedown allows you to draw basic shapes

circle elongated circles rectangles long horizontal rectangles vertical rectangles rounded rectangles little elongated rounded rectangule parallelograms diamon tilted square a little bread? triangles rounded triangles hexagons big hexagon elongated hexagon rounded hexagon process blocks Folded Document
# #![allow(unused_variables)]
# 
#fn main() {
## Basic Shapes

Spongedown allows you to draw basic shapes

```bob
       .-.
      (   )  circle 
       '-'


       .------.
      (        )  elongated circles
       '------'



       ________ 
      |________|  rectangles

       +----------------------------+
       | long horizontal rectangles |
       +----------------------------+

       +---+ 
       |   |
       |   |  vertical rectangles
       |   |
       |   |
       +---+

       .-------.
       |       | rounded rectangles
       '-------'
       
    
       .-------------.  little elongated
       '-------------'  rounded rectangule

        ________  
       /       /
      /       /  parallelograms
     /_______/

        ________  
        \_______\

        ________  
        \       \
         \       \
          \_______\


    /\
   /  \
   \  /   diamon
    \/


        .          .                                
      .' `.      ,' `.       .'.                    
    .'     `.  .'     `,   .'   `,   tilted square  
     `.   .'    `.   ,'     `. ,'                   
       `.'        `.'         `                     

      .-.    a little bread?
      '-'


       /\
      /  \    triangles
     /____\

        .
       / \
      /   \  rounded triangles
     /     \
    '-------'

       ___
      /   \   hexagons
      \___/

      ______
     /      \
    /        \   big hexagon
    \        /
     \______/


      _________________
     /                 \
    / elongated hexagon \
    \                   /
     \_________________/


   .-------------.  
  /               \
 ( rounded hexagon ) 
  \               / 
   '-------------' 

    _________________
    \                \
     ) process blocks )
    /________________/
                 
                       '
   ,-------------------|\                            
   |                   |_\
   |  Folded Document    |
   |                     |
   |                     |
   |                     |
   `---------------------'

```

{{#playpen Basic_shapes.md}}

#}