Commit 911f907
authored
fix(avatar): correct mirroring by generating 8 pixels per row (#6)
Fixes #6 – Ensures proper mirroring by generating exactly 8 pixels per row before mirroring instead of 9. This prevents an unintended bitwise OR condition in the center column, which previously caused extra foreground pixels to appear. The fix restores correct symmetry in avatar rendering.1 parent fcb3321 commit 911f907
File tree
6 files changed
+1
-1
lines changed- arts
6 files changed
+1
-1
lines changedLoading
Loading
Loading
Loading
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments