Search Issue Tracker
Active
Votes
0
Found in
6000.0.59f1
6000.1.16f1
6000.2.7f1
6000.3.0b4
6000.4.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
- UI Toolkit Button text is not rendered when the Button has fixed height with specific Icon font
- Unable to bind RenderTexture to the VisualElement's StyleBackground property
- SVG fails to import when 'stroke-miterlimit' is less than 1
- Test Runner fails to create a script in the active path when selecting a file as the active path
- Shader Graph Swizzle Node Input/Output and Mask Update Incorrectly After Undo
Add comment