blob: 3541b3be8fabfcbf832877c06b7b936a37a6c8e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# fourier
Fourier series animations from svg paths with Julia.
When generating the svg files, the following must be true:
* Relative positions are enforced (no upper case markers)
* All segments of the path are bezier curves (no corners)
* The path to draw must be the only path in the file
This is easily accomplished in a program such as Inkscape.

|