Skip to content

Commit

Permalink
Add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
skef committed Nov 21, 2020
1 parent 97d7bdf commit dc98c5a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/test933.py
@@ -0,0 +1,11 @@
# Test for SplineSetJoin Expand Stroke logic

import fontforge
font = fontforge.font()
glyph = font.createChar(0x30)
pen = glyph.glyphPen()
pen.moveTo((0, 0))
pen.lineTo((1, 0))
pen.lineTo((0, 0))
pen.endPath()
glyph.stroke('circular', 1, 'round')

0 comments on commit dc98c5a

Please sign in to comment.