fix css computed style property type

This commit is contained in:
Antoni Sawicki 2020-04-23 03:25:39 -07:00
parent 78f9598af5
commit 62b11cb216
1 changed files with 1 additions and 1 deletions

2
wrp.go
View File

@ -248,7 +248,7 @@ func (w wrpReq) capture(c string, out http.ResponseWriter) {
}
return
}
var styles []*css.ComputedProperty
var styles []*css.ComputedStyleProperty
var r, g, b int
var h int64
var pngcap []byte