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. I parsed svg that had a rect object that has no height attribute. But svgelement return me an rectangle with height 100000. Is there anyway to solve this or recognize if rect element has height or not?
The text was updated successfully, but these errors were encountered:
A rectangle without a height has a default value of 0 which is degenerate and shouldn't render. Can you give some example code or svg showing behavior which is inconsistent with the spec.
Hi. I parsed svg that had a rect object that has no height attribute. But svgelement return me an rectangle with height 100000. Is there anyway to solve this or recognize if rect element has height or not?
The text was updated successfully, but these errors were encountered: