Skip to content

Instantly share code, notes, and snippets.

@bradbaris
Last active June 26, 2017 22:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bradbaris/a741fc3d9984af84b1f34b29a7dd31d6 to your computer and use it in GitHub Desktop.
Save bradbaris/a741fc3d9984af84b1f34b29a7dd31d6 to your computer and use it in GitHub Desktop.
Recently found an old backup of files from 2004, during my freshman year in college. I had worked on an SVG animation in class, and I remember my professor saying that SVGs were going to be a big thing. He was right.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bradbaris
Copy link
Author

The SVG file is malformed by today's standards, so you have to remove the DOCTYPE at the top:
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20001102//EN" "http://www.w3.org/TR/2000/CR-SVG-20001102/DTD/svg-20001102.dtd">

@bradbaris
Copy link
Author

It looks like this!
solar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment