Interactive SVG layer example

This commit is contained in:
Andreas Hocevar
2019-12-01 12:16:39 +01:00
parent c70e385398
commit d3b492d175
6 changed files with 5276 additions and 0 deletions

7
examples/svg-layer.css Normal file
View File

@@ -0,0 +1,7 @@
#map {
background: black;
}
.svg-layer path:hover {
opacity: 0.4;
}