diff options
Diffstat (limited to 'mesalib/docs/openvg.html')
-rw-r--r-- | mesalib/docs/openvg.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/mesalib/docs/openvg.html b/mesalib/docs/openvg.html index 9c3cc87d9..5bc866a33 100644 --- a/mesalib/docs/openvg.html +++ b/mesalib/docs/openvg.html @@ -7,6 +7,13 @@ </head> <body> +<div class="header"> + <h1>The Mesa 3D Graphics Library</h1> +</div> + +<iframe src="contents.html"></iframe> +<div class="content"> + <h1>OpenVG State Tracker</h1> <p> @@ -14,7 +21,7 @@ The current version of the OpenVG state tracker implements OpenVG 1.1. </p> <p> More informations about OpenVG can be found at -<a href="http://www.khronos.org/openvg/" target="_parent"> +<a href="http://www.khronos.org/openvg/"> http://www.khronos.org/openvg/</a> . </p> <p> @@ -47,5 +54,6 @@ or more EGL drivers.</p> <p>OpenVG demos can be found in mesa/demos repository.</p> +</div> </body> </html> |