5 lines
172 B
Text
5 lines
172 B
Text
|
- blob = viewer.blob
|
||
|
- data = sanitize_svg_data(blob.data)
|
||
|
.file-content.image_file
|
||
|
%img{ src: "data:#{blob.mime_type};base64,#{Base64.encode64(data)}", alt: blob.name }
|