diff options
Diffstat (limited to 'src/viewbox.h')
| -rw-r--r-- | src/viewbox.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/viewbox.h b/src/viewbox.h index c71abb610..2f107132c 100644 --- a/src/viewbox.h +++ b/src/viewbox.h @@ -36,7 +36,14 @@ public: /* Child to parent additional transform */ Geom::Affine c2p; + Geom::Affine vbt; + Geom::Affine rotation; + double angle; + double previous_angle; + bool rotated; + double get_rotation(); + void set_rotation(double angle_val); void set_viewBox(const gchar* value); void set_preserveAspectRatio(const gchar* value); |
