hi

how can i include a svg (or maby even svgz) file in view?
can i do something similar as with image
<img src="{{=URL('download', args=row.table.logo_image)}}" />

i tried this 

  <object type="image/svg+xml"    
    data="{{=URL('download', args=row.table.logo_svg)}}">
  <span/></object>

but it doesn't work

andrej

Reply via email to