<?xml version="1.0" encoding="ISO-8859-1"?>

<screensaver name="rorschach" _label="Rorschach">

  <command arg="-root"/>

  <number id="iterations" type="slider" arg="-iterations %"
          _label="Iterations" _low-label="Small" _high-label="Large"
          low="0" high="10000" default="4000"/>

  <number id="offset" type="slider" arg="-offset %"
          _label="Offset" _low-label="Small" _high-label="Large"
          low="0" high="50" default="4"/>

  <boolean id="xsymmetry" _label="With X Symmetry" arg-unset="-no-xsymmetry"/>
  <boolean id="ysymmetry" _label="With Y Symmetry" arg-set="-ysymmetry"/>

  <number id="speed" type="slider" arg="-delay %"
          _label="Duration" _low-label="1 Second" _high-label="1 Minute"
          low="1" high="60" default="5"/>

  <_description>
This generates random inkblot patterns.  The algorithm is deceptively
simple for how well it works; it merely walks a dot around the screen
randomly, and then reflects the image horizontally, vertically, or
both.  Any deep-seated neurotic tendencies which this program reveals
are your own problem.  Written by Jamie Zawinski.
  </_description>
</screensaver>
