@DD: That image is buggy, if you look at they style attribute on the <svg> tag it has max-with and max-height defined without units. That's why it gets blown up. And note that it only gets blown up in Firefox, not Chrome. Probably the ebook authors only tested it on webkit based rendering engines (which botht he calibre viewer and chrome have), which are more common so that's why they didn't notice the problem. In any case if you fix the max-width it will be fine in firefox as well.
|