kendo.drawing.MultiPath : kendo.drawing.Element
Draws a composite path consisting of multiple sub-paths. Using composite paths is more efficient than drawing the paths individually.
The interface of MultiPath mirrors that of Path, but each moveTo command starts a new sub-path.