0

I coded some svg images for a project i'm working on. But when i try to put them on a screen(form) in the netbeans software (j2me), it says "the image is not SVG Tiny compliant". I've even tried testing with svg images from Sun's WTK demo's THAT WORK when deployed but it says the same thing. Any ideas on whats gone wrong?

tshepang
  • 12,111
  • 21
  • 91
  • 136
CSFYPMAIL
  • 39
  • 3
  • 6
  • Just to clarify, are you saying that the WTK demo SVG files also display the error when launched from netbeans? – izb Oct 06 '09 at 09:59

1 Answers1

2

Well you have to realize there is a difference between SVG and SVG Tiny, wikipedia kinda explains that.

Honza
  • 4,349
  • 2
  • 24
  • 40