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
@z3dev It also happens to me with jscad-react, only locally, not in codesandbox, so I'm not sure it's related to jscad-now specifically. I'll try to reproduce it using the built-in web viewer and close if not successful.
Expected Behavior
2D geometry should show on the grid
Actual Behavior
Examples from openjscad.xyz or any 2D geometry are not being rendered when I'm working locally using
jscad-now
Steps to Reproduce the Problem
polygon({ points: [[-3, -1], [3, -1], [3.5, 2], [1.5, 1], [0, 2], [-1.5, 1], [-3.5, 2]] })
jscad-now
orjscad-react
locallySpecifications
The text was updated successfully, but these errors were encountered: