fixing tests.
This commit is contained in:
parent
ee12481644
commit
d0182ac2b4
2 changed files with 2 additions and 2 deletions
|
|
@ -47,6 +47,6 @@ func TestVectorRendererMeasureText(t *testing.T) {
|
|||
vr.SetFontSize(12.0)
|
||||
|
||||
w, h := vr.MeasureText("Ljp")
|
||||
assert.Equal(26, w)
|
||||
assert.Equal(21, w)
|
||||
assert.Equal(15, h)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue