privateboard 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -245,15 +245,12 @@
245
245
  fillRect(grid, 43, 14, 1, 14, hair.outline);
246
246
  fillRect(grid, 5, 28, 2, 3, hair.outline);
247
247
  fillRect(grid, 41, 28, 2, 3, hair.outline);
248
- // texture bumps on sides
249
- px(grid, 5, 17, hair.hl);
250
- px(grid, 5, 19, hair.hl);
251
- px(grid, 5, 22, hair.hl);
252
- px(grid, 5, 24, hair.hl);
253
- px(grid, 42, 17, hair.hl);
254
- px(grid, 42, 19, hair.hl);
255
- px(grid, 42, 22, hair.hl);
256
- px(grid, 42, 24, hair.hl);
248
+ // Side texture bumps removed · for silver / white / blonde palettes
249
+ // these isolated single pixels (each at hair.hl) read as bright
250
+ // white speckles scattered around the head silhouette rather than
251
+ // the curl detail they were meant to suggest. The continuous
252
+ // .hl strip at (5, 14) / (41, 14) and the outline columns above
253
+ // already carry enough texture without the discrete dots.
257
254
  }
258
255
 
259
256
  function drawAfroHair(grid, hair) {