Skip to content

Commit d6cb548

Browse files
committed
updated to version 0.34
1 parent 1ba9119 commit d6cb548

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ For more information and examples, please visit the <a href="http://html2canvas.
3737

3838
### Changelog ###
3939

40-
v0.34 -
40+
v0.34 - 26.6.2012
4141

42+
* Removed (last?) jQuery dependencies
43+
* Radial gradients (<a href="https://github.com/niklasvh/html2canvas/commit/4f22c18043a73c0c3bbf3b5e4d62714c56acd3c7">SunboX</a>)
4244
* Split renderers to their own objects (<a href="https://github.com/niklasvh/html2canvas/commit/94f2f799a457cd29a21cc56ef8c06f1697866739">niklasvh</a>)
4345
* Simplified API, cleaned up code (<a href="https://github.com/niklasvh/html2canvas/commit/c7d526c9eaa6a4abf4754d205fe1dee360c7660e">niklasvh</a>)
4446

src/Parse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,7 @@ _html2canvas.Parse = function ( images, options ) {
12331233
}
12341234

12351235
}
1236-
}
1236+
}
12371237
}
12381238

12391239
stack = renderElement(element, null);

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.33
1+
v0.34

0 commit comments

Comments
 (0)