diff options
Diffstat (limited to 'svg/mandelbrot.svg')
-rw-r--r-- | svg/mandelbrot.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svg/mandelbrot.svg b/svg/mandelbrot.svg index aae43f7..3ceedb4 100644 --- a/svg/mandelbrot.svg +++ b/svg/mandelbrot.svg @@ -1,4 +1,4 @@ -<!-- Copyright 2022 Gabriel Jensen. This work is licensed under a Creative Commons Attribution 4.0 International License. --> +<!-- Copyright 2022-2023 Gabriel Jensen. This work is licensed under a Creative Commons Attribution 4.0 International License. --> <svg height="384" width="384" xmlns="http://www.w3.org/2000/svg"> <clipPath id="clip16"> <!-- We use this for the centre part of the overlay --> <polygon points="0,0 192,0 192,384 0,384" /> |