[gsharp-cvs] CVS gsharp

crhodes crhodes at common-lisp.net
Mon Aug 6 19:57:37 UTC 2007


Update of /project/gsharp/cvsroot/gsharp
In directory clnet:/tmp/cvs-serv26159

Modified Files:
	sdl.lisp 
Log Message:
Move the dot a little bit rightwards.  Looks better, to my eye...


--- /project/gsharp/cvsroot/gsharp/sdl.lisp	2007/07/18 07:51:54	1.33
+++ /project/gsharp/cvsroot/gsharp/sdl.lisp	2007/08/06 19:57:37	1.34
@@ -721,7 +721,7 @@
   (with-slots (yoffset staff-line-distance) font
     (let ((diameter (* 0.4 staff-line-distance)))
       (translate (scale +full-circle+ diameter)
-		 (complex yoffset yoffset)))))
+		 (complex (+ yoffset (/ diameter 2)) yoffset)))))
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;;




More information about the Gsharp-cvs mailing list