MoyuScript
103712083f
Merge pull request #33 from cobexer/fix-jpeg-export
...
clear canvas before rendering to allow jpeg export
2011-11-26 10:17:35 -08:00
MoyuScript
1792269c01
instead of scrolling the view on every Bounds() call, do it only once
2011-11-26 18:06:56 +01:00
MoyuScript
9cab152e64
fix permission denied access on inner iFrame (crossDomain)
2011-11-26 18:06:55 +01:00
MoyuScript
f30796b4a3
fix script error in html2canvas.Util.getCSS
2011-11-26 18:06:55 +01:00
MoyuScript
70b3886814
clear canvas before rendering to allow jpeg export
...
* normally when exporting jpeg any pixel that was transparent
becomes black, make them white
* check for window.console.log before use (avoid crash)
* html2canvas.Parse: fix missing call to html2canvas.Util.Extend for the
given options
2011-11-26 17:38:57 +01: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
008ad63555
Added some support for CSS gradients (by cthackers)
2011-09-12 23:50:43 +03:00
MoyuScript
f260da2c61
merged from dev
2011-09-12 21:35:37 +03:00
MoyuScript
40418bd957
rewrote z-index ordering logic
2011-08-02 21:07:51 +03:00
MoyuScript
9ae4ae51fe
fixed few minor bugs, added some support for overflow (hidden|scroll|auto)
2011-07-28 21:22:13 +03:00
MoyuScript
db9a1d16ad
added support for proxys, fixed a lot of background position issues, added test console
2011-07-21 03:12:17 +03:00
MoyuScript
9582b82d43
added storageReady event handler
2011-07-18 22:43:23 +03:00
MoyuScript
efe27ebd29
added performance boost for text rendering for Chrome & Firefox,
...
while retainining compatibility with Opera & custom text settings.
2011-07-18 15:57:21 +03:00
MoyuScript
8f0ac132ca
re-enabled bound measurement type checking, working for Opera now.
2011-07-18 13:19:34 +03:00
MoyuScript
235cc4445d
support for opacity
2011-07-18 00:59:36 +03:00
MoyuScript
fb2ec9c9fb
Skipping visibility:hidden and display:none elements
2011-07-18 00:39:56 +03:00
MoyuScript
fcf819d4b8
added rendering stacks, queues and support z-index positioning
2011-07-17 23:27:45 +03:00
MoyuScript
76a1727777
Added timer/statistics for rendering
2011-07-17 02:42:45 +03:00
MoyuScript
3032a161b8
fixed image search for iframes + added default content for iframes and flash content
2011-07-17 02:19:26 +03:00
MoyuScript
9680eb64ee
fixed background-repeat / background-position problem in IE9 and Opera
2011-07-17 01:34:34 +03:00
MoyuScript
b8c1b644a9
fixed a few image issues related to padding and borders
2011-07-17 00:13:01 +03:00
MoyuScript
71b0727125
fixed text draw issue for opera
2011-07-16 23:56:49 +03:00
MoyuScript
30c8d30af5
added support for font-metrics, to find baseline information for text (text-decoration:underline)
2011-07-16 22:35:06 +03:00
MoyuScript
3e61535693
split files & created build file
2011-07-16 19:59:15 +03:00