add method
Add a PathFigure to the #figures list. @param {PathFigure} figure a newly allocated unshared PathFigure that will become owned by this Geometry @return {Geometry} this @since 1.5
Implementation
_i3.Geometry add(_i3.PathFigure figure) => _i4.callMethod(
this,
'add',
[figure],
);