Bálint Szabó
Bálint Szabó
> This is the key, because chart.js explicitly [states](https://www.chartjs.org/docs/latest/configuration/responsive.html) they are sizing the canvas based on the parent element of the canvas. But if the parent is not forced to...
I have a bit different "issue" with location, but not sure where to open it @MSNev maybe you can point me in the right direction? I am intercepting some http...
thank you @MSNev in this case it makes sense
Not sure if related, but only one of the SvgDocument overloads for Open and FromSvg reads the tags for me: ``` var svgXml = new XmlDocument(); svgXml.LoadXml(svgTemplate); // svgTemplate is...
dispatching resize event is a hack and can cause problems (infinite loops) if you are already reacting in a resize handler