We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c192ea commit 8244768Copy full SHA for 8244768
1 file changed
src/main.cpp
@@ -66,7 +66,6 @@ int main(int argc, char* argv[]) {
66
opts.useZopfli = true;
67
} else if (arg == "-nb" || arg == "--no-brotli") {
68
opts.useBrotli = false;
69
- }
70
} else if (arg == "-k" || arg == "--svg-enable-kerning") {
71
opts.svgEnableKerning = true;
72
} else if (arg == "--svg-cmap-platform-id") {
0 commit comments