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
 [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: Tue Apr 16 18:01:30 2024 UTC