Skip to content

Instantly share code, notes, and snippets.

@dholth
Created November 16, 2011 21:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dholth/1371379 to your computer and use it in GitHub Desktop.
Save dholth/1371379 to your computer and use it in GitHub Desktop.
svgweb fail
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.
<!doctype html>
<html>
<head>
<script src="svg.js" data-path="."></script>
</head>
<body>
<!--[if !IE]>-->
<object data="basic.svg" type="image/svg+xml"
width="640" height="300" id="svgObject"> <!--<![endif]-->
<!--[if lt IE 9]>
<object src="basic.svg" classid="image/svg+xml"
width="640" height="300" id="svgObject"> <![endif]-->
<!--[if gte IE 9]>
<object data="basic.svg" type="image/svg+xml"
width="640" height="300" id="svgObject"> <![endif]-->
</object>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment