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
Hi, in my app I am trying to print an SVG. But when I build the page with my SVG I get the error: RangeError (length): Invalid value: Not in inclusive range 0..11399: 11403. I can't find another way to print the svg.
Smaller SVGs work, so I guess there is a size limit for the SVG in SvgImage or in the page renderer. Why is that there, and is it possible to change this limit?
Hi, in my app I am trying to print an SVG. But when I build the page with my SVG I get the error:
RangeError (length): Invalid value: Not in inclusive range 0..11399: 11403
. I can't find another way to print the svg.Smaller SVGs work, so I guess there is a size limit for the SVG in SvgImage or in the page renderer. Why is that there, and is it possible to change this limit?
The text was updated successfully, but these errors were encountered: