We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The value of the size cannot be displayed just after loading, But scrolling the mouse to zoom can be displayed;
Just loaded:
When I scroll the mouse:
The text was updated successfully, but these errors were encountered:
"three": "0.125.0", "three-dxf": "1.3.1",
Sorry, something went wrong.
It looks like the font library is loading asynchronously, so I added a delay to it,It worked!
const ver = new Viewer(dxf, document.getElementById('cad-view'), width, height, font); setTimeout(()=> { ver.render() }, 300)
No branches or pull requests
The value of the size cannot be displayed just after loading, But scrolling the mouse to zoom can be displayed;
Just loaded:
When I scroll the mouse:
The text was updated successfully, but these errors were encountered: