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
When a path is scaled down with a transform the SVGLoader doesnt also scale the styles such as stroke-width
Take this svg and load it into the webgl_loader_svg example
it should appear like
But actually appears like
As you can see the circle on the left is too thick
Save the first svg from the repro steps into models/svg/svg.svg add 'svg': 'models/svg/svg.svg' into the webgl_loader_svg example file
models/svg/svg.svg
'svg': 'models/svg/svg.svg'
webgl_loader_svg
N/A
No response
0.152.2
Chrome
MacOS
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
When a path is scaled down with a transform the SVGLoader doesnt also scale the styles such as stroke-width
Reproduction steps
Take this svg and load it into the webgl_loader_svg example
it should appear like
But actually appears like
As you can see the circle on the left is too thick
Code
Save the first svg from the repro steps into
models/svg/svg.svg
add
'svg': 'models/svg/svg.svg'
into thewebgl_loader_svg
example fileLive example
N/A
Screenshots
No response
Version
0.152.2
Device
No response
Browser
Chrome
OS
MacOS
The text was updated successfully, but these errors were encountered: