mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Release version 0.4.1
This commit is contained in:
parent
0fd25f048d
commit
0515765788
@ -41,7 +41,7 @@ To access the created canvas, provide the `onrendered` event in the options whic
|
|||||||
to append it to the page call for example
|
to append it to the page call for example
|
||||||
document.body.appendChild( canvas );
|
document.body.appendChild( canvas );
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
### Building ###
|
### Building ###
|
||||||
@ -80,7 +80,10 @@ If you wish to contribute to the project, please send the pull requests to the d
|
|||||||
|
|
||||||
### Changelog ###
|
### Changelog ###
|
||||||
|
|
||||||
v0.4.1 -
|
v0.4.1 - 7.9.2013
|
||||||
|
* Added support for bower
|
||||||
|
* Improved z-index ordering
|
||||||
|
* Basic implementation for CSS transformations
|
||||||
* Fixed inline text in top element
|
* Fixed inline text in top element
|
||||||
* Basic implementation for text-shadow
|
* Basic implementation for text-shadow
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user