Open
Conversation
88939fa to
513b041
Compare
Owner
|
Hi, thanks for all that. I just wanted to mention that tools can also be loaded directly in an app options, it does not have to live with the main code. It can live with your code and when you instantiate the dwv app, you pass an instance of the tool. |
Author
|
ah, it would be great if that was possible. looking forward to that example. thank you for replying, @ivmartel. |
Owner
|
Here is a simple demo gist: https://gist.github.com/ivmartel/8bae193e47c0d1e7a29e1dbc43edb4f5 |
|
Hello, did you manage to do mirroring and 90% rotation? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
hi,
continuing my question here #1643, i am about to add some tools that fit my current project. i was just thinking maybe there's other who need this, so i decided to open a pull request.
draw options:
tools:
0.1scale step.-0.1scale step.note:
zoomPan. i copy it, then edit it a little.thanks.