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
{{ message }}
This repository was archived by the owner on Apr 11, 2024. It is now read-only.
We just started using this tool and while it seems to import nicely into sketch, we have encountered a few issues with regard to resizing. We have attempted to use symbolLayerMiddleware to resolve some of our issues, but basing constraints on what the layer object contains limits our ability to determine what/how constraints should be applied.
My suggestion is that the dom node used to create the layer be exposed to symbolLayerMiddleware to allow the user more control over configuration of the layer.
It will also align the layer middleware with the symbol and symbolInstance versions in that they already expose the dom node.
I can submit a PR of this change if it seems appropriate to the design of this project.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We just started using this tool and while it seems to import nicely into sketch, we have encountered a few issues with regard to resizing. We have attempted to use
symbolLayerMiddleware
to resolve some of our issues, but basing constraints on what the layer object contains limits our ability to determine what/how constraints should be applied.My suggestion is that the dom node used to create the layer be exposed to
symbolLayerMiddleware
to allow the user more control over configuration of the layer.It will also align the layer middleware with the symbol and symbolInstance versions in that they already expose the dom node.
I can submit a PR of this change if it seems appropriate to the design of this project.
The text was updated successfully, but these errors were encountered: