adds "boardhost" to handle composition of ...

... breadboard, board, wires, and definition allocation.
This commit is contained in:
darzu
2016-08-30 14:13:44 -07:00
parent af7c51b954
commit cd9589e562
6 changed files with 204 additions and 138 deletions

View File

@@ -180,7 +180,7 @@ namespace pxsim.visuals {
`;
let nextBoardId = 0;
export class GenericBoardSvg {
export class GenericBoardSvg /*TODO: implements BoardView*/ {
public hostElement: SVGSVGElement;
private style: SVGStyleElement;
private defs: SVGDefsElement;