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
Transform the way we select the element to build the frame from so we can apply the frame to any elements on the page.
Right now the SVG is fixed but we need to change it in order to apply the custom frame.
Base idea
Just pass a selector and let JavaScript calculate the size. Alternatively, since buildFrame() accepts an SVG ID, we could traverse the DOM to find the sibling.
The text was updated successfully, but these errors were encountered:
Transform the way we select the element to build the frame from so we can apply the frame to any elements on the page.
Right now the SVG is fixed but we need to change it in order to apply the custom frame.
Base idea
Just pass a selector and let JavaScript calculate the size. Alternatively, since
buildFrame()
accepts an SVG ID, we could traverse the DOM to find the sibling.The text was updated successfully, but these errors were encountered: