From 02689454299e5a3427a467543642a0706479df3e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 5 Feb 2011 02:13:06 +0100 Subject: vnet: Print white with black shadow --- bin/vnet | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/vnet b/bin/vnet index e6722ab..ebc560b 100755 --- a/bin/vnet +++ b/bin/vnet @@ -68,11 +68,11 @@ sub show_net_png { $im->filledRectangle(0, 0, $w - 1, $h - 1, $bg); - $im->string(gdMediumBoldFont, 37, 1, $ip_ext, $white); - $im->string(gdMediumBoldFont, 36, 0, $ip_ext, $black); + $im->string(gdMediumBoldFont, 37, 1, $ip_ext, $black); + $im->string(gdMediumBoldFont, 36, 0, $ip_ext, $white); - $im->string(gdMediumBoldFont, 37, 17, $ip_int, $white); - $im->string(gdMediumBoldFont, 36, 16, $ip_int, $black); + $im->string(gdMediumBoldFont, 37, 17, $ip_int, $black); + $im->string(gdMediumBoldFont, 36, 16, $ip_int, $white); $im->copy($icon, 0, 0, 0, 0, 32, 32); -- cgit v1.2.3