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
First off, love generator-core. It has been awesome and fun to use!
When trying to recreate patterns based on the JSON data, I found a bug.
I found that the phase stays the same even if an shape is translated and moved to another place on the canvas while the pattern is "Linked with Layer" (a photoshop default). There is no way to know from the JSON that the shape has moved, and that the phase is based on the initial position of the shape and not the current, giving us inaccurate pattern data.
Would love to see this fixed by changing the phase to reflect the movement of the shape or provide the initial position of the shape so we can change the phase based on that.
Thank you for your help and consideration!
The text was updated successfully, but these errors were encountered:
All the extra params (scale/align w/layer, phase) are readily available within Photoshop, we are just getting the non-verbose version. Should be easy to address.
First off, love generator-core. It has been awesome and fun to use!
When trying to recreate patterns based on the JSON data, I found a bug.
I found that the phase stays the same even if an shape is translated and moved to another place on the canvas while the pattern is "Linked with Layer" (a photoshop default). There is no way to know from the JSON that the shape has moved, and that the phase is based on the initial position of the shape and not the current, giving us inaccurate pattern data.
Would love to see this fixed by changing the phase to reflect the movement of the shape or provide the initial position of the shape so we can change the phase based on that.
Thank you for your help and consideration!
The text was updated successfully, but these errors were encountered: