WIP: working svg sprite, import to defs, icons stylizable by css

This commit is contained in:
Bryan Housel
2015-10-23 19:03:12 -04:00
parent 444357348a
commit a6b83ef27f
10 changed files with 730 additions and 2279 deletions
+3 -7
View File
@@ -22,13 +22,9 @@ img.tile-removing {
}
/* base styles */
path {
fill: none;
}
use {
pointer-events: none;
}
path { fill: none; }
#defs path { fill: inherit; }
use { pointer-events: none; }
g.point .shadow,
g.vertex .shadow,