How well does OpenLayers handle arc geometries? If I'm drawing a layer with perhaps 100 features, described in GML, would it be faster to draw using arcs (which could describe the data with fewer points), or with polygons (which would need more points, but might be faster, if the drawing engines used handle arcs inefficiently).