...as vectors Resolves #15997 For vector layers, we transform either the path or the layer pixels depending on whether it is rasterized or not. However, the check for this had not been updated to account for the new GimpRasterizable interface, so it did not work properly. This patch updates the check to use gimp_item_is_vector_layer () instead of just checking if the path exists, as this function also verifies it hasn't been rasterized yet. |
||
|---|---|---|
| .. | ||
| gimpanchor.c | ||
| gimpanchor.h | ||
| gimpbezierstroke.c | ||
| gimpbezierstroke.h | ||
| gimppath-compat.c | ||
| gimppath-compat.h | ||
| gimppath-export.c | ||
| gimppath-export.h | ||
| gimppath-import.c | ||
| gimppath-import.h | ||
| gimppath-preview.c | ||
| gimppath-preview.h | ||
| gimppath-warp.c | ||
| gimppath-warp.h | ||
| gimppath.c | ||
| gimppath.h | ||
| gimppathmodundo.c | ||
| gimppathmodundo.h | ||
| gimppathpropundo.c | ||
| gimppathpropundo.h | ||
| gimppathundo.c | ||
| gimppathundo.h | ||
| gimpstroke-new.c | ||
| gimpstroke-new.h | ||
| gimpstroke.c | ||
| gimpstroke.h | ||
| gimpvectorlayer.c | ||
| gimpvectorlayer.h | ||
| gimpvectorlayeroptions.c | ||
| gimpvectorlayeroptions.h | ||
| gimpvectorlayerundo.c | ||
| gimpvectorlayerundo.h | ||
| meson.build | ||
| path-enums.h | ||
| path-types.h | ||