mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-21 03:47:07 +00:00
MAXICODE: scmvv option #212; postcode needn't be space-filled
This commit is contained in:
@@ -55,7 +55,7 @@ extern "C" {
|
||||
|
||||
struct zint_vector_circle {
|
||||
float x, y, diameter;
|
||||
int colour;
|
||||
int colour; /* Non-zero for draw with background colour */
|
||||
struct zint_vector_circle *next; /* Pointer to next circle */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user