-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
This seems to be a nice little project. I was actually planning to do something similar myself but it doesn’t look necessary :-). I hope this will be added to NuGet.
However, I’m a bit concerned a bit about this line in Text.cs:
sb.Append($">{Content}</text>");
Shouldn’t Content be encoded before it’s added to the string? Characters like < and > could cause problems if they are in Content. I might missing something because I haven’t tried the code myself. Source in TileImage may have the same problem.
Metadata
Metadata
Assignees
Labels
No labels