From 29b8ec01c0011f24756ead0bcfae2e15eff0d994 Mon Sep 17 00:00:00 2001 From: janneke Date: Mon, 20 Dec 2004 21:06:17 +0000 Subject: [PATCH] *** empty log message *** --- scm/output-svg.scm | 2 -- 1 file changed, 2 deletions(-) diff --git a/scm/output-svg.scm b/scm/output-svg.scm index 0a97774c20..69aacee408 100644 --- a/scm/output-svg.scm +++ b/scm/output-svg.scm @@ -288,10 +288,8 @@ `(x . ,(- breapth)) `(y . ,(- height)) - ;;`(y . ,(* 4 (- height))) `(width . ,(+ breapth width)) `(height . ,(+ depth height)) - ;;`(height . ,(* 4 (+ depth height))) `(ry . ,(/ blot-diameter 2)) `(transform . ,(format #f "scale (~f, ~f)" output-scale output-scale)))) -- 2.39.5