nfroidure / svgicons2svgfont

Concatenate SVG icons and ouput an SVG font
http://nfroidure.github.io/svgiconfont/
MIT License
335 stars 72 forks source link

centerVertically ignore descent #135

Closed developer-av closed 3 years ago

developer-av commented 3 years ago

Issue

Expected behavior

image

Actual behavior

image

Steps to reproduce the behavior

const fontStream = new SVGIcons2SVGFontStream({
    normalize: false,
    fontHeight: 1000,
    descent: 160,
    centerVertically: true,
});

Debugging informations

Use cases

pioug commented 3 years ago

Thank you! It's in the version 10.0.4