Alternative for element.getPathData() in Android

hmm, it seems that some functions in Element class are not consistent in the Android version due to some legacy reasons. This should be fixed in the next release. For now, you can use “public double[] getPathPoints()” to retrieve the data points.