drop non-existent feature from comment

This commit is contained in:
Kartik K. Agaram 2022-06-14 14:59:51 -07:00
parent 2b4e14189b
commit 0c57f6bbdc
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ function App.initialize_globals()
-- an array points for mode 'freehand' (raw x,y coords; freehand drawings don't pollute the points array of a drawing)
-- an array vertices for mode 'polygon', 'rectangle', 'square'
-- p1, p2 for mode 'line'
-- p1, p2, arrow-mode for mode 'arrow-line'
-- center, radius for mode 'circle'
-- center, radius, start_angle, end_angle for mode 'arc'
-- Unless otherwise specified, coord fields are normalized; a drawing is always 256 units wide