1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="vines" _label="Vines">
7 <number id="delay" type="slider" arg="-delay %"
8 _label="Frame rate" _low-label="Low" _high-label="High"
9 low="0" high="250000" default="200000"
12 <number id="ncolors" type="slider" arg="-ncolors %"
13 _label="Number of colors" _low-label="Two" _high-label="Many"
14 low="1" high="255" default="64"/>
16 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
19 Generates a continuous sequence of small, curvy geometric patterns.
21 Written by Tracy Camp and David Hansen; 1997.