lifelike / hexmapextension

Inkscape extension for creating hex grids suitable for boardgame maps.
129 stars 16 forks source link

Hex size should be calculated both by width and height #17

Closed lifelike closed 5 years ago

lifelike commented 5 years ago

Currently only the document width and the width of hexes are considered to calculate a good size when none is specified. Depending on document size this can result in too high hexes, so that the rows are higher than the document height. This must be checked to make the size the maximum that fits both width and height.

lifelike commented 5 years ago

20 takes care of this and more.