[svg-developers] Zoom to left upper corner?

2005-07-21 Thread alex_philippi
Hi, I use a SVG-document on a html-site and display it with the - tag. If I zoom into my document, the "zoomed in result" will be displayed at the center of the svg view. Could I "say" my SVG document, that it have to zoom in and display the result in the upper left corner instead of the center

[svg-developers] Re: open a new Browserwindow in SVG?

2005-06-03 Thread alex_philippi
Mhh, thats a really good idea. Thnx :) --- In svg-developers@yahoogroups.com, Peter Thompson <[EMAIL PROTECTED]> wrote: > If it doesn't really have to be a browser window, you could display a new SVG rectangle with SVG text on it when your original rectangle is clicked, so that it looks like a

[svg-developers] Re: open a new Browserwindow in SVG?

2005-06-03 Thread alex_philippi
Hi, the "rect" Element contains misc. data. If u click on this "rect", a new Browserwindow with detailed Infos about this "rect" Element should be open. I have to do this in a new window, because the source window(that with the rec element) contains dynamic created data and the "back" button o

[svg-developers] open a new Browserwindow in SVG?

2005-06-02 Thread alex_philippi
Hi, I have to open a new window if I click on a "rect" Element. This new window must have custom width/height settings. I tried it with javascript and then with the xlink statement. Javascript donĀ“t work ("window.open" dont open a new window) and with the xlink ( "rect" ) I could only open a f

[svg-developers] Re: modify mousecursor in a graphical element

2005-06-02 Thread alex_philippi
--- In svg-developers@yahoogroups.com, "campin_b" <[EMAIL PROTECTED]> wrote: > Hi, > > Your code is correct > > I assume you are using ASV3. > The cursor is not implemented in Adobe SVG viewer 3 > Try the ASV 6 pre-release if you want it. > > Ben > Thnx a lot :) It works now. Has the "ASV 6 al

[svg-developers] modify mousecursor in a graphical element

2005-06-02 Thread alex_philippi
Hi, I want to modify the mouse coursor if I hover over a "rect"-Element. I looked at the W3C Rec. (http://www.w3.org/TR/SVG/interact. html#Cursors) but I dont understand where I have to set "cursor: pointer". I try it that way: Could u help me? - To unsubscribe send a message to: [EMA

[svg-developers] Re: Servlet and svg2pdf

2005-04-05 Thread alex_philippi
--- In svg-developers@yahoogroups.com, Thomas DeWeese wrote: > Hi Alex, > > alex_philippi wrote: > > i have a project where I visualize some big graphics with SVG (via a > > Java Servlet). Now I want to print my svg file, but the Internet > > Explorer cut the s

[svg-developers] Servlet and svg2pdf

2005-04-03 Thread alex_philippi
Hi, i have a project where I visualize some big graphics with SVG (via a Java Servlet). Now I want to print my svg file, but the Internet Explorer cut the svg and print only the first site. Is there an easy way to transform my SVG file (e.g. 3000x2000 pixel) to a pdf file to print the complet

[svg-developers] Does any SVG-Plugin supports SVG 1.1 or 1.2?

2005-03-29 Thread alex_philippi
Hi, the latest Adobe SVG Viewer supports "only" the w3c SVG 1.0. Could I find a plugin or SVG Viewer who supports 1.1 or the 1.2 draft? (or is the Abode SVG Viewer 3.0 the latest plugin, and I have to use it) Thnx - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://

[svg-developers] Re: Could I use Apache Batik in Servlets?

2005-02-02 Thread alex_philippi
Thnx for your statement :) My Servlet will be high dynamic e.g. I draw 100 rects (with content) in a "for loop" and I place them with an algorithm (and so i have not much code and i could validate the result) :) An other advantage to use "out" is that I can use javascript for tooltips. And w

[svg-developers] Re: Could I use Apache Batik in Servlets?

2005-02-01 Thread alex_philippi
--- In svg-developers@yahoogroups.com, Thomas DeWeese wrote: > Hi Alex, > > Sure check out: http://xml.apache.org/batik/svggen.html > > It gives an overview of the SVGGraphics2D with sample code. Thnx a lot. Now I know that i will use batik only for create pdf or image files and cod

[svg-developers] Re: Could I use Apache Batik in Servlets?

2005-02-01 Thread alex_philippi
--- In svg-developers@yahoogroups.com, Thomas DeWeese wrote: > alex_philippi wrote: > > > I want to use a servlet to show SVG-Data via IE 5.5. Could I use the > > batik lib for this or is batik "applications or applets"-only and I > > have to write all thi

[svg-developers] Could I use Apache Batik in Servlets?

2005-01-28 Thread alex_philippi
Hi, one question: I want to use a servlet to show SVG-Data via IE 5.5. Could I use the batik lib for this or is batik "applications or applets"-only and I have to write all this svg code manually. THnx - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yah