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:
@ -558,7 +558,7 @@ iscissors_convert (GimpIscissorsTool *iscissors,
|
|||||||
points[i].y = packed >> 16;
|
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);
|
g_free (points);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user