mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
fixed a few undefined references, fixed missing files in a few places
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
// WARNING THIS file is outdated, and hasn't been tested in quite a while
|
||||
|
||||
html2canvas.Renderer.SVG = function( options ) {
|
||||
_html2canvas.Renderer.SVG = function( options ) {
|
||||
|
||||
options = options || {};
|
||||
|
||||
@@ -203,4 +203,4 @@ html2canvas.Renderer.SVG = function( options ) {
|
||||
return methods;
|
||||
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user