Compare commits

...

2 Commits

Author SHA1 Message Date
Ricardo Antunes 5e4691cded
Merge 7293c65d49 into 84bfb2a402 2025-02-10 20:26:53 +01:00
Chlumsky 84bfb2a402 Fix MTSDF error correction call in CLI mode with -scanline enabled #219 2025-02-10 20:00:05 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -1290,7 +1290,7 @@ int main(int argc, const char *const *argv) {
break;
case MULTI_AND_TRUE:
distanceSignCorrection(mtsdf, shape, transformation, fillRule);
msdfErrorCorrection(msdf, shape, transformation, postErrorCorrectionConfig);
msdfErrorCorrection(mtsdf, shape, transformation, postErrorCorrectionConfig);
break;
default:;
}