UNPKG
canvg
Version:
latest (4.0.3)
4.0.3
4.0.2
4.0.1
4.0.0
3.0.11
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.2
3.0.1
3.0.0
3.0.0-beta.4
3.0.0-beta.3
3.0.0-beta.2
3.0.0-beta.1
3.0.0-beta.0
2.0.0
2.0.0-beta.1
2.0.0-beta.0
1.5.3
1.5.2
1.5.1
1.0.0
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
JavaScript SVG parser and renderer on Canvas.
github.com/canvg/canvg
canvg/canvg
canvg
/
dist
/
Document
/
MissingGlyphElement.d.ts
6 lines
•
208 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
GlyphElement
}
from
'./GlyphElement'
;
export
declare
class
MissingGlyphElement
extends
GlyphElement
{
type
:
string
;
readonly
horizAdvX =
0
; }
//# sourceMappingURL=MissingGlyphElement.d.ts.map