lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 16 April 2018 at 06:54, Dirk Laurie <dirk.laurie@gmail.com> wrote:
> I wish to generate SVG drawings but have no appetite for programs like
> Inkscape that require me to place every component manually.
>
> `luarocks search svg` and `luarocks search cairo` both turn up nothing,

Cairo is available as part of the lgi bindings:

https://luarocks.org/modules/pavouk/lgi

-- Hisham