mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Build crengine against LunaSVG instead of NanoSVG. Includes: - SerialBuf: allow serializing longer strings - Support '<img src="data:image/svg+xml,<svg...', remove ;-cr-plain, - CSS: attribute selectors: accept ' or " as the quote char - Embedded fonts: fix ignored name when sharing same url - LVImg: fix possible crash on GIF images - Fonts: DrawTextString(): allow collecting glyphs as SVG paths - Images parsing: cache native sizes - SVG: enhanced SVG support with LunaSVG extended - Add ldomNode::isImage(), handle <object> and <embed> as images - Handle the <svg> element as an SVG image - Support SVG images as first class documents Make credocument the preferred engine for .svg files.