When appending an arc to a bezier path, draw the line from the current

point to the first point of the arc


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10694 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-08-13 13:09:52 +00:00
parent 93bcc21cfa
commit 529c95f758

View file

@ -1,3 +1,11 @@
Sun Aug 12 05:46:32 2001 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSBezierPath.m
([-appendBezierPathWithArcWithCenter:radius:startAngle:endAngle:
clockwise:]): If the bezier path had already some elements, draw a
line from the current point to the start point of the arc. (Patch
from Georg Fleischmann).
Sun Aug 12 04:25:20 2001 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSTextView.m ([-replaceCharactersInRange:withString:]):