Skip to content

Commit 7fdc381

Browse files
committed
Minor bugfix when drawing single point 'polygons' (#2)
1 parent 2aaa0a6 commit 7fdc381

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

dll_binary/SvgShellExtensions.dll

1.66 MB
Binary file not shown.

source/SvgPreview.pas

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,9 +372,10 @@ function TSvgShellExt.GetThumbnail(cx: Cardinal;
372372

373373
procedure LoadFonts;
374374
begin
375-
FontManager.Load('Arial');
376-
FontManager.Load('Arial Bold');
375+
FontManager.Load('Segoe UI');
376+
FontManager.Load('Segoe UI Black');
377377
FontManager.Load('Times New Roman');
378+
FontManager.Load('Segoe UI Symbol');
378379
end;
379380
//------------------------------------------------------------------------------
380381

0 commit comments

Comments
 (0)