mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
Fixes to NSBezierPath when appending an arc
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9253 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c76c32bc0f
commit
625350a6af
1 changed files with 12 additions and 0 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
Thu Mar 1 04:15:53 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Source/NSBezierPath.m ([-appendBezierPathWithArcWithCenter:
|
||||
radius:startAngle:endAngle:clockwise:]): Little simplification
|
||||
in the computation of F.
|
||||
|
||||
Thu Mar 1 04:10:54 2001 Georg Fleischmann <georg@vhf.de>
|
||||
|
||||
* Source/NSBezierPath.m ([-appendBezierPathWithArcWithCenter:
|
||||
radius:startAngle:endAngle:clockwise:]): several fixes to make it
|
||||
work
|
||||
|
||||
2001-02-22 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Documentation/news.texi: Update
|
||||
|
|
Loading…
Reference in a new issue