Skip to content

Instantly share code, notes, and snippets.

@hyunbinseo
Last active February 11, 2025 13:15
Show Gist options
  • Save hyunbinseo/c6ccd9db17f18f979657711e153b4d13 to your computer and use it in GitHub Desktop.
Save hyunbinseo/c6ccd9db17f18f979657711e153b4d13 to your computer and use it in GitHub Desktop.
SVG sprite based repeating cubes
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hyunbinseo
Copy link
Author

@hyunbinseo
Copy link
Author

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