(PECL haru >= 0.0.1)
Set line join style for the page
bool HaruPage::setLineJoin ( int $join )
Defines line join style for the page.
Parameters:
join
Must be one of the following values:
-
HaruPage::MITER_JOIN
-
HaruPage::ROUND_JOIN
-
HaruPage::BEVEL_JOIN
Returns:
Returns TRUE
on success.
Exception:
Throws a HaruException on error.
See also:
Please login to continue.