[svg-developers] Re: getBBox with transformations

2008-11-17 Thread malutanpetronel
The following excample I've tried : svg xmlns=http://www.w3.org/2000/svg; xmlns:xlink=http://www.w3.org/1999/xlink; id=SVGtest viewBox=0 0 1300 1300 script type=text/ecmascript function TalkToSVG(){ if (top.document.embeds !== undefined) { var svgdoc =

[svg-developers] RENESIS 0.7

2007-07-10 Thread malutanpetronel
RENESIS 0.7 I've just installed renesis 0.7 but no svg was displayed in the IE7. The standalone player was able to open the same file ! Should I uninstall the other SVG players like Asv 3, 6 and Corel to make Renesis work ? With kind regards Petronel - To unsubscribe send a message to:

[svg-developers] Re: How to access SVG thru a Java-Applet

2006-01-31 Thread malutanpetronel
Can anyone tell me tell me how to refer the SVG if I've displayed / created it dyanamically via a php script without beeing previously saved on HDD ? MySVG = SVGName.getSVGDocument(); HOW SHOULD I DO ? Kind regards and thank you Petronel --- In svg-developers@yahoogroups.com, [EMAIL

[svg-developers] Re: SVG to DWG

2006-01-10 Thread malutanpetronel
Please tell me which is the tool SVG To PDF !? I am searching from few days and nothing to be used in a web site ! --- In svg-developers@yahoogroups.com, Holger Will [EMAIL PROTECTED] wrote: hi gauri i couldnt find any svg2dxf tool so far, but there are a few svg2pdf tools and also

[svg-developers] Re: problem with convert svg to pdf

2006-01-08 Thread malutanpetronel
Hi Any news about printing svtg to pdf ? I am kinda newbie and I t seem to be unable to find any solutin ! please help me if you can Petronel --- In svg-developers@yahoogroups.com, eric_awater [EMAIL PROTECTED] wrote: Hi, I have a problem with a SVG-file to convert to a PDF-file, the

[svg-developers] HELLO WORLD

2005-12-08 Thread malutanpetronel
Hi all I just wanted to say everybody hello ! I am glad seeing that this forum exist ! I've start recently working with SVG and now I am creating a site which is keeping some images into DB and will create some SVG based on informations extract from MYSQL with PHP. I think is a good

[svg-developers] Re: Embedding images from a database?

2005-12-08 Thread malutanpetronel
In fact inserting into BLOB it works, extracting and displaying from blob works... but creating the svg from blob field using the example provided below, will not output any image, and in IE status bar I have a msg: not well-formed line 1, column 911 In fact I think there is a syntax MISTAKE