Skip to content

Commit

Permalink
Revert "json-check: geometry at lower-left corner"
Browse files Browse the repository at this point in the history
This reverts commit 09c73ba.
This does not work on Fedora (wayland).
  • Loading branch information
rurban committed Oct 20, 2023
1 parent 2584efe commit 81afe4d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions json-check
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,9 @@ if [ -f "$b.dwg" ] && [ -n "$r" ]; then
11) r=12 ;;
esac
if [ -x "$TeighaFileConverter" ] && [ "$can_teigha" = "1" ]; then
echo timeout 30 "$baseFileConverter" . . "ACAD$r" DXF 0 1 "$b.dwg" \
-geometry 150x150+0-0
echo timeout 30 "$baseFileConverter" . . "ACAD$r" DXF 0 1 "$b.dwg"
timeout 30 "$TeighaFileConverter" . . "ACAD$r" DXF 0 1 "$b.dwg" \
-geometry 150x150+0-0 >/dev/null 2>/dev/null
>/dev/null 2>/dev/null
rm "$b.json.err" 2>/dev/null
if [ -e "./$b.dxf.err" ]; then
echo "$d" >"$b.json.err"
Expand Down

0 comments on commit 81afe4d

Please sign in to comment.