We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow users to create a container which objects within don't undergo layout. All positions and dimensions are given by user.
Not sure if connections should be automatic then or also defined by user, which might be more tedious and less necessary.
x -> y y: { shape: manual a -> b a: { top: 100 left: 50 } b: { top: 30 left: 0 } *.width: 10 *.height: 10 (a -> b)[0].top: [5, 10, 50] (a -> b)[0].left: [0, 0, 50] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Allow users to create a container which objects within don't undergo layout. All positions and dimensions are given by user.
Not sure if connections should be automatic then or also defined by user, which might be more tedious and less necessary.
The text was updated successfully, but these errors were encountered: