hi,
i'am having a viewbox problem; i put a
jsvgscrollpane on a frame; and when i draw a quadcurve2D(or anything
else) with a mousePresed event , the scroollpane tries to resize the
scrollbars;so in checkAndSetViewBoxRect() the viewBox attribute of the element
svg is not found (is returned as ""); i tryed to set it manualy :
setAttributeNs(svgNS,"viewBox","0 0 600 600") but it doesn't appear in the
document when i stream it to the System.out; and if even that would work, i have
to set it again and again every time i draw something on the pane's
canvas?
|
- Re: viewbox problem Himerus
- Re: viewbox problem Thomas DeWeese
- Drawing with JSVGCanvas LOPES GOMES Victor
- Re: Drawing with JSVGCanvas Thomas DeWeese
- Re: Drawing with JSVGCanvas vmlgomes
- Re: Drawing with JSVGCanvas Thomas DeWeese
- Re: viewbox problem Jody Schofield