H1Gdev

Results 94 comments of H1Gdev

latest version(v3.3.0) doesn't seem to have this issue. ![output](https://user-images.githubusercontent.com/11144112/139179391-bdf56583-4bab-4fb8-8871-94f41e544a87.png)

@mrbean-bremen Next, I will check this issue.

It is difficult and time-consuming to resolve `struct-use-05-b.svg` so that the various problems resolved by #564 do not recur.

@mrbean-bremen What's issue with this now ?(Text rendering ?) Which SVG is in issue ?

@mrbean-bremen Thanks ! This is a issue with text rendering, too...

@mrbean-bremen strings are drawn using [Graphics](https://docs.microsoft.com/dotnet/api/system.drawing.graphics) in this library. (GDI +) emoji are drawn using [TextRenderer](https://docs.microsoft.com/dotnet/api/system.windows.forms.textrenderer). (GDI) ### Sample Code ```cs var text = "😀"; var location = new Point(100,...

How about using [Span](https://docs.microsoft.com/dotnet/api/system.span-1) ? I don't know if can completely remove `unsafe`.

@mrbean-bremen I will check source files, but it will take some time because there are many changes...

Previously, when I checked issue, I considered changing Fizzler to reference from ``. But I gave up because Fizzler seemed does not support .NetFramework 3.5.

.Net has various frameworks and versions, so it is difficult to maintain compatibility... :tired_face: