From 78bb5c32efc596e3b0a89b0116a5ac76395cb512 Mon Sep 17 00:00:00 2001 From: miljenko Date: Fri, 20 Jul 2007 15:16:24 +0000 Subject: [PATCH] Added some annotation properties Bug found by: Submitted by: Reviewed by: Approved by: Obtained from: --- cfgparse.tcl | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/cfgparse.tcl b/cfgparse.tcl index 402d797..e13ac9f 100755 --- a/cfgparse.tcl +++ b/cfgparse.tcl @@ -1,4 +1,4 @@ -# $Id: cfgparse.tcl,v 1.15.2.5 2007/07/20 12:57:15 miljenko Exp $ +# $Id: cfgparse.tcl,v 1.15.2.6 2007/07/20 15:16:24 miljenko Exp $ # # Copyright 2005 University of Zagreb, Croatia. All rights reserved. # @@ -469,6 +469,15 @@ proc loadCfg { cfg } { effects { lappend $object "effects {$value}" } + width { + lappend $object "width {$value}" + } + border { + lappend $object "border {$value}" + } + rad { + lappend $object "rad {$value}" + } } } } -- 2.39.5