#! /bin/bash
# Last edited on 2025-07-21 20:06:47 by stolfi

source define-points.sh

?? UPDATE annotate-pic.sh: -L,-CL -> -LD,-LC; stroke width, font size
annotate-pic.sh \
    unicamp-12-mark.png 20 Black Yellow \
    -color Orange -strokewidth 4 \
    -S  ${SS[@]} \
    -S  ${ST[@]} \
    -color Orange -strokewidth 2 \
    -L  538   66    538   68   1 \
    -L  772  272    774  272   1 \
    -L  943  485    943  487   1 \
    \
    -color Red -strokewidth 4 \
    -S  783  408    750  427 \
    -S  781  401    747  421 \
    \
    -S  743  433    727  444 \
    -S  740  427    724  438 \
    \
    -S  720  449    708  457    707  460   705  462    701  472 \
    -S  717  443    705  451    700  452   699  459    695  469 \
    \
    -S  696  484    689  499 \
    -S  690  481    683  496 \
    \
    -S  686  506    679  521 \
    -S  680  503    673  518 \
    \
    -S  676  528    623  647    552  811   ${RIB[@]} \
    -S  670  525    617  644    546  808   ${RIA[@]} \
    \
    -color Red -strokewidth 2 \
    -L  659  613    661  613   2 \
    \
    -color Red -strokewidth 4 \
    -S  573  412    602  402    606  395 \
    -S  600  396    772  348 \
    -color Red -strokewidth 2 \
    -L  680 351     678  351   4 \
    \
    -color Red -strokewidth 4 \
    -S  ${EA[@]} ${SE[@]} ${EB[@]} \
    -color Red -strokewidth 2 \
    -L  636  423   638  423   3   \
    \
  > unicamp-12-newroads.png
