summaryrefslogtreecommitdiff
path: root/test/test1007.py
blob: 08efe56e199786c34f19247fb709737c2566de50 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/local/bin/fontforge
#Needs: fonts/ayn+meem.init.svg

# At one point splinestroke failed if the first spline on a contour had a length of 0

import fontforge;

font=fontforge.font();
a = font.createChar(65);
a.importOutlines("fonts/ayn+meem.init.svg");