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
The transform tool
is not available via APIs. It means that is impossible to programmatically skew a layer or a group of layers, due to the different ways layers works (shapes vs texts/symbols(sources and instances)/images/artboards),
It would be nice to have something like: layer.transform(x,y,fromX,fromY,directionX,directionY)
with a simpler form like (which will apply to both X and Y axis): layer.transform(x,from,direction)
The text was updated successfully, but these errors were encountered:
matteogratton
changed the title
APIs missing: tranform tool
APIs missing: transform tool
Jul 14, 2022
The transform tool
![CleanShot 2022-07-14 at 11 29 09](https://user-images.githubusercontent.com/72731885/178962403-ddc59f3f-f7de-4167-bc42-beab8ed21f4a.png)
is not available via APIs. It means that is impossible to programmatically skew a layer or a group of layers, due to the different ways layers works (shapes vs texts/symbols(sources and instances)/images/artboards),
It would be nice to have something like:
layer.transform(x,y,fromX,fromY,directionX,directionY)
with a simpler form like (which will apply to both X and Y axis):
layer.transform(x,from,direction)
The text was updated successfully, but these errors were encountered: