Johannes Rössel [yWorks]

Results 7 issues of 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');} ```

bug

**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...

Area-IDE
untriaged

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...

Feature Request
Area-CLI
up-for-grabs

**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...

bug

**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...

bug