feat: add area & stroke Semi Glyph data.

This commit is contained in:
Zhang Dian
2024-12-20 19:52:02 +08:00
parent 5d51b158fa
commit d0f5b5ef7b
3 changed files with 1478 additions and 77 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,6 @@
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<StaticResource x:Key="SemiIconCaretDown" ResourceKey="SemiIconCaretdown" />
<StaticResource x:Key="SemiIconCaretUp" ResourceKey="SemiIconCaretup" />
<StaticResource x:Key="SemiIconCheckBoxIndeterminate" ResourceKey="SemiIconCheckboxIndeterminate" />
<StaticResource x:Key="SemiIconCheckBoxTick" ResourceKey="SemiIconCheckboxTick" />
</ResourceDictionary>

View File

@@ -2,6 +2,7 @@
<ResourceDictionary.MergedDictionaries>
<ResourceInclude Source="avares://Semi.Avalonia/Themes/Shared/Palette.axaml" />
<ResourceInclude Source="avares://Semi.Avalonia/Themes/Shared/Icon.axaml" />
<ResourceInclude Source="avares://Semi.Avalonia/Themes/Shared/IconPatch.axaml" />
<!-- Controls -->
<ResourceInclude Source="avares://Semi.Avalonia/Themes/Shared/AdornerLayer.axaml" />
<ResourceInclude Source="avares://Semi.Avalonia/Themes/Shared/AutoCompleteBox.axaml" />