Skip to content

Commit

Permalink
Split renderers to their own objects
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasvh committed Mar 2, 2012
1 parent cad3be2 commit 94f2f79
Show file tree
Hide file tree
Showing 7 changed files with 452 additions and 415 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<file name="Queue.js"/>
<file name="Renderer.js"/>
<file name="Util.js"/>
<file name="renderers/Canvas.js"/>
<file name="html2canvas-post.txt"/>
</filelist>
</path>
Expand Down
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ For more information and examples, please visit the <a href="http://html2canvas.

### Changelog ###

v0.34 -

* Split renderers to their own objects (<a href="#">niklasvh</a>)
* Simplified API, cleaned up code (<a href="https://github.com/niklasvh/html2canvas/commit/c7d526c9eaa6a4abf4754d205fe1dee360c7660e">niklasvh</a>)

v0.33 - 2.3.2012

* SVG taint fix, and additional taint testing options for rendering (<a href="https://github.com/niklasvh/html2canvas/commit/2dc8b9385e656696cb019d615bdfa1d98b17d5d4">niklasvh</a>)
Expand Down
Loading

0 comments on commit 94f2f79

Please sign in to comment.