Code

more correct whitespace handling per http://www.w3.org/TR/SVG11/text.html#WhiteSpace...
authorbuliabyak <buliabyak@users.sourceforge.net>
Sat, 10 Feb 2007 20:39:52 +0000 (20:39 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Sat, 10 Feb 2007 20:39:52 +0000 (20:39 +0000)
commitefe7bbfa8afcaf45ab2bb883e49424189e8a7e3e
tree023525f3211c00ec20788245716216a6d5fdc290
parentef9ea67d077bf2cbec9eaa47e057e7ac6559e34c
more correct whitespace handling per w3.org/TR/SVG11/text.html#WhiteSpace, fixes what remains of bug 1614678. Note that our parser does not seem to fully comply - it does not convert 0xd into 0xa, so here we must handle both.
src/sp-string.cpp