1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="lmorph" _label="LMorph">
7 <video href="https://www.youtube.com/watch?v=yMbMB7xQMkA"/>
11 <number id="delay" type="slider" arg="-delay %"
12 _label="Frame rate" _low-label="Low" _high-label="High"
13 low="0" high="100000" default="70000"
16 <number id="points" type="slider" arg="-points %"
17 _label="Control points" _low-label="Few" _high-label="Many"
18 low="10" high="1000" default="200"/>
22 <number id="steps" type="slider" arg="-steps %"
23 _label="Interpolation steps" _low-label="Less" _high-label="More"
24 low="100" high="500" default="150"/>
26 <number id="thickness" type="slider" arg="-linewidth %"
27 _label="Lines" _low-label="Thin" _high-label="Thick"
28 low="1" high="50" default="5"/>
33 <option id="random" _label="Open and closed figures"/>
34 <option id="open" _label="Open figures" arg-set="-figtype open"/>
35 <option id="closed" _label="Closed figures" arg-set="-figtype closed"/>
38 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
40 <xscreensaver-updater />
43 This screen saver was removed from the XScreenSaver distribution as of
46 This generates random spline-ish line drawings and morphs between
49 Written by Sverre H. Huseby and Glenn T. Lines; 1995.