vkottler / svgen

A tool for working with scalable vector graphics.
MIT License
7 stars 0 forks source link

Add grid subdivision point indexing system #13

Closed vkottler closed 2 years ago

vkottler commented 2 years ago

Would be cool to be able to index a rectangle as an equally-spaced grid.

Then you could easily draw lines between two points inside it

vkottler commented 2 years ago

Implementing here: https://github.com/vkottler/svgen/pull/15

vkottler commented 2 years ago

This is working