forked from joejulian/gio
all: rename clip.Path.End into clip.Path.Outline
Signed-off-by: Sebastien Binet <s@sbinet.org>
This commit is contained in:
committed by
Elias Naur
parent
ade248311c
commit
936eb52b7e
@@ -303,7 +303,7 @@ func textPath(buf *sfnt.Buffer, ppem fixed.Int26_6, fonts []*opentype, str []tex
|
||||
}
|
||||
x += g.Advance
|
||||
}
|
||||
builder.End().Add(ops)
|
||||
builder.Outline().Add(ops)
|
||||
return m.Stop()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user