fixing tests.

This commit is contained in:
Will Charczuk 2016-07-11 00:27:02 -07:00
parent ee12481644
commit d0182ac2b4
2 changed files with 2 additions and 2 deletions

View file

@ -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)
}