remove road-width debug

This commit is contained in:
Daniel Barlow 2025-06-09 22:06:07 +01:00
parent 988a30801b
commit 13d56d59ba

View File

@ -159,7 +159,7 @@ label.readout {
:secondary 14
:cycleway 4
:footway 4
other (do (print "highway " other) 12))))
other 12)))
(fn cairo-road-path [g [[sx sy] & points] bounds width]
(g:save)