/usr/share/XaoS/examples/newton.xaf is in xaos 3.5+ds1-3.1build2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | ;Animation file automatically generated by XaoS pre-3.1
; - an realtime interactive fractal zoomer
;Use xaos -play <filename> to display it
(initstate)
(palette 2 448045853 0)
(formula 'newton)
(juliaseed -0.57957848837209298431 -1.084202172485504434E-19)
(angle 90)
(julia #t)
(view -0.36734 0.00271247 0.074733 0.074733)
(usleep 1000000)
(morphview -0.6026171 9.362795E-05 0.008363483 0.008363483)
(usleep 10000000)
(wait)
(morphview -0.45641 -0.0079525 0.48766 0.48766)
(usleep 9000000)
(morphview -0.4944 0.03114 1.61 1.61)
(usleep 9000000)
|