Extract iD.svg.Defs from Surface

Need to have a single defs for the entire document but
multiple Surfaces.
This commit is contained in:
John Firebaugh
2014-05-14 16:54:11 -07:00
parent 90bc8dd70a
commit be0126aba6
5 changed files with 145 additions and 113 deletions
+7
View File
@@ -39,6 +39,13 @@ body {
height: 100%;
}
#defs {
/* Can't be display: none or the clippaths are ignored. */
position: absolute;
width: 0;
height: 0;
}
.spacer {
height: 40px;
margin-right: 10px;