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
{{ message }}
This repository was archived by the owner on May 29, 2020. It is now read-only.
I am using v1.6.0 for the generating glyphs from svgs.
I come across a issue, after generating glyph (using ^1.6.0) it gets distorted. but when using v0.5.4 it generates correctly.
though I examine in svg code, I found that it uses rect with matrices(including negative values)
therefore I removed matrix transformation and manually change rect to path(without matrix) then it works and glyph no longer distorted.
Distorted glyph using rect with matrix transformation
Corrected glyph using path without matrix transformation