Skip to content

Instantly share code, notes, and snippets.

@e9t
Last active December 18, 2015 02:39
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 e9t/5712545 to your computer and use it in GitHub Desktop.
Save e9t/5712545 to your computer and use it in GitHub Desktop.
South Korea Provinces (SVG)
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<object data="skorea-provinces-v3.1.svg" type="image/svg+xml"></object>
</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.
text {
font-family: NanumGothic;
font-size: 6px;
pointer-events: none;
}
path {
fill: #EEE;
stroke: #c9c9c9;
}
path.region {
cursor: pointer;
}
path.region:hover {
fill: rgb(176,198,185);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment