windowjs / windowjs

Window.js is an open-source Javascript runtime for desktop graphics programming.

Home Page:https://windowjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement Path2D

joaodasilva opened this issue · comments

See the MDN docs:

https://developer.mozilla.org/en-US/docs/Web/API/Path2D

Some of the canvas APIs should be extended to accept Path2D objects as parameters, like fill and clip.