Changes between Initial Version and Version 4 of Ticket #2761
- Timestamp:
- 10/14/15 23:53:08 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2761 – Description
initial v4 3 3 The syntax is as follows: 4 4 5 {{{ 5 6 id start_point_category end_point_category 6 7 (Example: 1 1 2) … … 8 9 9 10 id start_point_x start_point_y end_point_x end_point_y 11 }}} 10 12 11 13 The CORRECT syntax is: … … 13 15 The syntax is as follows: 14 16 17 {{{ 15 18 layer start_point_category end_point_category 16 19 (Example: 1 1 2) … … 18 21 19 22 layer start_point_x start_point_y end_point_x end_point_y 23 }}}