mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
removed some details
This commit is contained in:
parent
5c037b67d6
commit
55781c1e5b
@ -24,7 +24,7 @@
|
||||
The script is still in a very experimental state, so I don't recommend using it in a production environment nor start building applications with it yet, as there will be still major changes made. However, please do test it out and report your findings, especially if something should be working, but is displaying it incorrectly.
|
||||
</p>
|
||||
|
||||
<p>The minified version of the script is currently less than <b>6kb</b> (less than <b>2.5kb</b> gzipped).</p>
|
||||
|
||||
|
||||
|
||||
<h2>Browser compatibility</h2>
|
||||
|
@ -15,14 +15,12 @@ Additionally, to render <code>iframe</code> content or images situated outside o
|
||||
|
||||
The script is still in a very experimental state, so I don't recommend using it in a production environment nor start building applications with it yet, as there will be still major changes made. However, please do test it out and report your findings, especially if something should be working, but is displaying it incorrectly.
|
||||
|
||||
The minified version of the script is currently less than <b>6kb</b> (less than <b>2.5kb</b> gzipped).
|
||||
|
||||
###Browser compatibility###
|
||||
|
||||
The script should work fine on the following browsers:
|
||||
- Firefox 3.5+
|
||||
- Google Chrome
|
||||
- >=IE9 (Older versions compatible with the use of flashcanvas)
|
||||
* Firefox 3.5+
|
||||
* Google Chrome
|
||||
* >=IE9 (Older versions compatible with the use of flashcanvas)
|
||||
|
||||
Note that the compatibility will most likely be increased in future builds, as many of the current restrictions have at least partial work arounds, which can be used with older browser versions.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user