From 4cc04f82ac9ae88b13b97a2ed64947885db4544a Mon Sep 17 00:00:00 2001 From: Dan White Date: Sat, 21 Jan 2012 15:47:56 -0600 Subject: [PATCH] Draw logic bubbles colored --- dwboxsym | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dwboxsym b/dwboxsym index 7080447..688c0fd 100755 --- a/dwboxsym +++ b/dwboxsym @@ -364,7 +364,8 @@ sub drawpin_labels { sub circle { my ($x, $y) = @_; - print "V $x $y 50 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1\n"; + # color 6 (logic bubble) + print "V $x $y 50 6 0 0 0 -1 -1 0 -1 -1 -1 -1 -1\n"; } sub drawpin_left { -- 2.25.1