https://bugs.kde.org/show_bug.cgi?id=487866
Freya Lupen <penguinflyer2...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|REPORTED |CONFIRMED CC| |penguinflyer2...@gmail.com --- Comment #2 from Freya Lupen <penguinflyer2...@gmail.com> --- Confirmed on 5.2.3, importing shape.kpp and selecting it gives all those warnings. I think it might be related to an issue in how "Texture/Pattern/PatternMD5" is being saved. In the test brush shape.kpp, it's a string "<![CDATA[XXX]]>" where XXX is unprintable control characters that break XML parsing. In the default brush "g) Dry Textured Creases" it's a bytearray "4N3Zfs+z3ckn4Al2hcS8OA==". But if you save a copy of that default brush, it also gets saved as a cstring, and it also shows the same behavior. Related bug reports: BUG:456586, BUG:456197 -- You are receiving this mail because: You are watching all bug changes.