-
Notifications
You must be signed in to change notification settings - Fork 31
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
Flipping the block in the GUI should not flip the block's picture #75
Comments
You're right! I have to check the last commit: it increase the quality of the graphic but with this problem. |
Thank you for your answer. I may look into it as well when I have time. I just put it here to not forget about it. |
I was searching for solutions but I haven't found an easy way to do the svg flip in Qt. I consider using another Python library to do the svg transformations. |
I've put a temporary solution to avoid the flipping of the images in blocks. |
Thank you very much Roberto. I was thinking about doing the same thing, however using something more pythonic. I've come across svgutils python package, which could prove useful. However, it only works with files and I am trying to get a simple pull request into its mainline that could work with the xml loaded as a string so there would be no need to save it as a tmpfile (btel/svg_utils#129). Svgutils package has a scale method which can flip the image. It is also much more simple and doesn't require inkscape to run. |
I haven't found how to use svg_utils (no examples...), but this is of course a better solution as using "inkscape"! Let me know when you find how to use this package! |
Please consider that we have to work usually with packages available in distros, and avoid when possible to have to many gits. |
Make the block flip such that the svg won't flip with it.
The text was updated successfully, but these errors were encountered: