jsPDF
jsPDF copied to clipboard
feat: rgb + hex format in getTextColor()
Fixes: #3753
this pr fixes the return value of the getTextColor(), where the default value is set to be 0, if 1 is passed then rgb value is returned else a hex value is returned
hex with getTextColor()
rgb with getTextColor(1)