diff options
Diffstat (limited to 'demos/MiscDemos/stencil.html')
-rw-r--r-- | demos/MiscDemos/stencil.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/demos/MiscDemos/stencil.html b/demos/MiscDemos/stencil.html new file mode 100644 index 0000000..099ef91 --- /dev/null +++ b/demos/MiscDemos/stencil.html @@ -0,0 +1,20 @@ +<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="GENERATOR" content="Mozilla/4.61 [en] (Win98; U) [Netscape]">
+ <title>Stencil by Silicon Graphics; ported to Java by Ron Cemer</title>
+</head>
+<BODY LINK="#0000ff" VLINK="#800080" BGCOLOR="#e6e6ff">
+Stencil applet
+<br>Originially written by Silicon Graphics
+<br>
+<B> The left canvas should have 0 stencil-bits !
+<B> The right canvas should have 8 stencil-bits !
+<br>
+<hr>
+<applet code="stencil.class" width=400 height=400>
+</applet>
+<hr>
+</body>
+</html>
|