mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
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:
parent
93bcc21cfa
commit
529c95f758
1 changed files with 8 additions and 0 deletions
|
@ -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:]):
|
||||
|
|
Loading…
Reference in a new issue