Skip to content

Instantly share code, notes, and snippets.

@reinhrst
Created April 29, 2021 15:54
Show Gist options
  • Select an option

  • Save reinhrst/d0e27b10f2af2a9e9ffd31b63edc2a3f to your computer and use it in GitHub Desktop.

Select an option

Save reinhrst/d0e27b10f2af2a9e9ffd31b63edc2a3f to your computer and use it in GitHub Desktop.
No viewport
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" xmlns:xlink="http://www.w3.org/1999/xlink" width="1200px" height="630px">
<style>
#r3 {
fill: lightblue;
}
#r3:hover {
fill: red;
}
</style>
<circle id="r3" cx="50" cy="50" r="15" />
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment