summaryrefslogtreecommitdiff
path: root/content/handlers/javascript/duktape/CanvasRenderingContext2D.bnd
Commit message (Collapse)AuthorAgeFilesLines
* Bitmap API: Clean up creation flags.Michael Drake2022-03-241-3/+3
|
* canvas: Implement fully correct putImageData featuresDaniel Silverstone2020-05-241-48/+120
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Canvas: Do not overrun destination bitmap during creationDaniel Silverstone2020-05-241-5/+6
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* canvas: Support changing canvas size at runtimeDaniel Silverstone2020-05-231-6/+141
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Canvas: Move bitmap management to the 2D render contextDaniel Silverstone2020-05-231-0/+162
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* CanvasRenderingContext2D: More verbose input validation error messageDaniel Silverstone2020-05-221-1/+2
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* javascript: Support Canvas to a basic levelDaniel Silverstone2020-05-221-0/+232
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>