[Catalyst] Catalyst, Firefox and SVG

Andy Grundman andy at hybridized.org
Fri Dec 9 05:40:11 CET 2005


Andy Grundman wrote:
> MyApp->config->{static}->{mime_types} = {
>     svg => 'image/svg+xml',
> };

Oh and I should say, that even though you have the type specified in 
your html file, Static::Simple serves unknown types as text/plain, which 
is most likely where the problem comes from.

-Andy



More information about the Catalyst mailing list