Re: Patch to allow circles in ExtendedGeneralPath

2004-12-08 Thread Chris Nokleberg
Thomas DeWeese wrote: > The problem is that there are an infinite number of > circles of a fixed radius through one point. If you make your > change then you get some arbitrary solution, which might be the > one you want but that is really 'luck'. If there is some wording > in the specificati

Re: Patch to allow circles in ExtendedGeneralPath

2004-12-08 Thread Thomas DeWeese
Hi Chris, Thanks for the patch, but... Chris Nokleberg wrote: I'm using ExtendedGeneralPath to adapt some existing path data (FWIW, PowerPoint autoshapes). I need to define a circular subpath, and the straightforward way of using arcTo with the same endpoints and 360 degrees does not work due.