Changed
- The code is more generic now and supports any kind of anchor point grid size (even rectangular ones!)
Added
- A bunch of flags
syntax | description | default value |
---|---|---|
--grid-size <WIDTHxHEIGHT> |
Size of the grid (number of anchor points) | 3x3 |
--cell-size <size> |
Size of a cell in pixels | 50 |
--canvas-padding <size> |
Outter canvas padding between cells in pixels | 10 |
--line-width <size> |
Width of the lines in pixels | 2 |
--small-circle-radius <size> |
Radius of small circles in pixels | 5 |
--dot-radius <size> |
Radius of dots in pixels | 2 |
--empty-shape-stroke <size> |
Width of the stroke when a closed shape is not filled | 0.5 |
--render-grid |
Render the grid of anchor points | |
--objects-count <range> |
Number of objects to render | 3..6 |
--polygon-vertices <range> |
Number of vertices for polygons | 2..6 |