BerndK / SvgToXaml

Smart Tool to view svg-files and convert them to xaml for use in .NET
Other
886 stars 164 forks source link

Build failed: 'GlyphRun' does not contain a definition for 'PixelsPerDip' #22

Closed cregx closed 3 years ago

cregx commented 3 years ago

When I try to compile the project SvgToXaml I get the following error message: 'GlyphRun' does not contain a definition for 'PixelsPerDip'.

BerndK commented 3 years ago

Try to install and use .Net 4.6.2 or newer like 4.7.x does this help? or use the precompiled one, see releases

BerndK commented 3 years ago

Closed, is a Duplicate of #24