Add SVG support

This commit is contained in:
hooper114 2009-02-17 17:48:39 +00:00
parent 0feb6152d6
commit b151e526f4
5 changed files with 738 additions and 6 deletions

View file

@ -38,3 +38,4 @@ void lookup(char set_string[], char *table[], char data, char dest[]);
int posn(char set_string[], char data);
void expand(struct zint_symbol *symbol, char data[]);
int is_stackable(int symbology);
int roundup(float input);