groupSVGElements function

  1. @JS('fabric.util.groupSVGElements')
Group groupSVGElements(
  1. List elements, [
  2. dynamic options,
  3. String path
])

Groups SVG elements (usually those retrieved from SVG document)

Implementation

@JS('fabric.util.groupSVGElements')
external Group /*Object|Group*/ groupSVGElements(List<dynamic> elements,
    [dynamic options, String path]);