-
Notifications
You must be signed in to change notification settings - Fork 771
New issue
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
draw: constrain object move with Shift #7958
base: master
Are you sure you want to change the base?
Conversation
bea298c
to
0e64b3a
Compare
Currently sitting on top of #7860 - it's needed. |
0e64b3a
to
e869091
Compare
e869091
to
10c1365
Compare
(rebased as #7860 was merged) |
10c1365
to
731a51a
Compare
849c195
to
e7134e3
Compare
e7134e3
to
a42e8af
Compare
a42e8af
to
724ff3e
Compare
- Added src/layer/vector/Path.Constraint.ts Issue #7933 Signed-off-by: Hubert Figuière <[email protected]> Change-Id: Ie39c15a8552276bc5919ffbbd5dd859695048b9c
724ff3e
to
347b1ef
Compare
@gokaysatir is this PR something stil valid with new grid? |
Yes this seems still good to have. Just checked the feature, not the code. |
It was imperfect back then and some recent rework broke it completely. The part that did constrain when dragging is gone as SVGGroup got refactored. I didn't try to fix it since. |
Issue #7933
Change-Id: Ie39c15a8552276bc5919ffbbd5dd859695048b9c
Summary
Press shift when dragging (screencast out of date)
Screencast.from.2024-01-05.17-49-59.webm
TODO
Checklist
make check
make run
and manually verified that everything looks okay