Hye,
I tried to change color of this lottie to rgb(96, 206, 197)
. However, after exported, the color rendered is not accurate.
Checking the console, the path
tag is as follow:
<path fill="rgb(125, 215, 208)" fill-opacity="1" d="..." />
Checking the exported JSON, the Fill 1
property is as follow:
{
"ty": "fl",
"c": {
"a": 0,
"k": [
0.3764705882352941,
0.807843137254902,
0.7725490196078432,
1
],
"ix": 4
},
"o": {
"a": 0,
"k": 100,
"ix": 5
},
"r": 1,
"bm": 0,
"nm": "Fill 1",
"mn": "ADBE Vector Graphic - Fill",
"hd": false
},
Any help on this one would be very helpful. Thanks in advance!