mirror of https://github.com/GNOME/gimp.git
Extended to be able to handle multiple polygons in a sane way.
2003-05-21 Simon Budig <simon@gimp.org> * app/core/gimpscanconvert.[ch]: Extended to be able to handle multiple polygons in a sane way. * app/core/gimpimage-mask-select.c: Use this to convert multiple-stroke vectors objects to selections. Libart rocks! * app/tools/gimpiscissorstool.c: Changed accordingly. (The previous commit did not run cleanly)
This commit is contained in:
parent
c6aa6a9efa
commit
9c811f25d0
|
@ -558,7 +558,7 @@ iscissors_convert (GimpIscissorsTool *iscissors,
|
|||
points[i].y = packed >> 16;
|
||||
}
|
||||
|
||||
gimp_scan_convert_add_points (sc, n_points, points);
|
||||
gimp_scan_convert_add_points (sc, n_points, points, FALSE);
|
||||
g_free (points);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue