Changes

Jump to navigation Jump to search
244 bytes removed ,  16:52, 11 March 2023
→‎Other details: setFillColor and setStrokeColor use floats, not RGB565
Line 878: Line 878:  
* HTML5Test.com say that Drag and drop is supported but it's not (code on WebKit is ready, but it's not implemented on interface of browser)
 
* HTML5Test.com say that Drag and drop is supported but it's not (code on WebKit is ready, but it's not implemented on interface of browser)
 
* Webpages are rendered with the RGB565 color format.
 
* Webpages are rendered with the RGB565 color format.
** Most RGB colors on the web are specified in RGB8 format, but the 2D canvas <code>setFillColor</code> and <code>setStrokeColor</code> functions accept RGB565 colors when provided with parameters for red, green, blue, and alpha, respectively.
      
==Tips==
 
==Tips==
26

edits

Navigation menu