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
The value this.style in the dependency does not seem to be set - it may have to be initialized by adding a CSSStyleDeclaration to the JSAPI constructor.
I have multiple images with inline
style="..."
elements e.g.When running s2v I get
Error Cannot read property 'hasStyle' of undefined while converting file /.../mysvg.svg
When I remove the
style="overflow:visible;
it works (but the image looks not as the original of course)Do you know why that error occurs?
The text was updated successfully, but these errors were encountered: