splineThru method

dynamic splineThru(
  1. dynamic pts
)

Implementation

splineThru(pts) {
  currentPath.splineThru(pts);

  return this;
}