1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00

Compare commits

...

7 Commits

Author SHA1 Message Date
Alx Sa
c668037f37 Merge branch 'alxsa-export-svg' into 'master'
plug-ins: Initial SVG export support

See merge request GNOME/gimp!2469
2025-10-04 23:24:28 +00:00
Bruno Lopes
d8d73266bc build/linux: Update poppler module to 25.10
Synced from
6d4124f7b8
2025-10-04 18:51:18 -03:00
Alx Sa
18c97568fc plug-ins: Combine raster export parameters 2025-09-29 21:15:21 +00:00
Alx Sa
c92ad9d48d Add GimpHintBox with warning label 2025-09-26 12:51:49 +00:00
Alx Sa
41115a76ce plug-ins: Add warning for non-standard links
Per the specification, SVG reviewers are only required
to support SVG, PNG, and JPEG links. This adds a warning
if you link any other type.
2025-09-24 18:58:59 +00:00
Alx Sa
fd706687a6 plug-ins: Add link layer export to SVG export 2025-09-24 18:58:59 +00:00
Alx Sa
497d31121b plug-ins: Initial SVG export support 2025-09-24 18:58:59 +00:00
2 changed files with 1084 additions and 2 deletions

View File

@@ -245,8 +245,8 @@
"sources": [
{
"type": "archive",
"url": "https://poppler.freedesktop.org/poppler-25.09.1.tar.xz",
"sha256": "0c1091d01d3dd1664a13816861e812d02b29201e96665454b81b52d261fad658",
"url": "https://poppler.freedesktop.org/poppler-25.10.0.tar.xz",
"sha256": "6b5e9bb64dabb15787a14db1675291c7afaf9387438cc93a4fb7f6aec4ee6fe0",
"x-checker-data": {
"type": "anitya",
"project-id": 3686,

File diff suppressed because it is too large Load Diff