The line annotation is now a rectangular path. This means the drop shadow works perfectly, but also that we use fill instead of stroke. This means we lose the ability to apply a dash-array property. I think we can bring that functionality back with a later PR for both arrows and lines.
The line annotation is now a rectangular path. This means the drop shadow works perfectly, but also that we use
fill
instead ofstroke
. This means we lose the ability to apply adash-array
property. I think we can bring that functionality back with a later PR for both arrows and lines.