Search Issue Tracker
Active
Under Consideration for 6000.5.X
Votes
0
Found in
6000.3.0b4
6000.4.0a1
6000.5.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
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
Add comment