Netbeans J2ME SVG Compliance - Stack Overflow most recent 30 from stackoverflow.com2009-12-01T13:22:35Zhttp://stackoverflow.com/feeds/question/425757http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/425757/netbeans-j2me-svg-compliance0Netbeans J2ME SVG ComplianceCSFYPMAIL2009-01-08T20:25:16Z2009-10-06T09:00:06Z
<p>Hello guys, 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 <strong>THAT WORK</strong> when deployed but it says the same thing. Any ideas on whats gone wrong? Thanks.</p>
http://stackoverflow.com/questions/425757/netbeans-j2me-svg-compliance/429371#4293710Answer by Honza for Netbeans J2ME SVG ComplianceHonza2009-01-09T19:30:16Z2009-01-09T19:30:16Z<p>Well you have to realize there is a difference between <strong>SVG</strong> and <strong>SVG Tiny</strong>, <a href="http://en.wikipedia.org/wiki/SVG_Tiny" rel="nofollow">wikipedia</a> kinda explains that.</p>