곰픽 gradient 색상 구하는 부분 변경

This commit is contained in:
2025-04-11 17:47:43 +09:00
parent 60154db66f
commit 9158b42941
3 changed files with 21 additions and 48 deletions

View File

@@ -572,9 +572,9 @@
},
"7": {
"type": "gradient",
"ele": "//Layer/Shapes/shape/*[starts-with(name(), 'gradiant')]",
"startColor": "//Layer[contains(Name/@value, 'Layer 3')]//gradient_start_color/@value",
"endColor": "//Layer[contains(Name/@value, 'Layer 3')]//gradient_end_color/@value",
"ele": "//Layer/Shapes/Shape",
"startColor": "gradient_start_color/@value",
"endColor": "gradient_end_color/@value",
"value": {
"startColor": "347813",
"endColor": "041177"