Skip to content

Instantly share code, notes, and snippets.

@katsumitakano
Last active August 29, 2015 13:55
Show Gist options
  • Save katsumitakano/8779411 to your computer and use it in GitHub Desktop.
Save katsumitakano/8779411 to your computer and use it in GitHub Desktop.
path sample
<!doctype html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style type="text/css">
body{
width: 960px;
height: 500px;
}
</style>
</head>
<body>
<svg width="960" height="500">
<path d="M50,50 l100,100 h200 v200" stroke="black" fill="none"></path>
</svg>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment