Summary: | Krita assert when opening an svg that has the "color-profile" element in the code | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | mvowada <freebox64> |
Component: | File formats | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | halla |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Appimage | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
(SVG file that causes the assert)
GDB report (appimage) |
Created attachment 114934 [details]
GDB report (appimage)
Fixed in d04b9cc4819726de2b1459b620ea47980dab223d |
Created attachment 114933 [details] (SVG file that causes the assert) (checked with Krita appimage 4.2.0-pre-alpha (git 6e809bc) - Ubuntu 14.04 Unity) I'm getting an assert when I try to open an SVG file that has a "color-profile" element in the source code (see attached svg). Example of the offending bit: <color-profile name="filename.icc" xlink:href="/path/filename.icc" id="icc-profile" /> Actual Results: assert. Expected results: open the file.