Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!ucbvax!ASC.SLB.COM!rxb From: rxb@ASC.SLB.COM (Rafael Bracho) Newsgroups: comp.windows.news Subject: Re: setlinewidth and overlay canvases Message-ID: <9003151602.AA06773.rxb@plutonium.ASC.SLB.COM> Date: 15 Mar 90 17:32:13 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 11 >Does anyone know whether it is a feature or a bug that setting >the line width seems to have no effect when drawing on an overlay >canvas? That is, the thickness of any line does not change when >stroked, regardless of what value has been given to 'setlinewidth'. It is a feature. Overlay canvases are ambiguously defined on purpose, to allow for efficient (perhaps hardware-dependent) implementations. It was rumoured that some of their restrictions may be lifted in the future (e.g., ability to set the color, perhaps line width, etc.). -Rafael