Follow-up Comment #4, patch #6286 (project gnustep):

First I have to apologize as I didn't find the time to test keyed encoding of
NSBezierPath on the Apple. If we really try to support keyed encoding here, it
should be compatible.

As for your latest problem, I just don't see the issue. What is wrong? To me
it looks like the current code is handling both the cases, LineTo and MoveTo,
correctly. But then I wrote the code in the first place and may not be the
best person to spot a bug there. Ah now I see the problem, in the
initWithCoder: case we are missing a break statement. But the other method
still looks correct to me. In both cases we just need to encode one point and
we share the code for that.

I will fix the missing break as soon as I know what keyed format Apple is
using.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?6286>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to