Hi Cannon, > Does anyone have any ideas about how to do this?
I think you could use SVG_SET_TRANSFORM_ROTATE: http://livedoc.4d.com/4Dv15/help/Command/en/page65945.html The idea would be to create a new SVG canvas and embed the picture on it, then rotate the SVG, then export the SVG back to an image. This is already done for you and packaged in a component here: https://github.com/miyako/4d-component-rotate-picture (Thanks Miyako!) -Tim ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

