Dispachter not caching *.svg files under /etc/designs/default
I have added the below in dispacther.any
/0112 { /type "allow" /glob "* /etc/designs/default/img/*" } # mapping for images
/0044 { /type "allow" /glob "* *.svg *" } # svg image
problem:-
but don't see the dispatcher cache the below images
/etc/designs/default/img/logo-app-mobile.svg
/etc/designs/default/img/logo-app.svg
I see chacing happening only for the image
/etc/designs/default/img/logo.png
could some one help me as how i could resolve this