add missing argument
This commit is contained in:
parent
4a996cce6b
commit
ad7a535de9
|
@ -239,7 +239,7 @@
|
||||||
(match-define (vector x y) v)
|
(match-define (vector x y) v)
|
||||||
(renderer2d (vector (ivl x x) (ivl y y)) #f #f
|
(renderer2d (vector (ivl x x) (ivl y y)) #f #f
|
||||||
(label-render-proc
|
(label-render-proc
|
||||||
label v color size family anchor angle
|
label v color size face family anchor angle
|
||||||
point-color (cond [(eq? point-fill-color 'auto) (->pen-color point-color)]
|
point-color (cond [(eq? point-fill-color 'auto) (->pen-color point-color)]
|
||||||
[else point-fill-color])
|
[else point-fill-color])
|
||||||
point-size point-line-width point-sym
|
point-size point-line-width point-sym
|
||||||
|
|
Loading…
Reference in New Issue
Block a user