35 Commits

Author SHA1 Message Date
MoyuScript
37ea368051 "added TODO" 2012-03-10 14:28:09 +00:00
MoyuScript
4359a2ba64 "added TODO" 2012-03-09 23:27:22 +00:00
MoyuScript
919c05096e "removed TODO" 2012-03-09 23:26:23 +00:00
MoyuScript
fc9a8533e7 "big performance boost ;o)" 2012-03-09 23:23:17 +00:00
MoyuScript
7e381bcb71 "cleanup" 2012-03-09 23:20:46 +00:00
MoyuScript
ab19aff72d "added TODO" 2012-03-09 23:11:01 +00:00
MoyuScript
c27166410e "some cleanup" 2012-03-09 23:09:16 +00:00
MoyuScript
9f9b5bc8c2 "added -o-radial-gradient support" 2012-03-09 23:05:42 +00:00
MoyuScript
78269913ca "added -moz-radial-gradient support" 2012-03-09 22:58:32 +00:00
MoyuScript
73f7c45cf7 "added -webkit-radial-gradient support" 2012-03-09 22:20:34 +00:00
MoyuScript
2c41507d7c "center gradient BugFix" 2012-03-07 18:20:09 +00:00
MoyuScript
36a47e4a02 "added TODO" 2012-03-06 21:50:09 +00:00
MoyuScript
66e4cad6c2 "added TODO´s" 2012-03-06 21:45:38 +00:00
MoyuScript
1e34b2aa83 "added contributors" 2012-03-06 21:41:22 +00:00
MoyuScript
651bc1b8cc "cleanup" 2012-03-06 21:36:29 +00:00
MoyuScript
cdb312a3d2 "-o-linear-gradient parsing" 2012-03-06 21:26:43 +00:00
MoyuScript
dfe557b160 "-moz-linear-gradient parsing" 2012-03-06 21:11:01 +00:00
MoyuScript
8545cc5f7f "TODO: implement radial gradient generation" 2012-03-05 23:22:01 +00:00
MoyuScript
3eb809dee9 "added -webkit-gradient parsing + tests" 2012-03-05 23:03:36 +00:00
MoyuScript
bb84321745 "renamed getColorStopsFromGradient to parseGradient" 2012-03-05 22:21:28 +00:00
MoyuScript
cd008b6c05 "added tests for getColorStopsFromGradient" 2012-03-05 21:04:25 +00:00
MoyuScript
8350f278fc "small bugfix" 2012-03-05 19:37:54 +00:00
MoyuScript
f3f9bcdb4d "added another background gradient to backgrounds.html" 2012-03-05 19:33:52 +00:00
MoyuScript
59cdecbe99 "-webkit-linear-gradient color stops and rendering" 2012-03-05 19:20:44 +00:00
MoyuScript
67c5af1822 removed jQuery.css dependancy and few general CSS bug fixes 2012-03-03 19:18:39 +02:00
MoyuScript
e410dc1179 bug fixes 2012-03-02 21:53:20 +02:00
MoyuScript
243a3ae8f5 simplified API and cleaned up code 2012-03-02 18:05:03 +02:00
MoyuScript
683742bfbe renamed html2canvas.log to h2clog (minifies better)
renamed the html2canvas.canvasContext to h2cRenderContext,
it's used by both backends and thus not canvas specific
2012-02-26 22:57:22 +01:00
MoyuScript
04531dd723 faster imeplementation of fa0f614cc
also added try/catch around that addColourStop call
because trowing an exception and failing to finish
the rendering is not nice...
2011-12-21 23:06:09 +01:00
MoyuScript
fa0f614ccd This fixes an exception when trying to parse gradient like: 'rgb(254, 254, 254) 0%, rgb(236, 236, 236) 100%'
Note: This does not parse the % which would be good to delineate steps correctly, just a fix for an Exception.
2011-12-07 09:53:40 +11:00
MoyuScript
4615eb3073 Improve build system: read version from version.txt, fix build without compiler
* read the version from version.txt
 * set default target to build
 * added dependencies to all targets
 * allow the build to run without a local copy of the closure compiler
 * updated license header with @VERSION@ which will be replaced during the build
 * added the license header to all files (that one will be stripped out by the closure compiler)
2011-11-16 00:36:06 +01:00
MoyuScript
708ca39057 Merge remote branch 'upstream/master' 2011-09-13 17:09:42 +03:00
MoyuScript
192521f92d Added list support 2011-09-13 17:09:33 +03:00
MoyuScript
50c92153d5 Fixed webkit-gradient regular expr 2011-09-13 09:59:12 +03:00
MoyuScript
008ad63555 Added some support for CSS gradients (by cthackers) 2011-09-12 23:50:43 +03:00