Akron | f5dc510 | 2017-05-16 20:32:57 +0200 | [diff] [blame^] | 1 | <!DOCTYPE html> |
2 | <html> | ||||
3 | <head> | ||||
4 | <meta charset="utf-8"> | ||||
5 | <script data-main="relationsdemo.js" src="../js/lib/require.js" async="async"></script> | ||||
6 | <link type="text/css" rel="stylesheet" href="../css/kalamar.css" /> | ||||
7 | <style> | ||||
8 | |||||
9 | tspan, text { | ||||
10 | font-size: 11pt; | ||||
11 | stroke-width: 0; | ||||
12 | line-height: 100%; | ||||
13 | stroke-opacity:0; | ||||
14 | padding-right: 3pt | ||||
15 | fill: black; | ||||
16 | } | ||||
17 | g.arcs text { | ||||
18 | font-size: 9pt; | ||||
19 | fill: blue; | ||||
20 | } | ||||
21 | path { | ||||
22 | stroke-width: 2; | ||||
23 | stroke: black; | ||||
24 | fill: none; | ||||
25 | } | ||||
26 | |||||
27 | </style> | ||||
28 | |||||
29 | </head> | ||||
30 | <body> | ||||
31 | <div id="tree"></div> | ||||
32 | </body> | ||||
33 | </html> |