mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
fix transform (patch from #1204)
This commit is contained in:
parent
7380a6a001
commit
b42e4988ec
@ -375,6 +375,8 @@ public:
|
||||
|
||||
transform *= mtx;
|
||||
double scl = transform.scale();
|
||||
curved_stroked_trans.transformer(transform);
|
||||
curved_trans.transformer(transform);
|
||||
//curved_.approximation_method(curve_inc);
|
||||
curved_.approximation_scale(scl);
|
||||
curved_.angle_tolerance(0.0);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user