mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
radius += 2
git-svn-id: file:///svn/phpbb/trunk@6283 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1202,7 +1202,7 @@ class char_dots
|
|||||||
$this->width_percent = (!empty($width_percent)) ? max(25, min(150, intval($width_percent))) : mt_rand(60, 90);
|
$this->width_percent = (!empty($width_percent)) ? max(25, min(150, intval($width_percent))) : mt_rand(60, 90);
|
||||||
|
|
||||||
$this->space = 10;
|
$this->space = 10;
|
||||||
$this->radius = 1;
|
$this->radius = 3;
|
||||||
$this->density = 3;
|
$this->density = 3;
|
||||||
$this->letter = $letter;
|
$this->letter = $letter;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user