Johannes Rössel [yWorks]
Johannes Rössel [yWorks]
Calls like `string.Substring` to which there may be better alternatives using `Span`.
A common scenario here is that I profile an application just built within VS. Looking up source for certain methods from the trace will then open the generated symbol file,...
``` @font-face{font-family:'Roboto'; src: url(data:application/font-ttf;charset=utf-8;base64,undefined) format('truetype');} ```
**Version Used**: .NET 8.0.302 **Steps to Reproduce**: 1. Have code where code in one file sets a field/property in another file to `null` , e.g. **Parent.cs** ```csharp public class Parent...
While `rename-symbol` allows fairly fine-grained selection of symbols to rename with the `--match` parameter where you can use C# to match a symbol, `find-symbol` is fairly limited and only allows...
**Describe the bug** context-stroke should be replaced by the stroke value where a marker is rendered. Since we render markers not as markers, but actual geometry we have to replace...
**Describe the bug** Seemingly at the end of Bézier segments markers are not rotated correctly. **To Reproduce** ```svg ``` **Expected behavior** The marker should be rotated to match the tangent...