I have a Scene that I can export as an SVG file fairly happily… but a feature I would like to include is to rubber-band select a region and export that – and the export is clipped to that region. Is there a way to achieve this?
The issues I am concerned about are:
will items that are only partially within the region be selected at all;
how can I clip such partial items to the region boundary?
Thanks
↧