Implement foreignObject renderer

This commit is contained in:
Niklas von Hertzen
2017-08-17 23:14:44 +08:00
parent 26cdc0441b
commit a73dbf8067
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 {}