756 Commits

Author SHA1 Message Date
MoyuScript
44c336c1b3 Implement input/textarea/select element rendering 2017-08-05 00:00:17 +08:00
MoyuScript
2cb9a982d4 Support percentage border-radius values (Fix #1154) 2017-08-04 20:41:36 +08:00
MoyuScript
0981a17c40 Use correct JS context to enable use of instanceof 2017-08-04 19:27:35 +08:00
MoyuScript
771abdb27f Log errors in __DEV__ mode (Fix #905) 2017-08-04 00:13:20 +08:00
MoyuScript
1190e86e95 Fix ImageLoader flow types to reflect possible error'd images 2017-08-04 00:00:02 +08:00
MoyuScript
3fe27243f8 Correctly strip quotes from pseudoelement url() 2017-08-03 23:54:44 +08:00
MoyuScript
83beddd55a Allow image loads to fail without crashing render 2017-08-03 23:54:23 +08:00
MoyuScript
ac53fa759d Render :before and :after pseudoelements 2017-08-03 23:46:29 +08:00
MoyuScript
4194c93bb6 Update travis build 2017-08-03 22:03:05 +08:00
MoyuScript
243714d299 Implement support for multiple text-transforms with independent colors 2017-08-03 21:47:35 +08:00
MoyuScript
7676112445 Apply border radius correctly on image elements 2017-08-03 21:05:17 +08:00
MoyuScript
2fde30f429 Implement HTMLCanvasElement rendering 2017-08-03 20:57:55 +08:00
MoyuScript
12232dfe5a Implement visibility css prop 2017-08-03 20:28:39 +08:00
MoyuScript
32642682af Begin implementing overflow clipping 2017-08-02 21:35:54 +08:00
MoyuScript
8a19c91ceb Fix background-clip and background-origin rendering 2017-08-02 20:29:45 +08:00
MoyuScript
c14726ec7e Keep scroll position when toggling canvas view 2017-08-02 20:15:39 +08:00
MoyuScript
9e1dc6ac0e Use correct canvas size for full document render 2017-08-01 23:41:12 +08:00
MoyuScript
017320d15f Calculate correct bounds for text/elements under nested transforms 2017-08-01 23:27:12 +08:00
MoyuScript
cf69031af0 Assign default options values 2017-08-01 22:51:59 +08:00
MoyuScript
4768a9677a Clone document before parsing it 2017-08-01 20:54:18 +08:00
MoyuScript
1456e6a659 Add missing Flow tags 2017-08-01 18:51:59 +08:00
MoyuScript
6c6e88f251 Define browser build target as umd 2017-08-01 18:32:37 +08:00
MoyuScript
7d255bc42b Remove dist folder from git 2017-08-01 18:26:11 +08:00
MoyuScript
a7832fab46 Render multiple backgrounds in correct order 2017-08-01 18:25:32 +08:00
MoyuScript
b9f72445de Correctly parse multi background-repeat values 2017-08-01 18:25:20 +08:00
MoyuScript
97d9b661b7 Fix README typos (#779 and #930) 2017-08-01 18:14:37 +08:00
MoyuScript
983afc3947 Update README and Fix #1140 2017-08-01 00:31:41 +08:00
MoyuScript
441d349948 Library rewrite 2017-08-01 00:25:58 +08:00
MoyuScript
b92d8cba24 0.5.0-beta4 2016-01-23 22:21:21 +02:00
MoyuScript
397ed324f9 Update changelog 2016-01-23 22:20:02 +02:00
MoyuScript
36d5e957d4 Remove safari browser tests 2016-01-23 22:07:42 +02:00
MoyuScript
cf29d13e0f Fix rendering of content when window is scrolled 2016-01-23 22:05:43 +02:00
MoyuScript
a704a54616 Derequire browserify bundles 2016-01-23 20:53:20 +02:00
MoyuScript
f77339a4b5 Don't require logger to be exposed to window object 2016-01-23 20:41:53 +02:00
MoyuScript
96ed919459 0.5.0-beta3 2015-12-06 13:48:42 -05:00
MoyuScript
4e5516f080 Re-adding dist/ to version control for now 2015-12-06 13:46:23 -05:00
MoyuScript
47b3b2a671 Fix webdriver tests for node 4.0 2015-12-06 13:32:35 -05:00
MoyuScript
376f3563dc Update dependencies 2015-12-06 12:01:18 -05:00
MoyuScript
61a89deebc Merge pull request #724 from usmonster/adds-editorconfig
Adds .editorconfig
2015-11-11 20:40:21 +02:00
MoyuScript
bc7ea45375 Adds .editorconfig
Makes contributing consistently-formatted code a bit easier
2015-11-11 13:21:29 -05:00
MoyuScript
f76370d69a Merge pull request #708 from usmonster/fix-firefox-gradients
Linear gradients now parse color names
2015-11-09 19:14:46 +02:00
MoyuScript
3fac0e78ed Linear gradients now parse color names
Also:
- Cleans up color stop and linear gradient regular expressions.
- Handles percentage-based linear gradient positions (fixes Firefox).

Fixes niklasvh/html2canvas#469.
2015-10-25 09:44:14 -04:00
MoyuScript
d8eff23c94 Merge pull request #703 from niklasvh/travis-fix
Lower travis nodejs version back to 0.10
2015-10-20 23:37:35 +03:00
MoyuScript
518e851833 Lower travis nodejs version back to 0.10 2015-10-20 23:16:49 +03:00
MoyuScript
b0c24f3510 Remove npm bower dependency 2015-10-19 23:13:05 +03:00
MoyuScript
8b439edf09 Fix package dependency versions 2015-10-19 02:57:40 +03:00
MoyuScript
bd396387fb 0.5.0-beta2 2015-10-19 01:49:34 +03:00
MoyuScript
478cb08afd Update travis npm deployment 2015-10-19 01:44:08 +03:00
MoyuScript
197864ca00 Update node version for travis 2015-10-19 01:34:38 +03:00
MoyuScript
9784f4887e Remove Promise polyfill 2015-10-19 01:25:03 +03:00