angular-fabric
angular-fabric copied to clipboard
Active pathgroup became transparent
I faced with issue when pathgroup elements become discolored. It happens when pathgroup was selected right after other element with existing 'fill' property.
Can you please modify condition here https://github.com/michaeljcalkins/angular-fabric/blob/master/assets/fabricDirective.js#L75
to something like this
if (typeof newVal === 'string' && newVal !== undefined && newVal !== '') {
?
Oh, sorry, I forgot. HUGE THANKS FOR YOUR WORK!