php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11663 ImageDashedLine draws only vertical lines
Submitted: 2001-06-25 09:30 UTC Modified: 2001-06-25 10:23 UTC
From: repe at helsoft dot fu Assigned:
Status: Closed Package: GD related
PHP Version: 4.0.6 OS: W2K
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: repe at helsoft dot fu
New email:
PHP Version: OS:

 

 [2001-06-25 09:30 UTC] repe at helsoft dot fu
I updated from 4.0.5 to 4.0.6 and all but vertical dashed lines in my graphs disappeared.

This is in W2K Apache 1.3.20 CGI

Using 4.0.5 php_gd.dll with 4.0.6 works as before.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-25 09:32 UTC] repe at helsoft dot fu
Sorry, misprint in mail address, should be helsoft.fi
 [2001-06-25 10:23 UTC] sniper@php.net
imagedashedline() is not working in the GD library
itself. Use combination of imagesetstyle() and imageline()
instead.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 17:01:29 2024 UTC