fix transform (patch from #1204)
This commit is contained in:
parent
7380a6a001
commit
b42e4988ec
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue