Closed samliddicott closed 5 months ago
Try:
echo "and over" | ./.local/go/bin/goat /dev/stdin > x.svg
the letter o alone is transformed into a large circle, the rest of the text is fine.
Other cases of unwanted transformation from text to graphics:
v - isolated letter 'v' Alice v. CLS - "Alice vs. CLS" appears as expected, ordinary text
Try:
echo "and over" | ./.local/go/bin/goat /dev/stdin > x.svg
the letter o alone is transformed into a large circle, the rest of the text is fine.