jantimon / iconfont-webpack-plugin

Simple icon font handling for webpack
MIT License
112 stars 38 forks source link

Icon is distorted compared to svg #25

Closed tkharuk closed 6 years ago

tkharuk commented 6 years ago

Hi,

This is probably a problem with transformer itself, but maybe someone will know how to fix this issue here?

After transforming svg to font, the result seems to be sometimes very distorted when scaled up.

Left: Font ------------- Right: SVG

screen shot 2018-06-29 at 4 12 23 pm

The problem is obvious at first glance. Are there any options or what are possible ways to eliminate this issue?

Thanks

jantimon commented 6 years ago

Which version are you using?

You could try to increase the enforcedSvgHeight setting

tkharuk commented 6 years ago

@jantimon that was v2.0.0. Haven't seen v3.0.0 is out - issue does not reproduce with updates

jantimon commented 6 years ago

Wow cool :)