From f654f047cde634c81e36861a058591854f76a0c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Kov=C3=A1cs?= Date: Fri, 6 Oct 2023 10:02:32 +0200 Subject: [PATCH] Added examples from https://github.com/xaos-project/XaoS/issues/234 --- examples/adammaj1/parjulia1.xpf | 9 +++++++++ examples/adammaj1/parjulia2.xpf | 11 +++++++++++ 2 files changed, 20 insertions(+) create mode 100644 examples/adammaj1/parjulia1.xpf create mode 100644 examples/adammaj1/parjulia2.xpf diff --git a/examples/adammaj1/parjulia1.xpf b/examples/adammaj1/parjulia1.xpf new file mode 100644 index 00000000..2a57cd61 --- /dev/null +++ b/examples/adammaj1/parjulia1.xpf @@ -0,0 +1,9 @@ +;Position file automatically generated by XaoS 4.3 +; - a realtime interactive fractal zoomer +;Use xaos -loadpos to display it +(initstate) +(defaultpalette 0) +(formula 'user) +(usrform "(z^5)+((0.8+0.4i)*(z^4))+z") +(view -0.05729 0.02013 4.104 4.104) + diff --git a/examples/adammaj1/parjulia2.xpf b/examples/adammaj1/parjulia2.xpf new file mode 100644 index 00000000..5c100791 --- /dev/null +++ b/examples/adammaj1/parjulia2.xpf @@ -0,0 +1,11 @@ +;Position file automatically generated by XaoS 4.3 +; - a realtime interactive fractal zoomer +;Use xaos -loadpos to display it +(initstate) +(defaultpalette 0) +(formula 'user) +(usrform "(z^5)+((0.8+0.4i)*(z^4))+z") +(periodicity #f) +(incoloring 2) +(view -0.03537 -0.005638 3.713 3.713) +