mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@54940 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
f1e56b300b
commit
817a90e5c5
@ -37,6 +37,10 @@ namespace svg
|
||||
{
|
||||
m_rasterizer.gamma(agg::gamma_power(g));
|
||||
}
|
||||
void gamma_multi(double g)
|
||||
{
|
||||
m_rasterizer.gamma(agg::gamma_multiply(g));
|
||||
}
|
||||
|
||||
void clip_box(double x1, double y1, double x2, double y2)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user