fix serialization of agg-stack-blur
This commit is contained in:
parent
cf70b9959a
commit
ae28268ba8
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ inline std::ostream& operator<< (std::ostream& os, gray)
|
||||||
|
|
||||||
inline std::ostream& operator<< (std::ostream& os, agg_stack_blur const& filter)
|
inline std::ostream& operator<< (std::ostream& os, agg_stack_blur const& filter)
|
||||||
{
|
{
|
||||||
os << "agg-stack-blur:" << filter.rx << ',' << filter.ry;
|
os << "agg-stack-blur(" << filter.rx << ',' << filter.ry << ')';
|
||||||
return os;
|
return os;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue