---
title: missing-glyph
slug: Web/SVG/Element/missing-glyph
tags:
- SVG
- SVG容器
- 元素
- 需要兼容性表
- 需要示例
translation_of: Web/SVG/Element/missing-glyph
---
{{SVGRef}}
如果对于给定的字符,字体没有定义一个合适的 {{ SVGElement("glyph") }},那么就会呈现missing-glyph
元素的内容。
用法
{{svginfo}}
示例
属性
全局属性
- 核心属性 »
- 外观属性 »
- {{ SVGAttr("class") }}
- {{ SVGAttr("style") }}
专有属性
- {{ SVGAttr("d") }}
- {{ SVGAttr("horiz-adv-x") }}
- {{ SVGAttr("vert-origin-x") }}
- {{ SVGAttr("vert-origin-y") }}
- {{ SVGAttr("vert-adv-y") }}
DOM 接口
该元素实现了SVGMissingGlyphElement
接口。
相关内容
- {{ SVGElement("font") }}
- {{ SVGElement("glyph") }}
- SVG教程:SVG字体