]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/framework-svg.scm
Fix ordering of property ops in display method for \with.
[lilypond.git] / scm / framework-svg.scm
index 7b568b8139f104562361e61d25be328158a45da3..ba918ce3b01ea50c30e71f5716be4b04e93b2ba2 100644 (file)
@@ -95,7 +95,7 @@
         (svg-height (* output-scale device-height)))
 
     (dump (svg-begin svg-width svg-height
-                    left-x top-y device-width device-height))
+                    left-x (- top-y) device-width device-height))
     (ly:outputter-output-scheme outputter
                                `(begin (set! lily-unit-length ,unit-length)
                                        ""))