Hi.
I am manipulating the dom in my svg document. Basically this contains some
rectangles which act as placeholders.
I wish to insert images at the position of these placeholders.
What i have done is found the placeholders and copied their attributes (such
as x and y)
Thereby i get the placeholders' parents and insert my new images.

My problem is that the pictures are not inserted automatically in the box..
Is there any helper class which for instance allows me to automatically
calculate the matrix for the new image to be inserted, or do i have to use
pure math to do this?

Thanks for helping!

Reply via email to