From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] new versions of graphics programs? Date: Thu, 14 Sep 2000 11:31:36 +0900 From: okamoto@granite.cias.osakafu-u.ac.jp MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20000914023113.70E17199E4@mail> Topicbox-Message-UUID: 0778c584-eac9-11e9-9e20-41e7f4b1d025 When I converted art to release 3, I had a problem to implement rubber-banding to draw rectangular, circle etc. by expanding or shrinking it by mouse. I wanted to delete the older rect. or circle without affecting the background image around it. I solved it by redrawing all the rectanglar area. Is there any method to do this fine? Kenji