RE: Layering multiple SVG images

2003-05-30 Thread Harm Cuppens
Found out what I was doing wrong Number 3 works if you do: canvas.setBackground(new Color(255,255,255,0)) So yes, it is possible to layer different canvasses over each other ! Harm. > "GWJ" == G Wade Johnson <[EMAIL PROTECTED]> writes: GWJ> 3. There have been a few questions in the past o

RE: Layering multiple SVG images

2003-05-30 Thread Harm Cuppens
> "GWJ" == G Wade Johnson <[EMAIL PROTECTED]> writes: GWJ> 3. There have been a few questions in the past on this list about GWJ> layering JSVGCanvas objects and displaying one on top of another. GWJ> a. I don't know if anyone has ever gotten this approach to GWJ>work. >

RE: InvokeAndWait problem

2003-03-14 Thread Harm Cuppens
ginal Message- From: Thomas E Deweese [mailto:[EMAIL PROTECTED] Sent: donderdag 13 maart 2003 16:36 To: Batik Users; [EMAIL PROTECTED] Subject: RE: InvokeAndWait problem >>>>> "HC" == Harm Cuppens <[EMAIL PROTECTED]> writes: HC> Thanks for the reply, I see your p

RE: InvokeAndWait problem

2003-03-13 Thread Harm Cuppens
is to separate concerns Cheers Sergey Beryozkin - Original Message ----- From: "Harm Cuppens" <[EMAIL PROTECTED]> To: "Batik Users (E-mail)" <[EMAIL PROTECTED]> Sent: Thursday, March 13, 2003 2:58 PM Subject: InvokeAndWait problem > Hello all, > >

InvokeAndWait problem

2003-03-13 Thread Harm Cuppens
Hello all, I'm adding undo/redo support to my application (a little SVGEditor). I have a JSVGCanvas where I can draw my lines, rectangles etc. I can also import images (or reference them) into the SVG document. For every action I perform I added undo/redo support. For the undo/redo action to happ

RE: AW: question on JSVGCanvas

2003-03-13 Thread Harm Cuppens
Hi Claire,   By looking at the Java documentation of JRootPane, you can use the method setGlassPane where you can pass in a component you would like to act as the glasspane. If you look at the class Component, you can see that a Container is also a Component, so you could do this: rootPane

RE: repainting the cavas on command

2003-03-06 Thread Harm Cuppens
ser) drawn in SVG > as well. With a native Java drawing, we use a 2x2 black rect to draw a grid > point, with a 1280/1024 view area it takes 64 * 51 rects with a grid cell > x&y equals to 20. > How do you draw the grid in SVG ? > > Cheers > Siarhei Biarozkin > -

RE: repainting the cavas on command

2003-03-06 Thread Harm Cuppens
dag 6 maart 2003 10:43 To: Batik Users; [EMAIL PROTECTED] Subject: Re: repainting the cavas on command Hi, We had a similar problem, you need to call setDocumentState(ALWAYS_DYNAMIC). ... ... How do you draw the grid in SVG ? Cheers Siarhei Biarozkin - Original Message - From: "Ha

repainting the cavas on command

2003-03-06 Thread Harm Cuppens
Hello all, I have the following problem. I'm creating a little SVG editor and I have a seperate toolbar for the drawing tools etc. In my application I can create a grid (a group with line elements) that has to be embedded inside the svg document. The user has the abillity to toggle this grid on an

RE: [Uwe Knauer] use of image tag

2003-02-26 Thread Harm Cuppens
Hi Uwe, I think Batik is not required to support GIF files by looking the SVG 1.1 Specification http://www.w3.org/TR/SVG11/struct.html#ImageElement Greetings, Harm -Original Message- From: Ezberlin, Prakte12-08 [mailto:[EMAIL PROTECTED] Sent: woensdag 26 februari 2003 11:45 To: [EMAIL P