Hi all,

I need help figuring out why SVG image was not rendered. Here is the
setup:

Using GWT, I have a simple app with client side java only, and in the
host page of the app I have a single SVG file.

Testing the app in Development mode works properly, the image shows in
the locally deployed app.

The next step is deploying the app on appspot.com. Compilation works,
and app deployes, but  instead of rendering an image of 265x50, the
image renders as broken URL, with size 18x50. On inspection of the
elements of the page/resources, it shows that there is a problem with
the image, and the image is reported as not found on the Google App
Engine servers:
"Error: Not Found

The requested URL /IS_Balanced%20Logo_3.svg was not found on this
server."


Anyone seeing this problem? Any ideas?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to