From de903e161762ec88361d820b9b381fd53ee861e4 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sun, 2 Jul 2023 23:55:55 +0000 Subject: [PATCH] Minor comment update --- posts/2023/06/flam3/2a-variations.ts | 2 -- 1 file changed, 2 deletions(-) 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 (