mirror of
https://github.com/tenox7/wrp.git
synced 2024-11-22 10:31:21 +00:00
formatting
This commit is contained in:
parent
c7fcea908f
commit
e48f0c9ff2
4
wrp.go
4
wrp.go
@ -188,8 +188,8 @@ func capture(gourl string, w int64, h int64, s float64, p int64, ismap bool, out
|
|||||||
if ismap {
|
if ismap {
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
fmt.Fprintf(out, "<AREA SHAPE=\"RECT\" COORDS=\"%.f,%.f,%.f,%.f\" ALT=\"%s\" TITLE=\"%s\" HREF=\"%s\">\n",
|
fmt.Fprintf(out, "<AREA SHAPE=\"RECT\" COORDS=\"%.f,%.f,%.f,%.f\" ALT=\"%s\" TITLE=\"%s\" HREF=\"%s\">\n",
|
||||||
b.Content[0]*s, b.Content[1]*s, b.Content[4]*s, b.Content[5]*s, n.AttributeValue("href"), n.AttributeValue("href"), target)
|
b.Content[0]*s, b.Content[1]*s, b.Content[4]*s, b.Content[5]*s, n.AttributeValue("href"), n.AttributeValue("href"), target)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user