fill function

void fill(
  1. dynamic context2D
)

Fill the current subpath(s). No-op on non-web platforms.

Implementation

void fill(dynamic context2D) {}