You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using dvilualatex + dvisvgm, we get the following SVG output:
<?xml version='1.0' encoding='UTF-8'?>
<!-- This file was generated by dvisvgm 2.11.1 -->
<svgversion='1.1'xmlns='http://www.w3.org/2000/svg'xmlns:xlink='http://www.w3.org/1999/xlink'width='9.164pt'height='6.833pt'viewBox='-72.000004 -68.870364 9.164 6.833'>
<styletype='text/css'>
<![CDATA[text.f0 {font-family:AppleColorEmoji:mode=harf;language=dflt;;font-size:10px}]]>
</style>
<gid='page1'>
<textclass='f0'x='-72.000004'y='-62.037364'>😀</text>
</g>
</svg>
It gives some warning as well:
processing of PostScript specials is disabled (Ghostscript not found)
pre-processing DVI file (format version 2)
WARNING: font file 'AppleColorEmoji:mode=harf;language=dflt;.mf' not found
processing page 1
WARNING: 1 PostScript special ignored. The resulting SVG might look wrong.
graphic size: 9.198365pt x 6.858624pt (3.232856mm x 2.410531mm)
WARNING: can't embed font 'AppleColorEmoji:mode=harf;language=dflt;'
output written to 1.svg
1 of 1 page converted in 0.422046 seconds
Especially we can see that the emoji font (AppleColorEmoji) is not embedded.
For more information, the dviasm to get the following output:
This issue must be fixed in LuaTeX because the format of the font definition fnt: AppleColorEmoji:mode=harf;language=dflt; at 10pt is not supported by dvisvgm. Unfortunately, I can't be of much help here.
Using
dvilualatex
+dvisvgm
, we get the following SVG output:It gives some warning as well:
Especially we can see that the emoji font (AppleColorEmoji) is not embedded.
For more information, the
dviasm
to get the following output:The text was updated successfully, but these errors were encountered: