Questions tagged [figma-api]

Figma is a tool for prototyping and collaborating on design in the comfort of your browser.

Figma offers an API to integrate with its collaborative platform - https://www.figma.com/developers

49 questions
0
votes
1 answer

Cannot overlap gradient with a solid color in Android Studio

I am a beginner in creating applications in Android Studio and I am trying to recreate a background which has been made in Figma. Background in Figma: Properties: Rotation: 179.7° Fill: Linear Gradient #23152C @ 0.0 #828F8893 @ 0.49 #00FFFFFF @…
JohnnyOnPc
  • 386
  • 1
  • 5
  • 18
0
votes
1 answer

How can i get the rotación of a node from the JSON document in Figma?

I'm using Figma API to get a figma document but I can not get the rotation of a node. How is the rotation of an object calculated?
-1
votes
1 answer

How i can save the logo image inside figma design to my local machine

I am building a web site based on Figma design created by a client, now the design contain some images such as the logo which i want to have a local copy of it.. seems when i right click on the image inside the design i do not get any option to…
John John
  • 1
  • 72
  • 238
  • 501
-3
votes
2 answers

Regex to fix malformed vector

I have an API that is returning the following, malformed string: M0 0L1.33333 0L1.33333 4L4.44089e-16 4L0 0Z It should look like this: M 0 0 L 1.33333 0 L 1.33333 4 L 4.44089e-16 4 L 0 0 Z How could I write a regex that would select any letter that…
crowhill
  • 2,398
  • 3
  • 26
  • 55
1 2 3
4