[svg-developers] Problem with printing quotes in function parameter

2006-08-05 Thread Baris Yilmaz
Hi, I have a basic question. I am using Java to create a svg document. I created an element with org.w3dom. Then I try to add an eventhandler onfiltered= openWin('punkt_id') to an element, like; org.w3.dom.Element a = document.createElementNS(null, circle); a.setAttributeNS(null,

Re: [svg-developers] Problem with printing quotes in function parameter

2006-08-05 Thread Baris Yilmaz
Sorry, I made a mistake, the eventhandler is not onfiltered , it is onclicked ! :) onclicked=openWin(quot;punkt_idquot;) Baris Yilmaz [EMAIL PROTECTED] wrote: Hi, I have a basic question. I am using Java to create a svg document. I created an element

Re: [svg-developers] Re: Save modified SVG file permanently

2006-07-02 Thread Baris YILMAZ
PROTECTED] wrote: --- In svg-developers@yahoogroups.com, Baris YILMAZ [EMAIL PROTECTED] wrote: I have a question regarding my SVG file, which has some Javascript functions which manupulate individual tag attributes.I create the SVG file with Java. I can

[svg-developers] Save modified SVG file permanently

2006-07-01 Thread Baris YILMAZ
Hi, I have a question regarding my SVG file, which has some Javascript functions which manupulate individual tag attributes.I create the SVG file with Java. I can change the attributes of the tags, and it will be displayed correctly as I want. How can I achieve that these modifications are

Re: [svg-developers] Re: Patterns not shown...

2006-06-11 Thread Baris YILMAZ
@yahoogroups.com, Baris YILMAZ [EMAIL PROTECTED] wrote: I have the below file, which I found in a tutorial. But my browsers don't show the pattern. I just see my shape. But, In IE I see a fully black painted ellipse, not any patterns filled.Could anyone tell me what is the problem here ? I

[svg-developers] Firefox doesn't show SVG

2006-06-10 Thread Baris YILMAZ
Hi, I am a newbie in SVG. I have a problem with firefox and svg. If I want to view the below svg file with firefox, I always get the message like There are no Style informations connected to this document. Only the tree structure will be shown and I only get the svg text document viewed.

[svg-developers] Patterns not shown...

2006-06-10 Thread Baris YILMAZ
Hi, I have the below file, which I found in a tutorial. But my browsers don't show the pattern. I just see my shape. In Firefox I see a blank shape. I googled this an found out that FF doesn't support patterns yet.. But, In IE I see a fully black painted ellipse, not any patterns filled.Could

Re: [svg-developers] Re: Firefox doesn't show SVG

2006-06-10 Thread Baris YILMAZ
attribute. Similarly, in XHTML, you are supposed to have html xmlns=http://www.w3.org/1999/xhtml;, to let the browser know you are using elements from the XHTML application. --- In svg-developers@yahoogroups.com, Baris YILMAZ [EMAIL PROTECTED] wrote: Hi, I am a newbie in SVG. I have