[android-developers] Re: How to convert xml to svg in Android

2010-10-09 Thread DanH
> Isn't svg based on xml ? >From what little I understand, yes. Examine the file with a source browser and see if it looks OK. On Oct 8, 11:01 pm, 大风 wrote: > Now I just parse the svg file the same way as xml file , in order to > get some information and the draw the picture on the Android by >

[android-developers] Re: How to convert xml to svg in Android

2010-10-08 Thread 大风
Now I just parse the svg file the same way as xml file , in order to get some information and the draw the picture on the Android by myself , I can parse xml file but failed in svg file , Isn't svg based on xml ? On Oct 8, 11:43 pm, DanH wrote: > If at all possible you should use a utility to con

[android-developers] Re: How to convert xml to svg in Android

2010-10-08 Thread DanH
If at all possible you should use a utility to convert the SVG to some other format before loading it onto the phone. On Oct 8, 9:11 am, 大风 wrote: > So I want to write it myself, there are already apps that implement it > but no source code. > > On Oct 8, 9:15 pm, jamesc wrote: > > > Android doe

[android-developers] Re: How to convert xml to svg in Android

2010-10-08 Thread 大风
So I want to write it myself, there are already apps that implement it but no source code. On Oct 8, 9:15 pm, jamesc wrote: > Android doesn't currently have SVG > support:http://developer.android.com/guide/appendix/media-formats.html > > On Oct 8, 1:03 pm, 大风 wrote: > > > > > Well,Now I want to

[android-developers] Re: How to convert xml to svg in Android

2010-10-08 Thread jamesc
Android doesn't currently have SVG support: http://developer.android.com/guide/appendix/media-formats.html On Oct 8, 1:03 pm, 大风 wrote: > Well,Now I want to parse the svg file in Android.What do I need to do? > On Oct 8, 7:06 pm, DanH wrote: > > > > > Rename it from .xml to .svg? (Of course, th

[android-developers] Re: How to convert xml to svg in Android

2010-10-08 Thread 大风
Well,Now I want to parse the svg file in Android.What do I need to do? On Oct 8, 7:06 pm, DanH wrote: > Rename it from .xml to .svg?  (Of course, this will only work if it's > the valid XML for an SVG image.) > > On Oct 8, 2:12 am, 大风 wrote: > > > > > How to convert xml to svg in Android, Anybod

[android-developers] Re: How to convert xml to svg in Android

2010-10-08 Thread DanH
Rename it from .xml to .svg? (Of course, this will only work if it's the valid XML for an SVG image.) On Oct 8, 2:12 am, 大风 wrote: > How to convert xml to svg in Android, Anybody anyideas? -- You received this message because you are subscribed to the Google Groups "Android Developers" group.