Code

svg-filters branch merged back to head
[inkscape.git] / src / libnr / nr-rect.h
index 767eab90243fdde17bc77723453f1506a3ba46d8..ab78c1651c53372eb9005d55520ba323c5929c58 100644 (file)
@@ -69,6 +69,7 @@ NRRectL *nr_rect_l_union_xy(NRRectL *d, NR::ICoord x, NR::ICoord y);
 
 NRRect *nr_rect_d_matrix_transform(NRRect *d, NRRect const *s, NR::Matrix const &m);
 NRRect *nr_rect_d_matrix_transform(NRRect *d, NRRect const *s, NRMatrix const *m);
+NRRectL *nr_rect_l_enlarge(NRRectL *d, int amount);
 
 namespace NR {