Search Issue Tracker
Active
Under Consideration for 6000.6.X
Votes
0
Found in
6000.3.0b4
6000.4.0a1
6000.5.0a1
6000.6.0a1
Issue ID
UUM-120825
Regression
No
SVG fails to import when 'stroke-miterlimit' is less than 1
Reproduction steps:
1. Open the attached “IN-116368_test vector” archived project
2. Select the “Assets/test.svg“ and reimport it (Right-click > Reimport) in the Project View
3. Observe the Console
Expected result: Warning is thrown, SVG file is imported
Actual result: SVGFormatException is thrown because the 'stroke-miterlimit' is equal to 0
Reproducible with: 6000.0.59f1, 6000.1.16f1, 6000.2.7f1, 6000.3.0b4, 6000.4.0a1
Reproducible on: M1 Max macOS 15.6.1 (Tested by CQA), Windows 11 (Reported by the user)
Not reproducible on: No other environment tested
Note: One of the solutions could be to clamp the 'stroke-miterlimit' property so that it is greater than or equal to 1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment