summaryrefslogtreecommitdiffstats
path: root/src/sp-item-transform.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2011-07-10 23:53:06 +0000
committerJon A. Cruz <jon@joncruz.org>2011-07-10 23:53:06 +0000
commit41d2d7dc84877f7187d260c89241d47b7a29a062 (patch)
treed9a44107fe1d685719acb26fbe7bb316ca27c8b8 /src/sp-item-transform.h
parentUpdate for non-LCMS builds. (diff)
parentSelector's toolbar: changing the dimensions of the visual bounding box of sel... (diff)
downloadinkscape-41d2d7dc84877f7187d260c89241d47b7a29a062.tar.gz
inkscape-41d2d7dc84877f7187d260c89241d47b7a29a062.zip
Merge from trunk.
(bzr r10439)
Diffstat (limited to 'src/sp-item-transform.h')
-rw-r--r--src/sp-item-transform.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sp-item-transform.h b/src/sp-item-transform.h
index 552b23e2f..47e0ec0ec 100644
--- a/src/sp-item-transform.h
+++ b/src/sp-item-transform.h
@@ -9,7 +9,8 @@ void sp_item_scale_rel (SPItem *item, Geom::Scale const &scale);
void sp_item_skew_rel (SPItem *item, double skewX, double skewY);
void sp_item_move_rel(SPItem *item, Geom::Translate const &tr);
-Geom::Affine get_scale_transform_with_stroke (Geom::Rect const &bbox, gdouble strokewidth, bool transform_stroke, gdouble x0, gdouble y0, gdouble x1, gdouble y1);
+Geom::Affine get_scale_transform_with_uniform_stroke (Geom::Rect const &bbox_visual, gdouble strokewidth, bool transform_stroke, gdouble x0, gdouble y0, gdouble x1, gdouble y1);
+Geom::Affine get_scale_transform_with_unequal_stroke (Geom::Rect const &bbox_visual, Geom::Rect const &bbox_geom, bool transform_stroke, gdouble x0, gdouble y0, gdouble x1, gdouble y1);
Geom::Rect get_visual_bbox (Geom::OptRect const &initial_geom_bbox, Geom::Affine const &abs_affine, gdouble const initial_strokewidth, bool const transform_stroke);