1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="pedal" _label="Pedal">
7 <number id="speed" type="slider" arg="-delay %"
8 _label="Duration" _low-label="1 Second" _high-label="1 Minute"
9 low="1" high="60" default="5"/>
11 <number id="lines" type="slider" arg="-maxlines %"
12 _label="Lines" _low-label="Few" _high-label="Many"
13 low="100" high="5000" default="1000"/>
15 <!-- #### -fadedelay [200000] -->
16 <!-- #### -foreground [white] -->
17 <!-- #### -background [black] -->
20 This is sort of a combination spirograph/string-art. It generates a
21 large, complex polygon, and lets the X server do the bulk of the work
22 by giving it an even/odd winding rule. Written by Dale Moore, based
23 on some ancient PDP-11 code.