[svg-developers] SVG rendering issue with ASV

2007-10-23 Thread dave
apologies for my 2nd try. When I generate SVG image under an Authenticated(meaning Security constraints are defined in web.xml) Jboss AppServer deployment directory, the client browser's(IE) ASV plugin doesn't render the SVG image. But everything works fine if I generate SVG image under UNAuthenti

[svg-developers] ASV plugin and ActiveX..

2007-08-23 Thread dave
I currently EMBED svg file inside html doc as below: . http://www.adobe.com/svg/viewer/install/";> .. I use ASV plugin under IE to render this SVG image. With this usage, Am I really embedding ASV plugin as ActiveX in my application above? cheers! +D

Re: [svg-developers] Re: pdf conversion

2007-07-27 Thread dave
thanks for the tip.. --- Andreas Neumann <[EMAIL PROTECTED]> wrote: > ok, one option would be to send the serialized, > modified DOM > structure with a network request > (postURL/XMLHttpRequest) to a server > and let it render by Batik to a different format > (PNG, JPEG, PDF). > Once the file

Re: [svg-developers] node repositioning..

2007-07-16 Thread dave
ly 15, 2007 10:41 AM > Subject: Re: [svg-developers] node repositioning.. > > > Hi, Dave- > > dave wrote: > > Does SVG 1.2 support node repositioning in a > graph? > > This could mean a lot of different things. I > suspect that you're asking &

[svg-developers] node repositioning..

2007-07-12 Thread dave
Does SVG 1.2 support node repositioning in a graph? Park yourself in front of a world of choices in alternative vehicles. Visit the Yahoo! Auto Green Center. http://autos.yahoo.com/green_center/

Re: [svg-developers] Re: Renesis SVG Player Release 0.7 is out!

2007-07-08 Thread dave
what would be the license type of 'Renesis production version plugin' when it's released?? --- emiasys <[EMAIL PROTECTED]> wrote: > Jeff, > > > Ok, thanks for the heads up. I hope the next > release will be soon. > > Yep, it shouldn't take too long as it will be a > maintenance release. >

[svg-developers] Re: New to SVG, questions

2006-02-23 Thread Dave
ately I want to be able to create boxes on the fly and connect them at will such as you might do with a diagramming tool. You can see it here: http://knittingmydoom.com/start.html Dave - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-dev

[svg-developers] Re: New to SVG, questions

2006-02-23 Thread Dave
--- In svg-developers@yahoogroups.com, Holger Will <[EMAIL PROTECTED]> wrote: > > Dave schrieb: > > > > > > cool ;-) > > > if you want to support firefox, dont miss > > http://jwatt.org/svg/authoring/ > > > > It was easier than I thought t

[svg-developers] Re: New to SVG, questions

2006-02-22 Thread Dave
> cool ;-) > if you want to support firefox, dont miss http://jwatt.org/svg/authoring/ It was easier than I thought to get my minimally functioning SVG example working in firefox. Just a few changes and it now works in both Firefox and IE(Adobe). Thanks - To unsubscribe send a message

[svg-developers] Re: New to SVG, questions

2006-02-22 Thread Dave
--- In svg-developers@yahoogroups.com, Holger Will <[EMAIL PROTECTED]> wrote: > > Dave schrieb: > > > > Hi Dave > > > > > > you might also want to check window.innerWidth and window.innerHeight, > > > but im not sure its im

[svg-developers] Re: New to SVG, questions

2006-02-22 Thread Dave
Thanks for the pointers. I think inkscape is going to be very useful to me. Looks like a lot of good SVG info on both the treebuilder and the coderead site. > try to use only features that work in > all implementations, if you > possibly can. Well, I was using Mayura and right from the start,

[svg-developers] Re: New to SVG, questions

2006-02-22 Thread Dave
> Hi Dave > > you might also want to check window.innerWidth and window.innerHeight, > but im not sure its implemented in ASV though. > and in Firefox doing document.documentElement.width ( or .height) is > also an option. > > cheers > Holger Thanks, I ch

[svg-developers] Re: New to SVG, questions

2006-02-22 Thread Dave
Thanks for the confirmation --- In svg-developers@yahoogroups.com, "Robert Russell" <[EMAIL PROTECTED]> wrote: > > That sounds like what you want, yeah. > > --- In svg-developers@yahoogroups.com, "Dave" <051103-yahoogroups@> > wrote: > > &

[svg-developers] Re: New to SVG, questions

2006-02-22 Thread Dave
> On a more technical note. I've had trouble finding out how big the > viewable area is for an SVG document. If I'm scripting an SVG > document and I want to put a new shape on the screen but I want to > make sure it's viewable how can I know how much space I have to work with? I'm sort of answ

[svg-developers] Re: New to SVG, questions

2006-02-22 Thread Dave
Thanks Martin... > - you can't script the plugin from the outside (e.g. with script in a > HTML document embedding an SVG document) and you can't script the HTML > document embedding the plugin at all from the SVG document That's kindof a killer for me. I want the freedom to use SVG for it's str

[svg-developers] Re: Sketsa SVG Graphics Editor 3.3 released

2006-02-22 Thread Dave
> Check out the web start at > http://www.kiyut.com/products/sketsa/webstart/sketsa.jnlp Running this web start I'm told that their digital signature is invalid... - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "e

[svg-developers] New to SVG, questions

2006-02-22 Thread Dave
Just started playing with SVG at work. I'm trying to determine what kinds of problems it might be able to solve for us. First thing, what do people most commonly use for SVG development? I've started using the adobe plugin for IE but I've also played with firefox 1.5. So far it seems that the