https://bugs.documentfoundation.org/show_bug.cgi?id=104622

            Bug ID: 104622
           Summary: Add duplicate node entry to elements in emoji.json
                    database
           Product: LibreOffice
           Version: 5.3.0.0.alpha0+
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Keywords: difficultyBeginner, easyHack, topicCleanup
          Severity: normal
          Priority: medium
         Component: LibreOffice
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

In the file sfx2/emojiconfig/emoji.json
(http://opengrok.libreoffice.org/xref/core/sfx2/emojiconfig/emoji.json), there
are certain entries which representes an emoji but with different color(skin
tone). The task is to find such emojis and add a boolean field such as:

"duplicate" : true

Add these entries to all the emoji nodes which represents same emoji with
different tone. Leave the first instance as it is, i.e. if there are 5 tones of
an emoji, add duplicate field on all instances except the first instance.

    "angel_tone1" <--{No need to add boolean field}
    "angel_tone2" <--add boolean field
    "angel_tone3" <--add boolean field
    "angel_tone4" <--add boolean field
    "angel_tone5" <--add boolean field

Reason: Emojis are rendered using font glyphs. We don’t support fonts with SVG
table on Linux or Mac. Fonts with SVG tables are so far only supported on
Windows 10 with anniversary update. "EmojiOne" font which is used in the Emoji
toolbar control provides for black and white fallback glyphs, which leaves
different tones of emoji appear same.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to