thunderbird-patch-review

Easy-to-use patch review interface for Thunderbird

Contribute: ~marcc/thunderbird-review-plugin@lists.sr.ht

git clone git://mccd.space/thunderbird-patch-review

review.svg (623B)

      1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
      2   <!-- Speech bubble: a review comment on a diff. -->
      3   <path d="M7 3h18a5 5 0 0 1 5 5v11a5 5 0 0 1-5 5H15l-7 7v-7H7a5 5 0 0 1-5-5V8a5 5 0 0 1 5-5z"
      4         fill="#3b7bd4"/>
      5   <!-- Deleted line -->
      6   <path d="M9 10.5h7" stroke="#ffb1aa" stroke-width="3" stroke-linecap="round" fill="none"/>
      7   <!-- Added line -->
      8   <path d="M9 16.5h10" stroke="#8fe6a4" stroke-width="3" stroke-linecap="round" fill="none"/>
      9   <!-- Context line -->
     10   <path d="M20 10.5h3" stroke="#ffffff" stroke-opacity="0.55" stroke-width="3"
     11         stroke-linecap="round" fill="none"/>
     12 </svg>