Last active
January 22, 2022 05:12
-
-
Save 0xflotus/786936772536d8f26288c6759d92668d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for (let x = 0; x < 0x100; ++x) { | |
for (let y = 0; y < 0x100; ++y) { | |
if ((x | y) % 0xe) { | |
fillRect(x * 2, y * 2, 2, 2); | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://ugotsta.github.io/code-glory/?content=786936772536d8f26288c6759d92668d&css=76c39d26b1b44e07bd7a783311caded8&highlight=brown-paper&font-effect=canvas-print&tiltshift=Extreme&vignette=2.4&brightness=1.1&contrast=188&saturate=161&scale=2.5&perspective=451&rotatex=23&rotatey=0&translatez=-24&padding=25&font=fira-code-iscript&inner-space=200&width=78&offsetx=289&offsety=-26&originy=47&rotatez=8&scalez=1&grayscale=20&blur=3