Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rfeng2004 committed Jan 8, 2019
1 parent 80f7c62 commit 8cd9970
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
# AsyPad
A simple drawing tool that can convert diagrams into Asymptote code.

# Shapes (as of v1.1)
# Shapes (as of v1.2)
Points: Free point, Point locked onto another shape, Intersection Point, Midpoint

Lines: Segment, Line, Parallel Line, Perpendicular Line, Angle Bisector, Perpendicular Bisector
Lines: Segment, Line, Parallel Line, Perpendicular Line, Angle Bisector, Perpendicular Bisector, Tangent Line

Circles: Center and Point on circle, Circumcircle
Circles: Center and Point on circle, Circumcircle, Incircle, Tangent Circle

# Valid Point Names
Rename a point by double clicking on it.
The following are valid point names:
- The name is made only of capital letters and numbers, and starts with a capital letter.
- The name is a capital letter, followed by an underscore, followed by a number or lowercase letter.

# Coloring
Color a shape by double clicking on it or right clicking it and selecting a color in the dropdown menu or create your own custom color.

# Keyboard Shortcuts
Press Esc when you want to cancel drawing a shape.

Expand Down

0 comments on commit 8cd9970

Please sign in to comment.