Copyright (c) Xoetrope Ltd., 2001-2006 License: see license.txt
102103104105106107108109110111112
if ( image != null ) return image; if ( convert ) { if ( imageConverter == null ) imageConverter = new SvgImageTranscoder(); URL url = currentProject.findResource( imagePath.substring( 0, imagePath.lastIndexOf( '.' )) + ".svg" ); if ( url != null ) { String urlStr = url.getPath(); String resName = urlStr;