Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@ewen-lbh ewen-lbh released this 01 Jan 23:08
· 96 commits to main since this release

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