C
Chameleon
I want to display SVG files in my mobile program.
I saw that many similar programs use these 2 lines.
--------------------------------
import javax.microedition.m2g.*;
import org.w3c.dom.svg.*;
--------------------------------
but I cannot use it in my program because there is no such package.
So, is there somewhere out there an open-source implementation of these
packages? Or it is implemented in mobile phone's hardware?
Lot of thanks for help
Lot of sorry for continue bother you.
I saw that many similar programs use these 2 lines.
--------------------------------
import javax.microedition.m2g.*;
import org.w3c.dom.svg.*;
--------------------------------
but I cannot use it in my program because there is no such package.
So, is there somewhere out there an open-source implementation of these
packages? Or it is implemented in mobile phone's hardware?
Lot of thanks for help
Lot of sorry for continue bother you.