You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a fig file where I want to manually merge fill styles of various objects. Evan's https://madebyevan.com/figma/fig-file-parser/ gives me a canvas.fig pseudo-file with keys such as guid, type="document", children with type=CANVAS, etc. However, it does not have a way to re-compile a .fig file from the JSON.
Uploading the same file to the live demo gives me a JSON output of a "root" element with typeNODE_CHANGES and a lot of edit history, but none of the same data Evan's tool gives me. (On the other hand, Evan's tool does not extract the NODE_CHANGES, but since I'm not interested in them, I don't mind.)
Unfortunately the file contains some proprietary stuff so I cannot just attach it here, but maybe the bug is already known or evident from the description. I'm happy to answer questions and try things as well.
The text was updated successfully, but these errors were encountered:
I have a fig file where I want to manually merge fill styles of various objects. Evan's https://madebyevan.com/figma/fig-file-parser/ gives me a canvas.fig pseudo-file with keys such as
guid
,type="document"
,children
withtype=CANVAS
, etc. However, it does not have a way to re-compile a .fig file from the JSON.Uploading the same file to the live demo gives me a JSON output of a
"root"
element withtype
NODE_CHANGES
and a lot of edit history, but none of the same data Evan's tool gives me. (On the other hand, Evan's tool does not extract the NODE_CHANGES, but since I'm not interested in them, I don't mind.)Unfortunately the file contains some proprietary stuff so I cannot just attach it here, but maybe the bug is already known or evident from the description. I'm happy to answer questions and try things as well.
The text was updated successfully, but these errors were encountered: