Comment 7 for bug 415374

Revision history for this message
su_v (suv-lp) wrote : Re: PNG bitmaps embedded in SVGs not viewable in browsers

1) Embed function:
Inkscape 0.46: 'Effects > Images > Embed All Images'
<http://tavmjong.free.fr/INKSCAPE/MANUAL/html/Effects-Images.html>
Inkscape 0.47pre: 'Extensions->Images->Embed Images…'

2) image properties:
- select the image and read the status line: all info (linked, embedded, size is displayed for the currently selected image)
- 'Image Properties' (right-click on image) shows the URL for linked images
- 'Edit > XML Editor…', compare linked (xlink:href="path_to_your_image_file.png") and embedded (xlink:href="data:image/PNG;base64,...") image in the xml tree viewer

3) If you think the UI needs to be improved, it would be helpful to attach a mockup.