lua-users home
lua-l archive

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


Although I have not tried it the Canvas Draw Library seems to have a SVG driver as well - http://webserver2.tecgraf.puc-rio.br/cd/


On Mon, Apr 16, 2018, 7:49 AM Dirk Laurie <dirk.laurie@gmail.com> wrote:
2018-04-16 16:16 GMT+02:00 Hisham <h@hisham.hm>:
> 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

Thanks. Installed and built straightaway on Lua 5.3.

-- Dirk