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 has been 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
The text was updated successfully, but these errors were encountered:
sachinsingh007
changed the title
Generate glyphs gets distorted after generating from SVG having handling matrixes (with negative values) with version 1.6.0
Glyphs gets distorted after generating from SVG having handling matrixes (with negative values) with version 1.6.0
Feb 25, 2019
sachinsingh007
changed the title
Glyphs gets distorted after generating from SVG having handling matrixes (with negative values) with version 1.6.0
Glyphs gets distorted after generating from SVG ( having matrixes with negative values using version 1.6.0)
Feb 25, 2019
Hi,
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
The text was updated successfully, but these errors were encountered: