From 52cb0ae6496dbcd1ee5820705f9609455212713d Mon Sep 17 00:00:00 2001 From: Caleb Connolly Date: Mon, 6 Mar 2023 00:28:35 +0000 Subject: [PATCH] nanosvgrast: small cleanup --- include/nanosvgrast.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/nanosvgrast.h b/include/nanosvgrast.h index 8f416c2..030303a 100644 --- a/include/nanosvgrast.h +++ b/include/nanosvgrast.h @@ -1421,7 +1421,6 @@ void nsvgRasterizeText(NSVGrasterizer* r, if (i == 0 && strcmp(shape->id, "OpenSansRegular") == 0) tx = xStart - charWidth; - //tx -= shape->horizAdvX * scale * 0.5; if (shape->fill.type != NSVG_PAINT_NONE) { nsvg__resetPool(r); -- 2.45.2