Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv13653
Modified Files:
osd.py
Log Message:
correct font outline drawing
Index: osd.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/osd.py,v
retrieving revision 1.115
retrieving revision 1.116
diff -C2 -d -r1.115 -r1.116
*** osd.py 1 Jan 2004 17:40:24 -0000 1.115
--- osd.py 2 Jan 2004 14:29:20 -0000 1.116
***************
*** 11,14 ****
--- 11,17 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.116 2004/01/02 14:29:20 dischi
+ # correct font outline drawing
+ #
# Revision 1.115 2004/01/01 17:40:24 dischi
# added border support for drawstringframed
***************
*** 919,923 ****
for ox in (-border_radius, 0, border_radius):
for oy in (-border_radius, 0, border_radius):
! if ox and oy:
layer.blit(font.font.render(l, 1, border_color),
(x0+ox, y0+oy))
--- 922,926 ----
for ox in (-border_radius, 0, border_radius):
for oy in (-border_radius, 0, border_radius):
! if ox or oy:
layer.blit(font.font.render(l, 1, border_color),
(x0+ox, y0+oy))
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog