static public SvgPlayer getSvgPlayer(){
return svgPlayer;
}
public Balise parse(File f) throws IOException {
Svg svg=null;
LogManager.getLogger(f.getCanonicalPath()).changeID("parse");
SAXParserFactory factory = SAXParserFactory.newInstance();
if (!f.exists()){
throw new FileNotFoundException("le fichier "+f.getAbsolutePath()+" est introuvable");