Lemures Lemniscati

Results 11 comments of Lemures Lemniscati

The issue #185 is a bug introduced in the commit 3e629c7, and exists from [v4.0.0-rc2](https://github.com/fukuchi/libqrencode/releases/tag/v4.0.0-rc2).

I think some other softwares (e.g. Inkscape) unlike OpenSCAD might need a `rect` object as background in order to keep its image size with background while importing.

I've tested with Inkscape 1.0.1 (Sorry, I don't have 1.1 yet). 1. Make an SVG file by qrencode. 2. Remove a background `rect` from the SVG file by a text...

I'm not a maintainer, but in my opinion, it would be sufficient to implement an explicit command line option to output no background `rect` for the purpose of this pull...

@fukuchi Now, `msys2-build` will do well :).

Force-pushed for modifying commit messages.

@misa-ki, how many symbols do you expect to be generated? When more than 16 symbols are needed, the data is too large in fact. According to [QR Code Outline specification](https://www.qrcode.com/en/about/standards.html#outlineH2Title),...

The error message comes from a function [`readFile()` in qrenc.c](https://github.com/fukuchi/libqrencode/blob/v4.1.1/qrenc.c#L240-L260) ([v4.1.1](https://github.com/fukuchi/libqrencode/releases/tag/v4.1.1)). And this limitation is brought by the definition of `MAX_DATA_SIZE`: ``` #define MAX_DATA_SIZE (7090 * 2) /* timed by...