Description: This is similar to bug 104403, but for SVG table instead (https://www.microsoft.com/typography/otspec/svg.htm). This might be a trickier as instead of rendering layered glyphs with different colors we will need to render SVG graphics. We already have decent SVG support, but I’m not sure how usable is it from a low level as text rendering in VCL. Steps to Reproduce: Using the bundled Emoji One font. Actual Results: Emoji glyphs are monochrome. Expected Results: They should be colored. Reproducible: Always User Profile Reset: No Additional Info: User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0
*** Bug 111872 has been marked as a duplicate of this bug. ***
*** Bug 113081 has been marked as a duplicate of this bug. ***
HarfBuzz merged a pull request recently to add support for SVG table, but require additional support to work with gz extractor. https://github.com/harfbuzz/harfbuzz/pull/874
Everyone can focusing on the following bug report at GitHub, this will discussing which API will be available for getting SVG glyphs. https://github.com/harfbuzz/harfbuzz/issues/881
(In reply to Volga from comment #4) > Everyone can focusing on the following bug report at GitHub, this will > discussing which API will be available for getting SVG glyphs. > https://github.com/harfbuzz/harfbuzz/issues/881 Does HarfBuzz 2.0 having this support? I have seen that Behdad closed it before HarfBuzz 2.0 released.
(In reply to Volga from comment #4) > Everyone can focusing on the following bug report at GitHub, this will > discussing which API will be available for getting SVG glyphs. > https://github.com/harfbuzz/harfbuzz/issues/881 HarfBuzz is already implemented.
This feature is already available in HarfBuzz since 2.1.0.
*** Bug 128473 has been marked as a duplicate of this bug. ***
*** Bug 153703 has been marked as a duplicate of this bug. ***