Changeset 436695
- Timestamp:
- 09/12/2011 08:13:15 AM (15 years ago)
- Location:
- scripture-cloud
- Files:
-
- 2 edited
-
tags/1.0.0/scripturecloud_show.php (modified) (1 diff)
-
trunk/scripturecloud_show.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
scripture-cloud/tags/1.0.0/scripturecloud_show.php
r436694 r436695 97 97 98 98 if ($max == $min) 99 $z = $largest;99 $z = 10; // average size..? could do ($largest-$smallest)/2 100 100 else 101 101 $z = ($b - $min) / ($max - $min) * ($largest - $smallest) + $smallest; -
scripture-cloud/trunk/scripturecloud_show.php
r436694 r436695 97 97 98 98 if ($max == $min) 99 $z = $largest;99 $z = 10; // average size..? could do ($largest-$smallest)/2 100 100 else 101 101 $z = ($b - $min) / ($max - $min) * ($largest - $smallest) + $smallest;
Note: See TracChangeset
for help on using the changeset viewer.