https://bugs.kde.org/show_bug.cgi?id=445551
Bug ID: 445551 Summary: Missing of slash '/' to terminate the HTML Bold mode in the description text Product: krita Version: 5.0.0-beta1 Platform: macOS (DMG) OS: macOS Status: REPORTED Severity: normal Priority: NOR Component: General Assignee: krita-bugs-n...@kde.org Reporter: hoangduytran1...@gmail.com Target Milestone: --- Created attachment 143598 --> https://bugs.kde.org/attachment.cgi?id=143598&action=edit Image showing the <b>L<b> with the missing '/' in the ending </b> bold mode SUMMARY *** NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols. See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports *** There is a missing '/' in the ending '</b>' for the HTML tag for the text: <b><a href="https://en.wikipedia.org/wiki/Lab_color_space">L*a*b</a></b>. <b>L<b> stands for Lightness, the <b>a</b> and <b>b</b> components represent color channels.<br/>L*a*b is a special model for color correction. It is based on human perception, meaning that it tries to encode the difference in lightness, red-green balance and yellow-blue balance. This makes it useful for color correction, but the vast majority of color maths in the blending modes do <b>not</b> work as expected here.<br/>Similarly, Krita does not support HDR in LAB, meaning that HDR images converted to LAB lose color information. This colorspace is <b>not</b> recommended for painting, nor for export, but best as a space to do post-processing in. The TRC is assumed to be the L* TRC. in the source file libs/ui/widgets/kis_advanced_color_space_selector.cc STEPS TO REPRODUCE 1. Open Krita 2. Start with a new document File->New, in the 'Dimensions' tab, press the button 'Color Space Browser' 3. Select 'L*a*b*/Alpha' for the 'Model' and read the lines after the 'Copyright: No copyright, use freely' OBSERVED RESULT After the letter 'L', all text are STILL in BOLD mode, due to the missing '/' to terminate the 'Bold' mode. EXPECTED RESULT After the letter 'L', all text are in NORMAL mode. SOFTWARE/OS VERSIONS macOS: 10.15.7 ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.