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
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
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
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
edited Jan 15 at 0:26
CreativiTimothy
asked Jan 14 at 22:28
CreativiTimothyCreativiTimothy
1585
1585
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
Jan 15 at 0:17
@CreativiTimothy I see, answer updated...
– MARK MY ANSWER
Jan 15 at 0:40
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).
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
});
}
});
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
Jan 15 at 0:17
@CreativiTimothy I see, answer updated...
– MARK MY ANSWER
Jan 15 at 0:40
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
Jan 15 at 0:17
@CreativiTimothy I see, answer updated...
– MARK MY ANSWER
Jan 15 at 0:40
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 Jan 15 at 0:39
answered Jan 14 at 22:45
MARK MY ANSWERMARK MY ANSWER
6,84851230
6,84851230
Actually, this just does absolute rotation, not relative rotation.
– CreativiTimothy
Jan 15 at 0:17
@CreativiTimothy I see, answer updated...
– MARK MY ANSWER
Jan 15 at 0:40
add a comment |
Actually, this just does absolute rotation, not relative rotation.
– CreativiTimothy
Jan 15 at 0:17
@CreativiTimothy I see, answer updated...
– MARK MY ANSWER
Jan 15 at 0:40
Actually, this just does absolute rotation, not relative rotation.
– CreativiTimothy
Jan 15 at 0:17
Actually, this just does absolute rotation, not relative rotation.
– CreativiTimothy
Jan 15 at 0:17
@CreativiTimothy I see, answer updated...
– MARK MY ANSWER
Jan 15 at 0:40
@CreativiTimothy I see, answer updated...
– MARK MY ANSWER
Jan 15 at 0:40
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).
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).
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).
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).
edited Jan 15 at 0:51
MARK MY ANSWER
6,84851230
6,84851230
answered Jan 15 at 0:23
CreativiTimothyCreativiTimothy
1585
1585
add a comment |
add a comment |
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
