pysimCoder icon indicating copy to clipboard operation
pysimCoder copied to clipboard

Flipping the block in the GUI should not flip the block's picture

Open zdebanos opened this issue 1 year ago • 7 comments

Make the block flip such that the svg won't flip with it.

zdebanos avatar Apr 19 '24 23:04 zdebanos

You're right! I have to check the last commit: it increase the quality of the graphic but with this problem. I'll check it ASAP

robertobucher avatar Apr 20 '24 06:04 robertobucher

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.

zdebanos avatar Apr 20 '24 13:04 zdebanos

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.

zdebanos avatar Apr 22 '24 09:04 zdebanos

I've put a temporary solution to avoid the flipping of the images in blocks. I think that instead of using the "/tmp" folder we can try to implement a ram disk in the future or setting the rendering of the block in the block class and modifying it only by some actions...

robertobucher avatar Apr 30 '24 11:04 robertobucher

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 (https://github.com/btel/svg_utils/pull/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.

zdebanos avatar May 02 '24 19:05 zdebanos

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!

robertobucher avatar May 02 '24 20:05 robertobucher

Please consider that we have to work usually with packages available in distros, and avoid when possible to have to many gits.

robertobucher avatar May 03 '24 10:05 robertobucher