Notgnoshi / generative

Generative art. A suite of composable tools to generate, transform and visualize WKT geometries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wkt2svg: Add option to flip y-axis

Notgnoshi opened this issue · comments

SVGs render with screen coordinates (y increases downwards) but most of the visualizations make the most sense if y increases upwards.

  • Change the default behavior and add --screen-coords to disable it
  • Regenerate the example images

Consider also making --padding the default, and adding instead --no-padding to disable