
Hello,
Is there a way in Inkscape to crop images? It may be in pure svg xml, because I'm only using the Inkscape viewer. the problem is when I put nested <svg> tags arround the <image> tag, the cropping is never executed. Example:
<svg width=... height=... viewBox=....> ... some tags to draw like rectangles, ....
<svg width="100" height="100" viewBox="0 0 100 100"> <image xlink:href="image_to_show.jpg" x="0" y="0" width="200" height="200"/> </svg>
</svg>
In this example I would expect only 1/4 of the image to be shown, but the image is always shown in total.
Anyone an idea how to do this?
Joris - - - - - - - DISCLAIMER - - - - - - - - Unless indicated otherwise, the information contained in this message is privileged and confidential, and is intended only for the use of the addressee(s) named above and others who have been specifically authorized to receive it. If you are not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this message and/or attachments is strictly prohibited. The company accepts no liability for any damage caused by any virus transmitted by this email. Furthermore, the company does not warrant a proper and complete transmission of this information, nor does it accept liability for any delays. If you have received this message in error, please contact the sender and delete the message. Thank you.

On 7/7/05, De Winne, Joris <joris.dewinne@...816...> wrote:
Is there a way in Inkscape to crop images?
http://inkscape.org/doc/tips/tutorial-tips.html, "Clipping or masking a bitmap"
or use clip-path property (no UI yet, but rendering is supported)
participants (2)
-
bulia byak
-
De Winne, Joris