58 Commits

Author SHA1 Message Date
MoyuScript
428821ade6 fix: handle unhandled promise rejections (#2568) 2021-07-12 19:01:43 +08:00
MoyuScript
7fd1bc3d2a Typescript conversion (#1828)
* initial typescript conversion

* test: update overflow+transform ref test

* fix: correctly render pseudo element content

* fix: testrunner build

* fix: karma test urls

* test: update underline tests with <u> elements

* test: update to es6-promise polyfill

* test: remove watch from server

* test: remove flow

* format: update prettier for typescript

* test: update eslint to use typescript parser

* test: update linear gradient reftest

* test: update test runner

* test: update testrunner promise polyfill

* fix: handle display: -webkit-flex correctly (fix #1817)

* fix: correctly render gradients with clip & repeat (fix #1773)

* fix: webkit-gradient function support

* fix: implement radial gradients

* fix: text-decoration rendering

* fix: missing scroll positions for elements

* ci: fix ios 11 tests

* fix: ie logging

* ci: improve device availability logging

* fix: lint errors

* ci: update to ios 12

* fix: check for console availability

* ci: fix build dependency

* test: update text reftests

* fix: window reference for unit tests

* feat: add hsl/hsla color support

* fix: render options

* fix: CSSKeyframesRule cssText Permission Denied on Internet Explorer 11 (#1830)

* fix: option lint

* fix: list type rendering

* test: fix platform import

* fix: ie css parsing for numbers

* ci: add minified build

* fix: form element rendering

* fix: iframe rendering

* fix: re-introduce experimental foreignobject renderer

* fix: text-shadow rendering

* feat: improve logging

* fix: unit test logging

* fix: cleanup resources

* test: update overflow scrolling to work with ie

* build: update build to include typings

* fix: do not parse select element children

* test: fix onclone test to work with older IEs

* test: reduce reftest canvas sizes

* test: remove dynamic setUp from list tests

* test: update linear-gradient tests

* build: remove old source files

* build: update docs dependencies

* build: fix typescript definition path

* ci: include test.js on docs website
2019-05-25 15:54:41 -07:00
MoyuScript
ec4d108374 ci: add ios simulator tests (#1794) 2019-04-08 21:56:22 -07:00
MoyuScript
ee21f958e1 build: update webpack and babel (#1793) 2019-04-07 14:24:17 -07:00
MoyuScript
7a420c6415 Implementing cropping and dimension options for rendering (Fix #1230) 2017-09-27 22:14:50 +08:00
MoyuScript
5ad8639bc6 Add support for loading cross origin images using proxy 2017-09-04 23:36:19 +08:00
MoyuScript
69ab7484d9 Remove profiler 2017-08-11 20:41:05 +08:00
MoyuScript
6825831d27 Don't toggle canvas on right-mouse click 2017-08-10 21:59:26 +08:00
MoyuScript
08f0e65989 Remove animations from reftests 2017-08-09 12:05:16 +08:00
MoyuScript
a09f38ba7c Use tree order when z-index is the same 2017-08-09 11:52:42 +08:00
MoyuScript
b4dfb4404f Beging implementing reftests 2017-08-09 00:52:56 +08:00
MoyuScript
c14726ec7e Keep scroll position when toggling canvas view 2017-08-02 20:15:39 +08:00
MoyuScript
441d349948 Library rewrite 2017-08-01 00:25:58 +08:00
MoyuScript
9784f4887e Remove Promise polyfill 2015-10-19 01:25:03 +03:00
MoyuScript
c4cdaede98 Switch build to use browserify (#502) 2015-02-03 21:34:05 +02:00
MoyuScript
15dd95c15c Use Color objects for colors 2014-12-13 18:10:41 +02:00
MoyuScript
4836aa343c Don't remove frame container in tests 2014-10-12 20:32:10 +03:00
MoyuScript
587e8a73ef Fix pseudoelement rendering (with nth-child selectors etc.) 2014-10-06 22:46:43 +03:00
MoyuScript
998bfb496e Add google maps test 2014-09-27 20:20:08 +03:00
MoyuScript
f875ee6c9b Correctly apply canvas background color 2014-09-21 11:24:20 +03:00
MoyuScript
61d50f7263 Fix tests to use local proxy 2014-09-20 20:25:48 +03:00
MoyuScript
c1ea1206e3 Correctly use native rendering with inline <svg> nodes if possible 2014-09-20 20:21:25 +03:00
MoyuScript
bc08edc340 Fallback to jsonp proxy if browser doesn't support cors xhr/image 2014-09-20 19:53:22 +03:00
MoyuScript
a4ee26cffd Add preliminary support for same-origin iframes 2014-09-16 20:12:13 +03:00
MoyuScript
733bd13a18 Use punycode to parse unicode characters correctly 2014-09-14 19:32:26 +03:00
MoyuScript
90100dbc05 Add support for inline, base64 and node svg's 2014-09-08 23:44:10 +03:00
MoyuScript
b5923fc04b Add svg rendering with fabric.js 2014-09-04 20:50:31 +03:00
MoyuScript
07fef3c04a reformat testing 2014-09-04 18:46:17 +03:00
MoyuScript
436e7e9692 rename build folder to dist 2014-09-01 20:22:56 +03:00
MoyuScript
af29a6bcf3 Update travis webdriver settings 2014-05-18 21:17:59 +03:00
MoyuScript
73266849b4 Don't fail on broken images 2014-03-15 13:20:05 +02:00
MoyuScript
a4ba5d1b11 Render correct element 2014-02-23 17:02:49 +02:00
MoyuScript
6ecd8bcead Fix image loading for cross-origin resources 2014-02-17 00:04:09 +02:00
MoyuScript
27ace9727c Start implementing background gradients 2014-02-01 21:48:30 +02:00
MoyuScript
2ce928069a Add support for single text-shadow 2014-02-01 20:03:23 +02:00
MoyuScript
7c0dcde86b Move NodeParser to seperate file 2014-02-01 18:52:53 +02:00
MoyuScript
e48fed63a5 Implement background rendering 2014-01-26 16:06:16 +02:00
MoyuScript
9698eaec5f Begin implementing background-image rendering 2014-01-21 21:41:00 +02:00
MoyuScript
9754c224e5 Make image loading to work on top of Promises/polyfill 2014-01-19 21:05:07 +02:00
MoyuScript
355bde3655 0.5.0 rewrite 2014-01-19 18:04:27 +02:00
MoyuScript
1e81b22027 switched background rendering to use patterns 2013-01-03 22:25:35 +02:00
MoyuScript
dee1085046 Moved font metrics to seperate file 2012-12-30 21:26:25 +02:00
MoyuScript
0ebb1e41b0 Moved browser support checks to seperate file 2012-12-30 15:48:55 +02:00
MoyuScript
87e0d09722 removed external files 2012-12-27 23:57:06 +02:00
MoyuScript
d70a861e64 formatted tests into smaller units 2012-12-27 23:53:27 +02:00
MoyuScript
96b8431b24 webdriver testing 2012-12-27 23:06:47 +02:00
MoyuScript
d88e72e1b6 Added a sublime-project file for Sublime Text 2 that contains the detected linting and standards set. Allows Sublime Text 2 to automatically follow the standards and have live linting enabled. Trimmed useless whitespace. 2012-05-29 11:26:26 +10:00
MoyuScript
35fd0ae8bf bug fixes 2012-03-03 21:03:59 +02:00
MoyuScript
67c5af1822 removed jQuery.css dependancy and few general CSS bug fixes 2012-03-03 19:18:39 +02:00
MoyuScript
68d2c50832 update tests/origin.html to use the new options overriding
allow tests to override selector and rendering options
2012-03-03 15:24:26 +01:00