slightly more rigorous bounds checking and auto-fit
This commit is contained in:
parent
bba75e5d4c
commit
28f01842de
13 changed files with 475 additions and 195 deletions
|
|
@ -45,8 +45,6 @@ func TestAnnotationSeriesMeasure(t *testing.T) {
|
|||
Left: 5,
|
||||
Right: 105,
|
||||
Bottom: 105,
|
||||
Height: 100,
|
||||
Width: 100,
|
||||
}
|
||||
sd := Style{
|
||||
FontSize: 10.0,
|
||||
|
|
@ -100,8 +98,6 @@ func TestAnnotationSeriesRender(t *testing.T) {
|
|||
Left: 5,
|
||||
Right: 105,
|
||||
Bottom: 105,
|
||||
Height: 100,
|
||||
Width: 100,
|
||||
}
|
||||
sd := Style{
|
||||
FontSize: 10.0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue