Skip to content

Commit

Permalink
Update Readme.md with transperency and acute angle options
Browse files Browse the repository at this point in the history
  • Loading branch information
by408 authored Dec 2, 2023
1 parent e4aea72 commit 1cf436d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@ provides a basic level of scripting and reproducibility.
* Reverse the orientation of the polygon closest to the mouse cursor
* Insert annotation (text label)
* Delete annotation (text label)
* Enter align mode (a mode in which, given two polygon files, the second polygon file is kept fixed, while the first one can be interactively translated using Shift-Mouse and rotated/flipped from the right-click menu until it aligns to the second one).
* Mark acute angles ( Mark polygon vertices where inner or outer angle is less than 90 degrees)
* Align mode (a mode in which, given two polygon files, the second polygon file is kept fixed, while the first one can be interactively translated using Shift-Mouse and rotated/flipped from the right-click menu until it aligns to the second one).

# Command line options

Expand Down Expand Up @@ -315,7 +316,7 @@ Various command line options can modify how the polygons, points, and images are
* `-f | -filledPoly` All polygons after this option will show up as filled
* `-nf | -nonFilledPoly` All polygons after this option will show up as not filled
* `-cw | -clockwisePoly` Polygons oriented clockwise are assumed to have positive area

* `-tr | -transparency` 0.5 ( [0-1] transparency level for filled polygons)
* point options:
* `-p | -points` All polygons after this option will show up as vertices rather than edges (a subsequent -p option undoes this behavior)
* `-sh | -shape` o ([x, +, o, s, t] defines shape of the points in point mode display)
Expand Down

0 comments on commit 1cf436d

Please sign in to comment.