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
We do not want svg elements to appear stretched, so the svg viewbox should match the users screen dimensions.
This will involve reading setting the viewbox based on user window dimensions, adjusting the hook that reads user coordinates, and changing how we bring in data. The data will have to be converted from a standard (100x100 like we have now works) to the new coordinates.
The text was updated successfully, but these errors were encountered:
We do not want svg elements to appear stretched, so the svg viewbox should match the users screen dimensions.
This will involve reading setting the viewbox based on user window dimensions, adjusting the hook that reads user coordinates, and changing how we bring in data. The data will have to be converted from a standard (100x100 like we have now works) to the new coordinates.
The text was updated successfully, but these errors were encountered: