Skip to content

Instantly share code, notes, and snippets.

@andrewn
Last active August 10, 2016 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save andrewn/0d4abcdb7676e78a17628763469f8d70 to your computer and use it in GitHub Desktop.
Save andrewn/0d4abcdb7676e78a17628763469f8d70 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
#strokes {
stroke: red;
}
#fills {
fill: red;
}
</style>
</head>
<body>
<h1>Test</h1>
<svg>
<use xlink:href="svg-use-example.svg#Welcome"></use>
</svg>
</body>
</html>
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment