Feature #14493
"LINE" Object for GIFBuilder
| Status: | Accepted | Start date: | 2005-01-13 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Frontend | |||
| Target version: | - | |||
| TYPO3 Version: | 4.0 | Complexity: | ||
| PHP Version: | 4 | |||
| Votes: | 0 |
Description
I have extended class.tslib_gifbuilder.php to support an additional GIFBuilder object of type "LINE" to support drawing arbitrary lines (instead of just horizontal or vertical ones with the BOX object). This can be particularly usefull e.g. for drawing charts dynamically.
I have supplied a patch file, this might need some additional cleanup. It supports the following TS attributes:
- dimensions (similar to BOX)
- color
- thickness (in px)
Maybe this could be included in some form for the next release?
(issue imported from #M680)
History
Updated by Mathias Schreiber almost 7 years ago
I like that idea, keep it in mind