GNOME Bugzilla – Bug 672793
GFig cannot paint closed paths outside of the layer
Last modified: 2015-10-19 07:18:57 UTC
Created attachment 210558 [details] description of the problem The attached screen shot should make the situation clear enough. The bug appears while drawing rectangles, circles, ellipses, polygons or stars partially outside of the layer. Those figures are painted with gimp_edit_stroke(), but the selection is bounded to the layer's boundaries, so what is really stroked is the intersection of the figure and the layer.
Created attachment 210559 [details] [review] patch This patch replaces gimp_edit_stroke() with gfig_paint().
As a bonus, it seems like your version removes the squigglyness too.
As this patch is in gimp git now, I think this bug report can be closed.
commit 34000d4ce24f19687748d00f9a1f064d9c6f5e4b Author: Alexis Wilhelm <alexiswilhelm@gmail.com> Date: Sun Mar 25 13:24:55 2012 +0200 Bug 672793 - GFig cannot paint closed paths outside of the layer