mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Render SVG nodes correctly
This commit is contained in:
7
flow-typed/myLibDef.js
vendored
7
flow-typed/myLibDef.js
vendored
@ -1,2 +1,9 @@
|
||||
declare var __DEV__: boolean;
|
||||
declare var __VERSION__: string;
|
||||
|
||||
declare class SVGSVGElement extends Element {
|
||||
className: string;
|
||||
style: CSSStyleDeclaration;
|
||||
|
||||
getPresentationAttribute(name: string): any;
|
||||
}
|
||||
|
Reference in New Issue
Block a user