-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (40 loc) · 1.04 KB
/
index.html
File metadata and controls
45 lines (40 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>OrgChart.svg DEMO</title>
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<style>
html, body {
margin: 0;
padding: 0;
overflow: hidden
}
#orgChartSvg {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%
}
</style>
</head>
<body style="background-color: #EFEFEF;">
<svg id="orgChartSvg"></svg>
<script src="node_modules/systemjs/dist/system.js"></script>
<script src="config.js"></script>
<script>
System.import('demo.js');
</script>
</body>
</html>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 200 110">
<defs>
<clipPath id="clip-path"><rect x="25.32" y="26.59" width="59.34" height="59.34" fill="none"/></clipPath>
</defs>
<title>NodeBoxGreenRasteredEffects</title>
<g style="isolation:isolate">
</g>
</svg>