nanosvgrast: small cleanup

This commit is contained in:
Caleb Connolly 2023-03-06 00:28:35 +00:00
parent 706888caf4
commit 52cb0ae649
No known key found for this signature in database
GPG key ID: 0583312B195F64B6

View file

@ -1421,7 +1421,6 @@ void nsvgRasterizeText(NSVGrasterizer* r,
if (i == 0 && strcmp(shape->id, "OpenSansRegular") == 0) if (i == 0 && strcmp(shape->id, "OpenSansRegular") == 0)
tx = xStart - charWidth; tx = xStart - charWidth;
//tx -= shape->horizAdvX * scale * 0.5;
if (shape->fill.type != NSVG_PAINT_NONE) { if (shape->fill.type != NSVG_PAINT_NONE) {
nsvg__resetPool(r); nsvg__resetPool(r);