add glyf2canvas

This commit is contained in:
mkwiser
2014-08-31 01:48:32 +08:00
parent c89261f7b8
commit 4e5ea6fa8b
9 changed files with 434 additions and 63 deletions

View File

@@ -45,21 +45,11 @@ body {
.font-list li.selected {
background: #ECECEC;
}
.svg-view {
width: 500px;
height: 500px;
background: #F0F0F0;
}
.glyf {
width: 100%;
background: #F0F0F0;
}
.glyf .path {
fill: green;
stroke: none;
stroke-width: 10px;
}
.boundary {
fill: none;
stroke-width: 1px;
stroke: black;
}

View File

@@ -38,23 +38,11 @@ body {
}
}
.svg-view {
width: 500px;
height: 500px;
background: #F0F0F0;
}
.glyf {
width: 100%;
background: #F0F0F0;
.path {
fill: green;
stroke: none;
stroke-width: 10px;
}
}
.boundary {
fill: none;
stroke-width: 1px;
stroke: black;
}