Skip to content

Commit

Permalink
update from upstream (#1)
Browse files Browse the repository at this point in the history
Add direct support for color attribute and currentColor keyword (1063)

Current color indicator (1064)

Tighten color logic (1065)

Reorganize files and folders (1067)

Fix various bugs (1069)

Fix gradient solid color warning with currentColor (1070)

Fix misleading translation percentages (1071)

Fix Open SVG functionality (1072)

Fix GodSVG not handling exponents with capital E (1073)

Fix root attributes (1074)

Last minute fix: Fix double resize (1076)

Co-authored-by: Mew Pur Pur <85438892+MewPurPur@users.noreply.github.com>
  • Loading branch information
syntaxerror247 and MewPurPur authored Jan 16, 2025
1 parent a005429 commit 8d8a449
Show file tree
Hide file tree
Showing 314 changed files with 1,049 additions and 852 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions visual/fonts/Font.ttf.import → assets/fonts/Font.ttf.import
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
importer="font_data_dynamic"
type="FontFile"
uid="uid://clpf84p1lfwlp"
path="res://.godot/imported/Font.ttf-ab23156a8f74313018e59a9482cc956b.fontdata"
path="res://.godot/imported/Font.ttf-cd7c0215f158f1afe430aeecbfb5d51b.fontdata"

[deps]

source_file="res://visual/fonts/Font.ttf"
dest_files=["res://.godot/imported/Font.ttf-ab23156a8f74313018e59a9482cc956b.fontdata"]
source_file="res://assets/fonts/Font.ttf"
dest_files=["res://.godot/imported/Font.ttf-cd7c0215f158f1afe430aeecbfb5d51b.fontdata"]

[params]

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
importer="font_data_dynamic"
type="FontFile"
uid="uid://dc0w4sx0h0fui"
path="res://.godot/imported/FontBold.ttf-1e1f4e9653596be23836f0f07c44b39f.fontdata"
path="res://.godot/imported/FontBold.ttf-5d725167d8320de4282b923e311a7f32.fontdata"

[deps]

source_file="res://visual/fonts/FontBold.ttf"
dest_files=["res://.godot/imported/FontBold.ttf-1e1f4e9653596be23836f0f07c44b39f.fontdata"]
source_file="res://assets/fonts/FontBold.ttf"
dest_files=["res://.godot/imported/FontBold.ttf-5d725167d8320de4282b923e311a7f32.fontdata"]

[params]

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
importer="font_data_dynamic"
type="FontFile"
uid="uid://depydd16jq777"
path="res://.godot/imported/FontMono.ttf-a376ecc2a480b8f7f1be2af334133b0b.fontdata"
path="res://.godot/imported/FontMono.ttf-c924fdc7809f760b3a747e0cce04fa12.fontdata"

[deps]

source_file="res://visual/fonts/FontMono.ttf"
dest_files=["res://.godot/imported/FontMono.ttf-a376ecc2a480b8f7f1be2af334133b0b.fontdata"]
source_file="res://assets/fonts/FontMono.ttf"
dest_files=["res://.godot/imported/FontMono.ttf-c924fdc7809f760b3a747e0cce04fa12.fontdata"]

[params]

Expand Down
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://cqg7ga6y3m0v1"
path="res://.godot/imported/ApplyMatrix.svg-85441c3c62f19555e11c22758f980cc0.ctex"
path="res://.godot/imported/ApplyMatrix.svg-4b4fb4d9ae9b2b8df69ee71dac2db3d2.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://visual/icons/ApplyMatrix.svg"
dest_files=["res://.godot/imported/ApplyMatrix.svg-85441c3c62f19555e11c22758f980cc0.ctex"]
source_file="res://assets/icons/ApplyMatrix.svg"
dest_files=["res://.godot/imported/ApplyMatrix.svg-4b4fb4d9ae9b2b8df69ee71dac2db3d2.ctex"]

[params]

Expand Down
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://coda6chhcatal"
path="res://.godot/imported/Arrow.svg-06042df8f20de397330083634dd52037.ctex"
path="res://.godot/imported/Arrow.svg-454f1a120b660e1c200a4fee4bc9d4e9.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://visual/icons/Arrow.svg"
dest_files=["res://.godot/imported/Arrow.svg-06042df8f20de397330083634dd52037.ctex"]
source_file="res://assets/icons/Arrow.svg"
dest_files=["res://.godot/imported/Arrow.svg-454f1a120b660e1c200a4fee4bc9d4e9.ctex"]

[params]

Expand Down
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://ksx758sjihau"
path="res://.godot/imported/BWHandle.svg-1e493ae0ac9b732c45fbf2fb919a9134.ctex"
path="res://.godot/imported/BWHandle.svg-9588bc79a1c5a24e3ab185d58c8cacd6.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://visual/icons/BWHandle.svg"
dest_files=["res://.godot/imported/BWHandle.svg-1e493ae0ac9b732c45fbf2fb919a9134.ctex"]
source_file="res://assets/icons/BWHandle.svg"
dest_files=["res://.godot/imported/BWHandle.svg-9588bc79a1c5a24e3ab185d58c8cacd6.ctex"]

[params]

Expand Down
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://dw7ho4df0uh4p"
path="res://.godot/imported/Clear.svg-2c0cdf62d3484d1eb69367197ad3b84f.ctex"
path="res://.godot/imported/Clear.svg-3a871eef1b434e2f0f43b3b19cfa4303.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://visual/icons/Clear.svg"
dest_files=["res://.godot/imported/Clear.svg-2c0cdf62d3484d1eb69367197ad3b84f.ctex"]
source_file="res://assets/icons/Clear.svg"
dest_files=["res://.godot/imported/Clear.svg-3a871eef1b434e2f0f43b3b19cfa4303.ctex"]

[params]

Expand Down
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://dthdjf4v2vlvg"
path="res://.godot/imported/CodeOptions.svg-630dea7e96ec4acaf0722955addc9e0d.ctex"
path="res://.godot/imported/CodeOptions.svg-494ca15fb7ae22eb042af52beb4677fd.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://visual/icons/CodeOptions.svg"
dest_files=["res://.godot/imported/CodeOptions.svg-630dea7e96ec4acaf0722955addc9e0d.ctex"]
source_file="res://assets/icons/CodeOptions.svg"
dest_files=["res://.godot/imported/CodeOptions.svg-494ca15fb7ae22eb042af52beb4677fd.ctex"]

[params]

Expand Down
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://c5kgvxffw35gi"
path="res://.godot/imported/Compress.svg-5a36a4a01a7f614fe441ad5c7140a46a.ctex"
path="res://.godot/imported/Compress.svg-108f53e6f660b13f0dc7d2a72d7cff0f.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://visual/icons/Compress.svg"
dest_files=["res://.godot/imported/Compress.svg-5a36a4a01a7f614fe441ad5c7140a46a.ctex"]
source_file="res://assets/icons/Compress.svg"
dest_files=["res://.godot/imported/Compress.svg-108f53e6f660b13f0dc7d2a72d7cff0f.ctex"]

[params]

Expand Down
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://qm5bah5fncuy"
path="res://.godot/imported/Config.svg-53c5c618e9ee45891932df3eddd7fb88.ctex"
path="res://.godot/imported/Config.svg-2731db6c5d5933d8f40d2eb4ac5c9112.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://visual/icons/Config.svg"
dest_files=["res://.godot/imported/Config.svg-53c5c618e9ee45891932df3eddd7fb88.ctex"]
source_file="res://assets/icons/Config.svg"
dest_files=["res://.godot/imported/Config.svg-2731db6c5d5933d8f40d2eb4ac5c9112.ctex"]

[params]

Expand Down
File renamed without changes
6 changes: 3 additions & 3 deletions visual/icons/Copy.svg.import → assets/icons/Copy.svg.import
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://ccvjkdd0s7rb4"
path="res://.godot/imported/Copy.svg-7e33a9d04f1760f77f046a9130800e38.ctex"
path="res://.godot/imported/Copy.svg-ff5026a49044a654e1790e2dfe8ef364.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://visual/icons/Copy.svg"
dest_files=["res://.godot/imported/Copy.svg-7e33a9d04f1760f77f046a9130800e38.ctex"]
source_file="res://assets/icons/Copy.svg"
dest_files=["res://.godot/imported/Copy.svg-ff5026a49044a654e1790e2dfe8ef364.ctex"]

[params]

Expand Down
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://bhxd4l64dq2jy"
path="res://.godot/imported/CreateFolder.svg-370cf817a2360b6c5b8636733afc198b.ctex"
path="res://.godot/imported/CreateFolder.svg-913d7182fde1b4bb6fe68c275a28a374.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://visual/icons/CreateFolder.svg"
dest_files=["res://.godot/imported/CreateFolder.svg-370cf817a2360b6c5b8636733afc198b.ctex"]
source_file="res://assets/icons/CreateFolder.svg"
dest_files=["res://.godot/imported/CreateFolder.svg-913d7182fde1b4bb6fe68c275a28a374.ctex"]

[params]

Expand Down
1 change: 1 addition & 0 deletions assets/icons/Cube.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions assets/icons/Cube.svg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://7vnn8bloi26s"
path="res://.godot/imported/Cube.svg-e714e55d7ae8d48f4e15ef31cdfdb647.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/icons/Cube.svg"
dest_files=["res://.godot/imported/Cube.svg-e714e55d7ae8d48f4e15ef31cdfdb647.ctex"]

[params]

compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
svg/scale=1.0
editor/scale_with_editor_scale=false
editor/convert_colors_with_editor_theme=false
File renamed without changes
6 changes: 3 additions & 3 deletions visual/icons/Cut.svg.import → assets/icons/Cut.svg.import
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://boihbt4421eu8"
path="res://.godot/imported/Cut.svg-572771d34f38096fd1c16e22164ddba7.ctex"
path="res://.godot/imported/Cut.svg-9fcfd8686ef77f78ed2688cfb69d7644.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://visual/icons/Cut.svg"
dest_files=["res://.godot/imported/Cut.svg-572771d34f38096fd1c16e22164ddba7.ctex"]
source_file="res://assets/icons/Cut.svg"
dest_files=["res://.godot/imported/Cut.svg-9fcfd8686ef77f78ed2688cfb69d7644.ctex"]

[params]

Expand Down
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://bfqay6kyf0guc"
path="res://.godot/imported/Debug.svg-08b356bced56a0ef8e4f673afa1601c7.ctex"
path="res://.godot/imported/Debug.svg-10e83314f10b353cebaa94e1c70de967.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://visual/icons/Debug.svg"
dest_files=["res://.godot/imported/Debug.svg-08b356bced56a0ef8e4f673afa1601c7.ctex"]
source_file="res://assets/icons/Debug.svg"
dest_files=["res://.godot/imported/Debug.svg-10e83314f10b353cebaa94e1c70de967.ctex"]

[params]

Expand Down
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://cj5x2ti8150ja"
path="res://.godot/imported/Delete.svg-6b52ae4e460482dae4928e13c83b94c0.ctex"
path="res://.godot/imported/Delete.svg-fb617ed67411fb32cbb6cbd03041205f.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://visual/icons/Delete.svg"
dest_files=["res://.godot/imported/Delete.svg-6b52ae4e460482dae4928e13c83b94c0.ctex"]
source_file="res://assets/icons/Delete.svg"
dest_files=["res://.godot/imported/Delete.svg-fb617ed67411fb32cbb6cbd03041205f.ctex"]

[params]

Expand Down
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://7tukdjdfcrwg"
path="res://.godot/imported/DirDesktop.svg-acb7dad19a064fd6b7cbb149a66be88c.ctex"
path="res://.godot/imported/DirDesktop.svg-b7a2d67676de3b45f53c5d5fb9d04055.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://visual/icons/DirDesktop.svg"
dest_files=["res://.godot/imported/DirDesktop.svg-acb7dad19a064fd6b7cbb149a66be88c.ctex"]
source_file="res://assets/icons/DirDesktop.svg"
dest_files=["res://.godot/imported/DirDesktop.svg-b7a2d67676de3b45f53c5d5fb9d04055.ctex"]

[params]

Expand Down
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://bpmks3pbl18rl"
path="res://.godot/imported/DirDocuments.svg-b1ef55a3e2fd0b6809986fa07c707238.ctex"
path="res://.godot/imported/DirDocuments.svg-df89f18957b052f6296002d8d0a41440.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://visual/icons/DirDocuments.svg"
dest_files=["res://.godot/imported/DirDocuments.svg-b1ef55a3e2fd0b6809986fa07c707238.ctex"]
source_file="res://assets/icons/DirDocuments.svg"
dest_files=["res://.godot/imported/DirDocuments.svg-df89f18957b052f6296002d8d0a41440.ctex"]

[params]

Expand Down
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://biq08throgeuw"
path="res://.godot/imported/DirDownloads.svg-749be2df5e3e8e86654497d33aaef37a.ctex"
path="res://.godot/imported/DirDownloads.svg-5704048e3ee9a7ac86a49b059bd6a059.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://visual/icons/DirDownloads.svg"
dest_files=["res://.godot/imported/DirDownloads.svg-749be2df5e3e8e86654497d33aaef37a.ctex"]
source_file="res://assets/icons/DirDownloads.svg"
dest_files=["res://.godot/imported/DirDownloads.svg-5704048e3ee9a7ac86a49b059bd6a059.ctex"]

[params]

Expand Down
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://bix0itrhquk43"
path="res://.godot/imported/DirMovies.svg-6502b6ed30bc262e78e211e2590f4935.ctex"
path="res://.godot/imported/DirMovies.svg-2d6571f0e062e42f434e9d816096b73f.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://visual/icons/DirMovies.svg"
dest_files=["res://.godot/imported/DirMovies.svg-6502b6ed30bc262e78e211e2590f4935.ctex"]
source_file="res://assets/icons/DirMovies.svg"
dest_files=["res://.godot/imported/DirMovies.svg-2d6571f0e062e42f434e9d816096b73f.ctex"]

[params]

Expand Down
File renamed without changes
Loading

0 comments on commit 8d8a449

Please sign in to comment.