removing 3rd party deps.
This commit is contained in:
parent
7f36c08fbf
commit
8bc8b1087c
27 changed files with 1995 additions and 54 deletions
2
style.go
2
style.go
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue