Revert "followup to b42e4988e, fix svg transforms for svg render as well as render_id - refs #1204"

This reverts commit ac9dc4762a.
This commit is contained in:
Dane Springmeyer 2012-05-29 14:06:23 -07:00
parent e71d38fc54
commit e8e8ba1f96

View file

@ -269,8 +269,6 @@ 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);