The profile pic border width is currently fixed at 0.02\sidebartextwidth, which in its default implementation is about 3.5pt. Since I removed the border for my use of the CV class and I can imagine people want to configure it, I'll make it a setting. As setting it to 0pt doesn't completely remove it, I'll make the \draw command conditional.
I propose calling the setting profilepicborderwidth; I'll submit my code and a PR for you to look at shortly.
Hello again :)
The profile pic border width is currently fixed at
0.02\sidebartextwidth
, which in its default implementation is about 3.5pt. Since I removed the border for my use of the CV class and I can imagine people want to configure it, I'll make it a setting. As setting it to 0pt doesn't completely remove it, I'll make the\draw
command conditional.I propose calling the setting
profilepicborderwidth
; I'll submit my code and a PR for you to look at shortly.