[beginner's question] How to rotate the ruler? #980
Unanswered
rodrigo-morales-1
asked this question in
Q&A
Replies: 1 comment 4 replies
-
|
I think it's currently a bug, i will try to fix it in the next 2.4.2-rc.1 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Today I discovered the tool Ruler.
I was able to move it when the tool "Select" was enabled. However, I couldn't figure out how to rotate the Ruler.
Here's a video of me moving the Ruler in v2.4.1.
Screen_Recording_20251124_221036-convert.webm
What I tried
To figure that out, I decided to look at the source code. I found these two files which have the word "ruler" in its filename.
I pressed Ctrl+F in my web browser and I found some matches for "rotat" in https://github.com/LinwoodDev/Butterfly/blob/v2.4.1/app/lib/handlers/ruler.dart, so I guess it is possible to rotate the ruler, but I couldn't infer how to do it from reading the source code.
Suggestion
I think it would be helpful for some users if the documentation for the Ruler https://butterfly.linwood.dev/docs/v2/tools/ruler/ mentioned how to rotate it.
Beta Was this translation helpful? Give feedback.
All reactions