iddan / react-native-canvas

A Canvas component for React Native
MIT License
981 stars 172 forks source link

Path2D differs from the Canvas API, in that it's not connected to a Canvas element #295

Closed nora-soderlund closed 1 year ago

nora-soderlund commented 1 year ago

Path2D should not be reliant on an canvas element to be initialized.

Otherwise the documentation should be changed to reflect that this differs from the Canvas API.

iddan commented 1 year ago

I would love to review a PR to update the docs

nora-soderlund commented 1 year ago

See #296