From 1ed033065774c9cdcdc0eb916803fbc167e8051f Mon Sep 17 00:00:00 2001 From: Brad Erickson Date: Wed, 8 Jun 2016 10:26:55 -0700 Subject: build: Update emoji SVG transform Requires SCFBuild V1.0.3 due to the SVG transform moving from the tag to a new group containing everything. Details: https://github.com/eosrei/scfbuild/issues/4 --- scfbuild-osx.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'scfbuild-osx.yml') diff --git a/scfbuild-osx.yml b/scfbuild-osx.yml index 31d840b..3c8d2c2 100644 --- a/scfbuild-osx.yml +++ b/scfbuild-osx.yml @@ -7,8 +7,9 @@ color_svg_dir: build/svg-color # y+150 for correct emoji-only vertical alignment. glyph_translate_x: 0 glyph_translate_y: 150 -# y-150 for correct emoji-only vertical alignment. -color_transform: translate(0 -150) +# y-9.6 for correct emoji-only vertical alignment. +# Glyphs height is 2048, SVGs height is 64 x 2.048. +color_transform: translate(0 -9.6) # Space width matching DejaVu Sans and Bitstream Vera Sans. width_space: 561 table_name: -- cgit v1.2.3