Merge branch 'master' into harfbuzz
This commit is contained in:
commit
c464db99db
1 changed files with 2 additions and 1 deletions
|
@ -266,7 +266,8 @@ struct converter_traits<T,mapnik::offset_transform_tag>
|
||||||
static void setup(geometry_type & geom, Args const& args)
|
static void setup(geometry_type & geom, Args const& args)
|
||||||
{
|
{
|
||||||
typename boost::mpl::at<Args,boost::mpl::int_<2> >::type sym = boost::fusion::at_c<2>(args);
|
typename boost::mpl::at<Args,boost::mpl::int_<2> >::type sym = boost::fusion::at_c<2>(args);
|
||||||
geom.set_offset(sym.offset());
|
double scale_factor = boost::fusion::at_c<6>(args);
|
||||||
|
geom.set_offset(sym.offset()*scale_factor);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue