libcanvas
libcanvas copied to clipboard
LibCanvas - Canvas Javascript library
Converted docs to english using google translate.
Например для обычного контекста `canvas.getContext('2d', {alpha: false})` актуально для Хрома Для `getContext('2d-libcanvas')` опции теряются Пулл сделаю чуть позже
Будет ли поддержка webpack и npm?
Windows 10 Chrome 43 (в FairFox проблема не наблюдается) Видео с демонстрацией проблемы (1.14 Мб, GIF-файл) https://dl.dropboxusercontent.com/u/54210112/libcanvas.gif
#### Hey, maintainer(s) of theshock/libcanvas! We at [VersionEye](https://www.versioneye.com/signup?promo_code=BOWER) are working hard to keep up the quality of the bower's registry. We just finished our initial analysis of the quality of...
Code: ``` js new Line(100, 100, 150, 100) .distanceTo( new Point(95, 100), false ); ``` Expected: `5` Result: `0` Description: If `point` is on infinity line it returns zero always