Last active
August 10, 2016 17:36
-
-
Save andrewn/0d4abcdb7676e78a17628763469f8d70 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment