Skip to content
Commit cce6b24f authored by Arjen Hiemstra's avatar Arjen Hiemstra Committed by Nate Graham
Browse files

FrameSvg: Replace a bunch of check-and-fetch with fetch-and-validate

Svg::hasElement fetches the size of the element and returns if that size
is valid. So rather than doing the fetch twice, we can fetch the size
and check if it's valid ourselves, removing a redundant size fetch.
parent 387200c0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment