removing 3rd party deps.

This commit is contained in:
Will Charczuk 2016-07-08 17:57:14 -07:00
parent 7f36c08fbf
commit 8bc8b1087c
27 changed files with 1995 additions and 54 deletions

View file

@ -102,7 +102,7 @@ func (s Style) SVG() string {
fontSizeText := ""
if fs != 0 {
fontSizeText = "font-size:" + fmt.Sprintf("%.1f", fs)
fontSizeText = "font-size:" + fmt.Sprintf("%.1fpx", fs)
}
if !ColorIsZero(fnc) {