Re: externalResourcesRequired and SVGLoad

> * a decision needs to be made on how to handle asynchronous fetching of  
> external resources created dynamically via code:
> -- externalResourcesRequired="true" -> synchronous ?
> -- externalResourcesRequired="false" -> asynchronous ?
> -- what if the externalResourcesRequired flag is set during an  
> asynchronous fetch?
> 
> * a decision needs to be made on how to handle an SVGLoad event  
> dynamically attached to an object after it has finished loading:
> -- should it fire immediately?
> -- never?
> -- only if any externalResources are changed and loaded?

Is there any way to detect an error (external resource not found)?

Received on Thursday, 23 October 2003 12:51:22 UTC