Import old talks from 2010 and 2011 (Boston).
[libguestfs-talks.git] / 2011-boston / talk / 300-libguestfs-diagram.html
1 <link rel="stylesheet" href="style.css" type="text/css"/>
2 <script src="code.js" type="text/javascript"></script>
3
4 <h1>libguestfs</h1>
5
6 <!-- NB If you edit the SVG in inkscape, edit it by hand and add
7 these attributes:
8
9    preserveAspectRatio="xMinYMin meet"
10    viewBox="0 0 *width* *height*"
11
12 where *width* and *height* are copied from width/height attrs
13 respectively.
14 -->
15
16 <object
17    data="libguestfs-overview.svg" type="image/svg+xml"
18    width="1000" height="600"
19 ></object>