stroke function

void stroke(
  1. dynamic context2D
)

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

Implementation

void stroke(dynamic context2D) {}