Skip to content
Snippets Groups Projects
Commit 333c7704 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

pfeil now using sqrt(xm*ym) instead of fm

breaks compatibility for some old figures,
but it is so much an improvement ...
parent 1a724a4a
No related branches found
No related tags found
No related merge requests found
......@@ -1390,7 +1390,8 @@ WuGdict11a begin
grestore
} def
/pfeil { % x[local] y[local] rot siz len[global]
fm 5 copy
% fm 5 copy % replaced by the following line 10jan13
dup xm x ym mul sqrt 5 copy
pop pfeilspitze
x pop
x 4 2 roll % len rot x y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment