Skip to content

Instantly share code, notes, and snippets.

@eeropic
Last active January 22, 2020 20:28
Show Gist options
  • Save eeropic/a6c49fdda04729efb0f2e73e46df2fda to your computer and use it in GitHub Desktop.
Save eeropic/a6c49fdda04729efb0f2e73e46df2fda to your computer and use it in GitHub Desktop.
svg test papertool #papertool .js source in the 2nd file
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
width="120" height="120">
<rect x="14" y="23" width="200" height="50" fill="lime"
stroke="black" />
</svg>
//maybe have the tool source here, and a preview SVG as the first file in the gist.
//are the files sorted alphabetically hmm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment