Calculate Gradient Transform for SVG linear gradient

Does anyone know how to calculate the x1 x2 y1 y2 of a svg from figma gradientTransform information.

Example

gradientTransform:[
   0:[
      0:-0.8554036021232605
      1:-0.6393925547599792
      2:1.231164574623108
   ],
   1:[
      0:0.9316599369049072
      1:-1.2464098930358887
      2:0.7044920921325684
   ]
]

How would it translate to a LinearGradient when I export the svg from figma it calculates it as this. Not sure how to get those values myself. Any help would be appreciated

<linearGradient x1="111.5" y1="105" x2="12.5" y2="31" />
1 Like

Have you already figured it out?

this one worked for me :slight_smile:

1 Like