Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Canvas component set

ditto

  1. Automatic handling of HI DPI screens. For HI DPI screens, the size needs to be doubled like this: <canvas style="width: 600px; height: 300px;" id="my_id" width="1200" height="600" class="my_class"></canvas>
  2. Some way to limit canvas size to something the target device can handle. Here's some info on that.
  3. Deal with canvas aspect ratios

Port of Squiggly?

(probably pretty low on the list)

...