]> git.donarmstrong.com Git - lilypond.git/commitdiff
SVG backend: do not use style attribute for dashed-line
authorPatrick McCarty <pnorcks@gmail.com>
Sat, 1 Aug 2009 22:10:12 +0000 (15:10 -0700)
committerPatrick McCarty <pnorcks@gmail.com>
Sat, 1 Aug 2009 22:12:03 +0000 (15:12 -0700)
scm/output-svg.scm

index e91b5181b53bbd8fe5aaee53906abdc3ade2afd1..bc6568a4c7e146c8238dd329a0eff33d7ae98239 100644 (file)
    `(r . ,radius)))
 
 (define (dashed-line thick on off dx dy phase)
-  (draw-line thick 0 0 dx dy `(style . ,(format "stroke-dasharray:~a,~a;" on off))))
+  (draw-line thick 0 0 dx dy
+            `(stroke-dasharray . ,(format "~a,~a" on off))))
 
 (define (draw-line thick x1 y1 x2 y2 . alist)
   (apply entity 'line ""