diff options
Diffstat (limited to 'scm/output-svg.scm')
-rw-r--r-- | scm/output-svg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scm/output-svg.scm b/scm/output-svg.scm index 3ed5e22c14..2e953a94b2 100644 --- a/scm/output-svg.scm +++ b/scm/output-svg.scm @@ -267,7 +267,7 @@ (y2 . ,(- y2))) alist))) -(define (dashed-line thick on off dx dy) +(define (dashed-line thick on off dx dy phase) (draw-line thick 0 0 dx dy `(style . ,(format "stroke-dasharray:~a,~a;" on off)))) (define (named-glyph font name) |