Hi. Twister: > I'm trying to use the clone function of ExtendedGeneralPath and it returns > me an empty path. > > I looked at this function and saw this : > > result.values = new float[values.length]; > System.arraycopy(result.values, 0, values, 0, values.length); > result.numVals = numVals; > > result.types = new int[types.length]; > System.arraycopy(result.types, 0, types, 0, types.length); > result.numSeg = numSeg; > > Am I wrong or the SRC and DEST arrays are inverted in the arraycopy calls ?
You’re right! This is now fixed in SVN. Thanks, Cameron -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
