Render SVG nodes correctly

This commit is contained in:
MoyuScript
2017-08-13 17:48:37 +08:00
parent 615deb7ecd
commit c2c91a50b8
4 changed files with 54 additions and 6 deletions

View File

@ -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;
}