How can I rotate multiple objects at a time on Draw.io (relative, not absolute rotation)?
Alright, so I'm creating a card game, and there's an icon and number on the top left of the card. On the bottom right, it should be mirrored so that if the card is dealt upside-down, time is not wasted. A good example is standard playing cards with the numbers and royals mirrored on both sides.
My icon consists of multiple shapes in different rotations (20,5,350,335 degrees), so it would be tedious to manually rotate. Example: https://gyazo.com/1951f9bf82435518fe19a070d54b5ae6
When I try to rotate all of them, there is no button for relative rotation -- I can only enter an absolute rotation such as 90 degrees in the format panel, and then my icon is messed up.
For now, I ended up manually rotating all of them and changing the coordinates so that the manual rotations would fit as a whole. Maybe I might be wasting my time, though.
draw.io
New contributor
add a comment |
Alright, so I'm creating a card game, and there's an icon and number on the top left of the card. On the bottom right, it should be mirrored so that if the card is dealt upside-down, time is not wasted. A good example is standard playing cards with the numbers and royals mirrored on both sides.
My icon consists of multiple shapes in different rotations (20,5,350,335 degrees), so it would be tedious to manually rotate. Example: https://gyazo.com/1951f9bf82435518fe19a070d54b5ae6
When I try to rotate all of them, there is no button for relative rotation -- I can only enter an absolute rotation such as 90 degrees in the format panel, and then my icon is messed up.
For now, I ended up manually rotating all of them and changing the coordinates so that the manual rotations would fit as a whole. Maybe I might be wasting my time, though.
draw.io
New contributor
add a comment |
Alright, so I'm creating a card game, and there's an icon and number on the top left of the card. On the bottom right, it should be mirrored so that if the card is dealt upside-down, time is not wasted. A good example is standard playing cards with the numbers and royals mirrored on both sides.
My icon consists of multiple shapes in different rotations (20,5,350,335 degrees), so it would be tedious to manually rotate. Example: https://gyazo.com/1951f9bf82435518fe19a070d54b5ae6
When I try to rotate all of them, there is no button for relative rotation -- I can only enter an absolute rotation such as 90 degrees in the format panel, and then my icon is messed up.
For now, I ended up manually rotating all of them and changing the coordinates so that the manual rotations would fit as a whole. Maybe I might be wasting my time, though.
draw.io
New contributor
Alright, so I'm creating a card game, and there's an icon and number on the top left of the card. On the bottom right, it should be mirrored so that if the card is dealt upside-down, time is not wasted. A good example is standard playing cards with the numbers and royals mirrored on both sides.
My icon consists of multiple shapes in different rotations (20,5,350,335 degrees), so it would be tedious to manually rotate. Example: https://gyazo.com/1951f9bf82435518fe19a070d54b5ae6
When I try to rotate all of them, there is no button for relative rotation -- I can only enter an absolute rotation such as 90 degrees in the format panel, and then my icon is messed up.
For now, I ended up manually rotating all of them and changing the coordinates so that the manual rotations would fit as a whole. Maybe I might be wasting my time, though.
draw.io
draw.io
New contributor
New contributor
edited 2 hours ago
CreativiTimothy
New contributor
asked 4 hours ago
CreativiTimothyCreativiTimothy
1255
1255
New contributor
New contributor
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
ABSOLUT ROTATION:
- hold CTRL key and select objects you want to rotate
- go to Arrange
- select Direction
- select Rotation
- enter the desired value
- press Apply
RELATIVE ROTATION:
- hold CTRL key and select objects you want to rotate
- press CTRL+G to lock them in a group
- rotate object as desired
RELATIVE ROTATION TO OUTSIDE POINT:
- hold CTRL key and select objects you want to rotate
- press CTRL+G to lock them in a group
- go to Arrange
- select Direction
- select Rotation
- enter the desired value
- press Apply
- rotate object as desired based on outside point
Actually, this just does absolute rotation, not relative rotation.
– CreativiTimothy
2 hours ago
@CreativiTimothy I see, answer updated...
– MARK MY ANSWER
2 hours ago
add a comment |
Alright, I found it out eventually for relative rotation. You need to group the objects first.
- Hold CTRL key and select the objects to group.
- Click Arrange -> Group, or CTRL + G
- Proceed to rotate as you would with one object, as the grouped objects are now considered one object (but you can un-group them).
New contributor
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "34"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
CreativiTimothy is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fwebapps.stackexchange.com%2fquestions%2f124097%2fhow-can-i-rotate-multiple-objects-at-a-time-on-draw-io-relative-not-absolute-r%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
ABSOLUT ROTATION:
- hold CTRL key and select objects you want to rotate
- go to Arrange
- select Direction
- select Rotation
- enter the desired value
- press Apply
RELATIVE ROTATION:
- hold CTRL key and select objects you want to rotate
- press CTRL+G to lock them in a group
- rotate object as desired
RELATIVE ROTATION TO OUTSIDE POINT:
- hold CTRL key and select objects you want to rotate
- press CTRL+G to lock them in a group
- go to Arrange
- select Direction
- select Rotation
- enter the desired value
- press Apply
- rotate object as desired based on outside point
Actually, this just does absolute rotation, not relative rotation.
– CreativiTimothy
2 hours ago
@CreativiTimothy I see, answer updated...
– MARK MY ANSWER
2 hours ago
add a comment |
ABSOLUT ROTATION:
- hold CTRL key and select objects you want to rotate
- go to Arrange
- select Direction
- select Rotation
- enter the desired value
- press Apply
RELATIVE ROTATION:
- hold CTRL key and select objects you want to rotate
- press CTRL+G to lock them in a group
- rotate object as desired
RELATIVE ROTATION TO OUTSIDE POINT:
- hold CTRL key and select objects you want to rotate
- press CTRL+G to lock them in a group
- go to Arrange
- select Direction
- select Rotation
- enter the desired value
- press Apply
- rotate object as desired based on outside point
Actually, this just does absolute rotation, not relative rotation.
– CreativiTimothy
2 hours ago
@CreativiTimothy I see, answer updated...
– MARK MY ANSWER
2 hours ago
add a comment |
ABSOLUT ROTATION:
- hold CTRL key and select objects you want to rotate
- go to Arrange
- select Direction
- select Rotation
- enter the desired value
- press Apply
RELATIVE ROTATION:
- hold CTRL key and select objects you want to rotate
- press CTRL+G to lock them in a group
- rotate object as desired
RELATIVE ROTATION TO OUTSIDE POINT:
- hold CTRL key and select objects you want to rotate
- press CTRL+G to lock them in a group
- go to Arrange
- select Direction
- select Rotation
- enter the desired value
- press Apply
- rotate object as desired based on outside point
ABSOLUT ROTATION:
- hold CTRL key and select objects you want to rotate
- go to Arrange
- select Direction
- select Rotation
- enter the desired value
- press Apply
RELATIVE ROTATION:
- hold CTRL key and select objects you want to rotate
- press CTRL+G to lock them in a group
- rotate object as desired
RELATIVE ROTATION TO OUTSIDE POINT:
- hold CTRL key and select objects you want to rotate
- press CTRL+G to lock them in a group
- go to Arrange
- select Direction
- select Rotation
- enter the desired value
- press Apply
- rotate object as desired based on outside point
edited 2 hours ago
answered 4 hours ago
MARK MY ANSWERMARK MY ANSWER
5,18841126
5,18841126
Actually, this just does absolute rotation, not relative rotation.
– CreativiTimothy
2 hours ago
@CreativiTimothy I see, answer updated...
– MARK MY ANSWER
2 hours ago
add a comment |
Actually, this just does absolute rotation, not relative rotation.
– CreativiTimothy
2 hours ago
@CreativiTimothy I see, answer updated...
– MARK MY ANSWER
2 hours ago
Actually, this just does absolute rotation, not relative rotation.
– CreativiTimothy
2 hours ago
Actually, this just does absolute rotation, not relative rotation.
– CreativiTimothy
2 hours ago
@CreativiTimothy I see, answer updated...
– MARK MY ANSWER
2 hours ago
@CreativiTimothy I see, answer updated...
– MARK MY ANSWER
2 hours ago
add a comment |
Alright, I found it out eventually for relative rotation. You need to group the objects first.
- Hold CTRL key and select the objects to group.
- Click Arrange -> Group, or CTRL + G
- Proceed to rotate as you would with one object, as the grouped objects are now considered one object (but you can un-group them).
New contributor
add a comment |
Alright, I found it out eventually for relative rotation. You need to group the objects first.
- Hold CTRL key and select the objects to group.
- Click Arrange -> Group, or CTRL + G
- Proceed to rotate as you would with one object, as the grouped objects are now considered one object (but you can un-group them).
New contributor
add a comment |
Alright, I found it out eventually for relative rotation. You need to group the objects first.
- Hold CTRL key and select the objects to group.
- Click Arrange -> Group, or CTRL + G
- Proceed to rotate as you would with one object, as the grouped objects are now considered one object (but you can un-group them).
New contributor
Alright, I found it out eventually for relative rotation. You need to group the objects first.
- Hold CTRL key and select the objects to group.
- Click Arrange -> Group, or CTRL + G
- Proceed to rotate as you would with one object, as the grouped objects are now considered one object (but you can un-group them).
New contributor
edited 2 hours ago
MARK MY ANSWER
5,18841126
5,18841126
New contributor
answered 2 hours ago
CreativiTimothyCreativiTimothy
1255
1255
New contributor
New contributor
add a comment |
add a comment |
CreativiTimothy is a new contributor. Be nice, and check out our Code of Conduct.
CreativiTimothy is a new contributor. Be nice, and check out our Code of Conduct.
CreativiTimothy is a new contributor. Be nice, and check out our Code of Conduct.
CreativiTimothy is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Web Applications Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fwebapps.stackexchange.com%2fquestions%2f124097%2fhow-can-i-rotate-multiple-objects-at-a-time-on-draw-io-relative-not-absolute-r%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown