[svg-developers] Office XML Formats : Native PDF support in Office 12

2005-10-04 Thread Michael Bierman
For those who haven't heard-Office 12 will include PDF export. http://blogs.msdn.com/brian_jones/archive/2005/10/01/476067.aspx Michael [Non-text portions of this message have been removed] Yahoo! Groups Sponsor ~-- Get Bzzzy! (real tools to

[svg-developers] Re: SVG Open 2006 San Diego?

2005-10-04 Thread Andreas Neumann
This being said, it seems a little bit unfair to state that the US is less interested than Europe or Asia in open standards. I was under the impression that HTML and XML are quite successful here! that was probably a inconsiderate statement of mine - I apologize. But with the

[svg-developers] clarrification in dynamic line move

2005-10-04 Thread arthycharm
Hai Alastair, I have a small doubt regarding the code you have sent.the lines connected between the circles are drawn dynamically and the color of the line is black.suppose i have to change the color of the line or the circle based on some value(ie true or false) .how will i pass the value (ie

[svg-developers] clarrification in dynamic line move

2005-10-04 Thread arthycharm
Hai Alastair, I have a small doubt regarding the code you have sent.the lines connected between the circles are drawn dynamically and the color of the line is black.suppose i have to change the color of the line or the circle based on some value(ie true or false) .how will i pass the value (ie

[svg-developers] Re: reading SVG file via IE

2005-10-04 Thread samcctan
Hi all, I found out two main issues: 1. It works when I run the code over the server, which means that it can read an xml file and extract nodeValue from it when it is run in www web page. If i run it on my local machine (with both html and xml files on the same folder), an error will pop up

[svg-developers] very urgent

2005-10-04 Thread arthycharm
Hai, I am in need of creating circles within circles.to be more specific i have to create a circle and place inside that circle some n number of circles .(imagine pictorially).please give me some suggestions .the circles should appear inside the original circle when viewed in svg . can anyone

[svg-developers] Streetnames text problem

2005-10-04 Thread Jeroen Vanattenhoven
Hello, I've included streetnames for my map. I just put them on the path of the street which work very nicely. The problem is that with real coördinates the Y-axis points up and for SVG points down. My whole map has a transform=scale(1,-1) attribute which makes my map look correct and not upside

[svg-developers] SVG and amanith

2005-10-04 Thread Michele
Hi all svg developers, I'm Ska , one of the developers of Amanith Framework (www.amanith.org), this is an opensource, crossplatform framework of classes for handle vector graphics, entirely written in ansi c++ . We are now adding svg support to Amanith, so if you are interested please feel free

[svg-developers] use element

2005-10-04 Thread sent1729
Hi all, I wanted to use use element for an object that is sitting in different svg file. I am able to do this if the svg file where the object resides is in the same folder as the source svg file. but if the object svg file is in diffrent directory or folder iam not able to navigate to it.

[svg-developers] Insert a script section in a java generated svg document

2005-10-04 Thread jgfa92004
Hi all, I use Batik to generate a svg document. But I also want to insert a script section (to insert my own javascript functions) : how can I do this ? Thanks. Julie Yahoo! Groups Sponsor ~-- Fair play? Video games influencing politics. Click

[svg-developers] Re: Streetnames text problem

2005-10-04 Thread Andreas Neumann
Hi Jeroen, Thats exactly the reason why all www.carto.net SVG mapping examples don't use the mirror transform, but we multiply the y-values by -1. This way the text elements can be rendered correctly. Andreas --- In svg-developers@yahoogroups.com, Jeroen Vanattenhoven [EMAIL PROTECTED]

Re: [svg-developers] very urgent

2005-10-04 Thread ddailey
If I understand the question, then something like: ellipse cx=100 cy=50 rx=25 ry=25 stroke=black fill=white/ ellipse cx=100 cy=50 rx=15 ry=15 stroke=black fill=white/ ellipse cx=100 cy=50 rx=5 ry=5 stroke=black fill=white/ oughta work -- all ellipses have the same center (100,50); the later ones

Re: [svg-developers] Insert a script section in a java generated svg document

2005-10-04 Thread Thomas DeWeese
Hi Julie, jgfa92004 wrote: I use Batik to generate a svg document. But I also want to insert a script section (to insert my own javascript functions) : how can I do this ? Instead of having the SVGGraphics2D stream the document, you can call 'getRoot' to get the Root SVG element.

RE: [svg-developers] use element

2005-10-04 Thread Doug Schepers
Hi, Nathan- | I wanted to use use element for an object that is sitting | in different svg file. | I am able to do this if the svg file where the object resides | is in the same folder as the source svg file. but if the | object svg file is in diffrent directory or folder iam not | able to

[svg-developers] Scale and Translate

2005-10-04 Thread Gary Higbee
I am still working on my zoom issue. My code now will zoom in or out, unfortunately when I try to correct for the new scale with a translate it does not work the way I expect. I am trying to make it so whatever point on the SVG is centered in your viewport will stay centered when you zoom in

[svg-developers] Re: Streetnames text problem

2005-10-04 Thread Andreas Neumann
Hi, .getTotalLength() is your friend when having to find out the total path length. .getPointAtLength() is a way to get the coordinates at a certain length from the origin. This way you could equally space elements along the path. Both methods are implemented in ASV3, ASV6 and Batik. I don't

[svg-developers] measuring things on the screen (like the window)

2005-10-04 Thread ddailey
In HTML if I want to know how many pixels there are in my browser window (even though the original philosphy of HTML was that I shouldn't ever have to know) I could do so sorta like this: if (document.all){ rightedge=document.body.clientWidth; bottomedge=document.body.clientHeight }else{

[svg-developers] Re: Streetnames text problem

2005-10-04 Thread Andreas Neumann
And Andreas, I have another question for you: I tried ogis2svg.exe on your website. It works great, but I have a problem with using --referenceframe. How do I write the minx miny maxy may attributes on the commandline? I've tried several possibilities but all failed. The idea for the

[svg-developers] Re: SVG Open 2006 San Diego?

2005-10-04 Thread m_verstaen
Andreas, I totally agree with this. To clarify a bit, I don't mean that we should focus only on the Mobile SVG side. I only believe that most companies interested in SVG in the Bay Area are interested mainly in the Mobile side. But the Bay Area is not the world! Marc --- In

[svg-developers] Linking images with a xlink

2005-10-04 Thread jucabapa79
Hello everyone!!! I am trying to link some images to internet pages using a xlink but i found some troubles trying to do it, I am intending to put the image rotated because of the esthetic of my interphase but is not working... Here is the code... a xlink:href=email.jsp rect x=160

[svg-developers] Re: SVG Open 2006 San Diego?

2005-10-04 Thread jucabapa79
San Diego?? Sounds interesting!!! I am also a newbie in SVG Development but here in Kanazawa, Japan I learned a lot about it. I am ending my project using this technology and is great. I am coming back to Mexico to the end of this year, but I hope to quickly get a job and have enough money

RE: [svg-developers] Re: SVG Open 2006 San Diego?

2005-10-04 Thread Doug Schepers
Hi, Travsam- Just so you know, SVG Open will *not* be in San Diego. It will be on the west coast, though, in Victoria, British Columbia, Canada (near Vancouver). Not as close for you, I'm afraid, but probably not much more expensive if you are flying. This does not preclude there being SVG