I found a possible bug in the raspberry pi openVG implementation. I'm using vguPolygon() to draw plot lines. When I exceed 500 points on a single vguPolygon call, the behavior becomes unpredictable. At first extraneous lines appear, as the number of points increases not all of the points are plotted...