Last active
February 11, 2025 13:15
-
-
Save hyunbinseo/c6ccd9db17f18f979657711e153b4d13 to your computer and use it in GitHub Desktop.
SVG sprite based repeating cubes
For the SVG to work in PowerPoint, use transform
instead of y
- <use href="#cube" x="0" y="230" width="40" height="40" />
+ <use href="#cube" transform="translate(0,230)" width="40" height="40" />
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SVG to PNG conversion:
https://quickpic.t3.gg/svg-to-png