Fixed the way angles are managed in NSBezierPath when drawing arcs

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9309 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2001-03-07 13:22:50 +00:00
parent fe734480f2
commit 508e9a34e3

View file

@ -1,3 +1,11 @@
Wed Mar 7 16:11:19 2001 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSBezierPath.m ([-appendBezierPathWithArcWithCenter:
radius:startAngle:endAngle:clockwise:]): Rewritten and fixed the
way angles are managed - should be consistent with postscript now
(patch by Georg Fleischmann <georg@vhf.de> with little change of
mine).
2001-03-05 Adam Fedor <fedor@gnu.org> 2001-03-05 Adam Fedor <fedor@gnu.org>
* Source/tiff.m (NSTiffError): Fix declaration. * Source/tiff.m (NSTiffError): Fix declaration.