Resolves #13570 The SVG specification prohibits certain characters from being used as part of a path id attribute, such as whitespace and hyphens. Rather than try to filter the path name selected by the user, this patch switches to an auto-incrementing "path%d" format to ensure any exported path can be read by strict parsers. This also matches how we implemented ids in the SVG export plug-in. |
||
|---|---|---|
| .. | ||
| 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 | ||