SVGLocatable, currentScale/Translate, evt.clientX/Y

2003-02-24 Thread Thomas E Deweese
Hi all, This is a bit of a warning. I will shortly be committing new code that implements currentScale/Translate. In the processes I cleaned up and fixed several of the SVGLocatable methods dealing with transformations (including getCTM and getScreenCTM - which is now implemented). In t

AW: scripting

2003-02-24 Thread Lolling, Jan
That is not a question relavant for batik, better you move to the svg newsgroup. batik support a lot of scripting capabilities.   In the batik distribution you can find a lot of examples with EcmaScript.   download the current batik distribution and try the examples or examine there source

scripting

2003-02-24 Thread Jansen Ward
How can you make a script for svg in batik. For example a mouseover where the color of a circle changes? And how far is batik evolved in scripting?   thanks

How to order attributes with PrettyPrinter

2003-02-24 Thread Sebastian Hagen
Hello, is there a way to order the attributes of the single elements when generating a SVG-File: I have generated a SVGDocument from the following SVG-Data: http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd";> When I now use PrettyPrinter to generate a file, the result is:

AW: AW: importing an SVG graphic into an applet

2003-02-24 Thread Lolling, Jan
Ok I ask you where are the batik-archives ? The client don not have these archives ! Please extend you applet-tag with codebase attribute. refer: http://java.sun.com/docs/books/tutorial/applet/ Jan -Ursprüngliche Nachricht- Von: Claire WALL [mailto:[EMAIL PROTECTED] Gesendet: Montag, 24.

AW: [CSSOMComputedStyle] further development

2003-02-24 Thread Lolling, Jan
I develop a SVG-editor with special capabilities to manging objects in an database. The biggest amount of work is the SVG editor part. I think it is the best way to modify styling attributes using CSS. I have founded a editable implementation (CSSOMValue and ModificationHandle) but I find this is

Re: AW: importing an SVG graphic into an applet

2003-02-24 Thread Claire WALL
my HTML code is something like: I have my HTML file and applet code in the same directory (folder). I wasn't certain where the applets were supposed to go in the structure of a web module. When I had them in the classes folder along with my servlets the HTML file couldn't find the applet c

RE: [CSSOMComputedStyle] further development

2003-02-24 Thread Thomas E Deweese
> "LJ" == Lolling, Jan <[EMAIL PROTECTED]> writes: LJ> is it planned implementing the methods setProperty(...) and LJ> setCssText(..) in class CSSOMComputedStyle ? I don't plan to... :) LJ> I need capabilities to set CSS-attributes. If there is no plan to LJ> implement this methods by

AW: importing an SVG graphic into an applet

2003-02-24 Thread Lolling, Jan
Please send your HTML-code ... It is necessary to extend you applet-classpath with batik archives. See applet tag attributes: codebase and archives Jan -Ursprüngliche Nachricht- Von: Claire WALL [mailto:[EMAIL PROTECTED] Gesendet: Montag, 24. Februar 2003 13:47 An: batik Users Betreff

RE: importing an SVG graphic into an applet

2003-02-24 Thread Thomas E Deweese
> "CW" == Claire WALL <[EMAIL PROTECTED]> writes: CW> Hi, I have successfully managed to import an SVG graphic/file into CW> an application but when trying to import an SVG graphic into an CW> applet I am having some problems. CW> Here’s the code for my applet: [...] CW> When I run the

[CSSOMComputedStyle] further development

2003-02-24 Thread Lolling, Jan
Hello, is it planned implementing the methods setProperty(...) and setCssText(..) in class CSSOMComputedStyle ? I need capabilities to set CSS-attributes. If there is no plan to implement this methods by batik-developer than I have to implement these methods. In the current version these methods

RE: java.Security.AccessControlException when starting Batik-Squiggle

2003-02-24 Thread Thomas E Deweese
> "JI" == Jakob Ilves <[EMAIL PROTECTED]> writes: JI> Hello! I've read the FAQ and tried my best to search for an JI> answer on the mailing list. JI> I've downloaded Batik 1.5beta4b and unpacked it using jar.exe JI> (from Sun JDK 1.4.0_02). When I try to start the program using JI> java -j

importing an SVG graphic into an applet

2003-02-24 Thread Claire WALL
Hi, I have successfully managed to import an SVG graphic/file into an application but when trying to import an SVG graphic into an applet I am having some problems. Here’s the code for my applet: import org.apache.batik.swing.*; import org.apache.batik.swing.JSVGCanvas; import org.apache.batik.s