New Issue Checklist
Issue Description and Steps
In some cases when the SVG's width/height is set to auto the app crashes: example svg
*** Terminating app due to uncaught exception 'CALayerInvalidGeometry', reason: 'CALayer position contains NaN: [nan nan]'
I've found that if in CSSPrimitiveValue.m in the case of the unhandled CSS_STRING I return a non-zero value (f.e. 600) the app works correctly and SVG is rendered correctly.
New Issue Checklist
Issue Description and Steps
In some cases when the SVG's width/height is set to
autothe app crashes: example svg*** Terminating app due to uncaught exception 'CALayerInvalidGeometry', reason: 'CALayer position contains NaN: [nan nan]'
I've found that if in
CSSPrimitiveValue.min the case of the unhandledCSS_STRINGI return a non-zero value (f.e. 600) the app works correctly and SVG is rendered correctly.