Skip to content

Instantly share code, notes, and snippets.

@jiahao
Last active September 2, 2019 02:15
Show Gist options
  • Save jiahao/93ec9b68be8cafec1caa to your computer and use it in GitHub Desktop.
Save jiahao/93ec9b68be8cafec1caa to your computer and use it in GitHub Desktop.
Julia developers' basic Github workflow
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.
@ivarne
Copy link

ivarne commented Mar 2, 2015

How is a Base64 encoded png inside a svg image better than a pure png?

@lsloan
Copy link

lsloan commented Jun 12, 2019

The SVG markup is invalid. "svg" element should be:

<svg width="1024" height="768" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">

I've corrected this in my fork of the gist. I've also extracted the PNG image from the SVG and included it in the gist.

@jiahao
Copy link
Author

jiahao commented Sep 2, 2019

@lsloan thanks for the update!

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