From eab0002a95addb6f61fee182edde617bd6d516cd Mon Sep 17 00:00:00 2001 From: allen Date: Sat, 4 Nov 2000 22:28:51 +0000 Subject: Make the height of jpgs 100 pixels to match the width ... this will give the wrong shape box for domains which are not square, but at the moment it is giving the wrong shape for square domains. Needs to be fixed properly using coordinates for scaling, or there needs to be a scale parameter in IOJpeg. Unfortunately there doesn't seem to be a scale parameter for images in HTML git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPDExtra/trunk@16 61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1 --- src/IO.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/IO.c b/src/IO.c index 17ac90d..125bd86 100644 --- a/src/IO.c +++ b/src/IO.c @@ -426,7 +426,7 @@ static int ViewportFilePage(cGH *cctkGH, httpRequest *request, void *data) "%s\n" "\n" "%s\n" - "\n" + "\n" "\n", list->data.varname,list->linkname, list->filename, list->data.description,list->linkname); -- cgit v1.2.3