/usr/share/XaoS/examples/circle.xpf 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 | ;Position file automatically generated by XaoS 3.2.3
; - a realtime interactive fractal zoomer
;Use xaos -load <filename> to display it
(initstate)
(filter 'anti #t)
(defaultpalette 0)
(formula 'user)
(usrform "LOGN(5;Z^2)+C")
(usrformInit "")
(maxiter 200)
(outcoloring 1)
(plane 1)
(view -0.3714 0.01315 1.778 1.778)
|