diff --git a/posts/2023/06/flam3/2a-variations.ts b/posts/2023/06/flam3/2a-variations.ts index e88235f..8aec71a 100644 --- a/posts/2023/06/flam3/2a-variations.ts +++ b/posts/2023/06/flam3/2a-variations.ts @@ -104,8 +104,6 @@ export function camera(x: number, y: number, size: number): [number, number] { } export function plot(x: number, y: number, image: ImageData) { - // "Zoom out" the camera by a factor of 2 to match the default Apophysis scaling - // (plot all points in the range [-2, 2]) const [pixelX, pixelY] = camera(x, y, image.width); if (