Actions
Feature #20207
closedIntegrate possibility to determine maximum of multiple values in GIFBUILDER
Start date:
2009-03-19
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
Description
Imagine you've two different and dynamically controlled elements in a GIFBUILDER object, e.g. a capital letter and then some more small text. It's not possible to determine the height of the whole element easily.
The feature request is about to integrate a max() function for calculation offsets, like:
XY = [10.w]+[20.w], max([10.h], [20.h])
Thus, the height is the maximum of the values in 10.h and 20.h...
(issue imported from #M10725)
Files
Actions