mirror of
https://git.sr.ht/~calebccff/pbsplash
synced 2026-01-12 20:48:40 -09:00
nanosvgrast: small cleanup
This commit is contained in:
parent
706888caf4
commit
52cb0ae649
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue