You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are testing using the non-minified version of html2canvas and checked any potential issues reported in the console
Bug reports:
I'm exporting a canvas of Kibana and it is failing when parsing the style
CSSParsedDeclaration.transitionDuration = "0.15s, 0.15s, 0.15s, 0.15s" Tokens parsed out too.
When it reaches parseComponentValue it triggers throw new SyntaxError(Error parsing CSS component value, multiple values found when expecting only one); Because of {type: 4}.
Please make sure you are testing with the latest release of html2canvas.
Old versions are not supported and issues reported for them will be closed.
Please follow the general troubleshooting steps first:
Bug reports:
I'm exporting a canvas of Kibana and it is failing when parsing the style
CSSParsedDeclaration.transitionDuration = "0.15s, 0.15s, 0.15s, 0.15s" Tokens parsed out too.
When it reaches parseComponentValue it triggers
throw new SyntaxError(
Error parsing CSS component value, multiple values found when expecting only one);
Because of {type: 4}.PR that caused this #2632
Specifications:
The text was updated successfully, but these errors were encountered: