Implement foreignObject renderer

This commit is contained in:
MoyuScript
2017-08-17 23:14:44 +08:00
parent 5370bf62b3
commit 23575cca76
10 changed files with 457 additions and 225 deletions

View File

@ -7,3 +7,5 @@ declare class SVGSVGElement extends Element {
getPresentationAttribute(name: string): any;
}
declare class HTMLBodyElement extends HTMLElement {}