/usr/bin/ttf2svg is in libbatik-java 1.9-3.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | #!/bin/sh
# Include the wrappers utility script
. /usr/lib/java-wrappers/java-wrappers.sh
find_java_runtime
find_jars xercesImpl batik-all
run_java org.apache.batik.apps.ttf2svg.Main "$@"
|