mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13: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