>>>>> "LJ" == Lolling, Jan <[EMAIL PROTECTED]> writes:

LJ> I build a SVG-editor.  One of my goals is to manipulate the entire
LJ> size (bounds) of the SVG-document.  I am trying set the height und
LJ> width-attributes from the svg-tag-element over the updateManager
LJ> from JSVGCanvas.  Nothing happens. If I save this changed document
LJ> the svg-attributes are changed - ok - but the canvas does not
LJ> react.  I try to use methode renderGVTTree() or use
LJ> invalidate/validate-method from Swing. Nothing happens.

LJ> Can any body help me how can I change the svg-bounds online.

    As you might imagine the outermost SVG element is a bit of a
special case.  Also I might point out that there are several possible
implementations for responding to this change (like resizing the
window, or just updating the clip - if overflow is hidden).  What are
you 'expecting' to happen?

LJ> Mit freundlichen Gr�ssen



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to