RE: SVG elemet info - script - applet

2004-03-17 Thread Bartosz Celmer
: appletHost is not defined Probably I do something wrong in line: private static BridgeContext ctx = ... What should I put instead of (...) Hope that you will help me solve this problem Thank You Bartosz Celmer -Original Message- From: Thomas DeWeese [mailto:[EMAIL PROTECTED] Sent

Pan interactor

2004-03-29 Thread Bartosz Celmer
this? Please give me some advise, example. Another question is: Is there any way to find out if user pan SVG document outside its bounds? Best Regards Bartosz Celmer

SVGCanvas.setURI() problem with http server

2004-05-04 Thread Bartosz Celmer
Hello I would like to use batik to get SVG files from http server, everything goes fine so far but when I want to use for example asp page I get strange error. The string which Im using to get SVG file from server looks like this:

zoom to svg area problem

2004-05-26 Thread Bartosz Celmer
HelloI'm writing applet viewing SVG using batik 1.5.1. I need to write a function witch will zoom SVG document on SVGCanvas object to desier SVG coordinates, or return AffineTransform object witch I can use to transform orginal SVG view to desire area. For example: my svg viewbox is: 0 0 200

PrintTranscoder.KEY_AOI problem posible bug

2004-06-14 Thread Bartosz Celmer
Hello Im trying to use Batik project to print SVG documents, but I need to print only part of them. I tried to use PrintTranscoder.KEY_AOI, but I doesnt work. When I set a rectangle which I want to print either nothing is being printed, or the printed area is different from the one I

PrintTranscoder.KEY_AOI problem posible bug

2004-06-16 Thread Bartosz Celmer
Hello Im trying to use Batik project to print SVG documents, but I need to print only part of them. I tried to use PrintTranscoder.KEY_AOI, but I doesnt work. When I set a rectangle which I want to print either nothing is being printed, or the printed area is different from the one I

Copying SVGDocument

2004-07-20 Thread Bartosz Celmer
Hello. I need to copy SVGDocument and then modify it. I try to find any solution in batik mailing list but with no results. Im looking for something like this: SVGDocument doc = new SVGDocument(svgCanvas.getSVGDocument()); But of course in there is no method like this in batik.

RE: Copying SVGDocument

2004-07-21 Thread Bartosz Celmer
)); should work. -Nikhil On Tue, 20 Jul 2004, Bartosz Celmer wrote: Hello. I need to copy SVGDocument and then modify it. I try to find any solution in batik mailing list but with no results. I'm looking for something like this: SVGDocument doc = new SVGDocument(svgCanvas.getSVGDocument

SVG with script overloads www server

2004-10-27 Thread Bartosz Celmer
Hello Im using batik in aplet, and everything works excelent, when Im browsing svg whith out script tag. When I add any script, aplet is downloading svg file from www server three times? Why is so that. This couses that my server sometimes hangs (or its not responding), and my applet

modifying CDATA section on Zoom

2005-03-07 Thread Bartosz Celmer
Hello Everyone. Im working on application using Batik 1.5.1. So far everything works great!!! Thanks for great job Batik dev team. The problem I have probably comes from my not very high knowledge of Batik. I was trying to find solution on Batik mailing list but with no luck. With

Modyfing CDATA onzoom

2005-03-09 Thread Bartosz Celmer
Hello Everyone. I’m working on application using Batik 1.5.1. So far everything works great!!! Thanks for great job Batik dev team. The problem I have probably comes from my not very high knowledge of Batik. I was trying to find solution on Batik mailing list but with no luck. With my