-
Notifications
You must be signed in to change notification settings - Fork 75
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
Canvas rotation #1983
Canvas rotation #1983
Conversation
3a8606e
to
339f09f
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1983 +/- ##
==========================================
+ Coverage 91.90% 91.97% +0.06%
==========================================
Files 143 146 +3
Lines 15605 15900 +295
==========================================
+ Hits 14342 14624 +282
- Misses 1263 1276 +13
... and 4 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
4418017
to
7b68214
Compare
a582caa
to
5a0d495
Compare
dev failure is unrelated (also seen in #2053) |
Note that bqplot/bqplot#1585 is required to fix the drag direction in Firefox and Safari. Do we want to hold this up until that is merged/released/pinned? |
I consider it a blocker, personally, the behavior is really annoying. |
Ok, I think this can still be reviewed (on other browsers or using that PR), but we can defer merging until that can be pinned. |
angle in plugin UI updates as expected when changing the viewer dropdown
Co-authored-by: P. L. Lim <2090236+pllim@users.noreply.github.com>
zoom box corresponds to zoom limits, not viewer
Co-authored-by: jenneh <jennlkotler@gmail.com>
* needed to include fix for rotated drag events in some browsers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I confirmed that the panning direction problem is fixed with the most recent bqplot
, approved.
Description
This pull request uses css canvas rotation to allow for on-the-fly image rotation (original effort: #1384).
Plugin docs
Plugin API docs
Screen.Recording.2023-02-28.at.2.51.08.PM.mov
TODO:
docs/imviz/plugins.rst
. This should wait till after Doc Changes for June 2022 #1393 is merged to avoid conflicts.Follow-up:
Change log entry
CHANGES.rst
? If you want to avoid merge conflicts,list the proposed change log here for review and add to
CHANGES.rst
before merge. If no, maintainershould add a
no-changelog-entry-needed
label.Checklist for package maintainer(s)
This checklist is meant to remind the package maintainer(s) who will review this pull request of some common things to look for. This list is not exhaustive.
trivial
label.