Re: [svg-developers] Hyperlinks problem in SVG

2006-03-25 Thread Ahmed Salman
Hi AJ! links work on my machine in IE6... u can check SVG specification at http://www.w3.org/TR/SVG11/linking.html can u paste the sample SVG which you are generating after applying transformation? Salmi On 3/25/06, djaj_75 [EMAIL PROTECTED] wrote: Hello, I´ve got problems with

Re: [svg-developers] Re: problem in rendering SVGT on K600! please help folks!

2005-11-25 Thread Ahmed Salman
Hi Tomi! I am experiencing the same problem that my K750i browser gets crashed when it receives dynamically generated SVG content. Are you able to solve the problem? Please let me know! Salmi On 11/15/05, tom larsson [EMAIL PROTECTED] wrote: Hi! Any SVG UA requires namespace declaration,

Re: [svg-developers] using tspan element with dx,dy!

2005-11-08 Thread Ahmed Salman
A correction: == SECOND PART == svg width=200px height=100px viewBox=0 0 200 100 titleVertical positioning with dy/title text x=10 y=30 style=font-size:12pt;T/text text x=10 y=*34* style=font-size:12pt;e/text text x=10 y=*42* style=font-size:12pt;x/text text x=10

[svg-developers] Problem in generating scalable SVG content for mobiles using XSLT? Please help!

2005-11-02 Thread Ahmed Salman
Hi! I am running a simple style sheet on SVG content to generate scalable SVGT content by setting width and height 100%. The problem is when I apply the style sheet on the INPUT SVG CONTENT, it generate the outout and set the width and height as 100%. However it also copy many unwanted namespace

[svg-developers] JPEG,PNG to SVG conversion!

2005-10-31 Thread Ahmed Salman
Hello! I apologize in advance if I am asking the same question again. Is there any Java based tool which can translate (e.g. via Java API calls ) raster image formats (JPEG, PNG) into SVG? The idea is: Since SVG graphic images are compact than PNG, JPEG; so if a mobile device support SVG then

[svg-developers] Embedded SVG!

2005-08-16 Thread Ahmed Salman
Hi! I am wrapping SVG icons inside XHTML using object. When mouse pointer comes over the SVG icon, browser displays the associated link in the task bar. However when I click on the embedded SVG icon, it does not link to the URL. Am I doing something wrong? Attached are the xhtml and svg image

[svg-developers] Multilingual support in SVG Tiny?

2005-08-10 Thread Ahmed Salman
Hi! I am downloading the following sample code in Sony Ericsson K750i which should display text either in UK english, US english or Spanish based on viewers language preferences. !DOCTYPE svg PUBLIC -//W3C//DTD SVG 1.0//EN http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd; svg

Re: [svg-developers] Very Basic Problem while Running XSL style sheet on SVG!

2005-08-09 Thread Ahmed Salman
xs:simpleType xs:restriction base=xs:NMTOKEN xs:enumeration value=100/ xs:enumeration value=115/ /xs:restriction /xs:simpleType /xs:attribute xs:attribute name=dx type=xs:byte/ /xs:extension /xs:simpleContent /xs:complexType /xs:schema Ahmed

[svg-developers] How to link views using element ID in SVG?

2005-08-03 Thread Ahmed Salman
Hi! I want to link to a particular view of SVG document by referring an element ID like a xlink:href=SVGDoc.svg#elementID. But IE 6.0 gives me the error message that it cannot find the file. Make sure the path is correct. However when I access a xlink:href=SVGDoc.svg, then browser links with the

[svg-developers] SVG Fonts

2005-07-28 Thread Ahmed Salman
Hi All! I am a novice in SVG. I want to transform the existing SVG 1.1 content (e.g. an image) into SVGT 1.1 at run time. I am stuck in a very basic problem. I have a very simple SVG file who displays text on the PC screen but its not displaying it on the mobile phone although I embed the

Re: [svg-developers] SVG Fonts

2005-07-28 Thread Ahmed Salman
1.1 (true/false) Is there any way to get the information about SVGT feature support in a specific model? Salmi! On 7/28/05, Holger Will [EMAIL PROTECTED] wrote: Ahmed Salman schrieb: Hi All! I am a novice in SVG. I want to transform the existing SVG 1.1 content (e.g. an image

[svg-developers] SVG Fonts!

2005-07-27 Thread Ahmed Salman
Hi All! I am a novice in SVG. I want to transform the existing SVG 1.1 content (e.g. an image) into SVGT 1.1 at run time. I am stuck in a very basic problem. I have a very simple SVG file who displays text on the PC screen but its not displaying it on the mobile phone although I embed the