summaryrefslogtreecommitdiff
path: root/src/sfnt/ttsvg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sfnt/ttsvg.c')
-rw-r--r--src/sfnt/ttsvg.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/sfnt/ttsvg.c b/src/sfnt/ttsvg.c
index f4a85ca96..e8dcac908 100644
--- a/src/sfnt/ttsvg.c
+++ b/src/sfnt/ttsvg.c
@@ -328,10 +328,6 @@
FT_TRACE5(( "svg_document:\n%.*s\n", doc_length, doc_list ));
glyph->other = svg_document;
- glyph->metrics.horiAdvance *= ((float)glyph->face->size->metrics.x_ppem)/
- ((float)glyph->face->units_per_EM) * 64.0;
- glyph->metrics.vertAdvance *= ((float)glyph->face->size->metrics.y_ppem)/
- ((float)glyph->face->units_per_EM) * 64.0;
return FT_Err_Ok;
}