gifshot icon indicating copy to clipboard operation
gifshot copied to clipboard

Ability to add stroke to text

Open Benjaki2 opened this issue 6 years ago • 1 comments

  • Add textStrokeWidth option
  • Add textStrokeColor option

Benjaki2 avatar Apr 06 '18 18:04 Benjaki2

added this ctx.strokeStyle = 'red'; ctx.lineWidth = 3; ctx.strokeText(textToUse, textXCoordinate, textYCoordinate); on line 1843

ahmedghazi avatar Jan 15 '19 16:01 ahmedghazi