JasonLiu

Results 7 issues of JasonLiu

hi biezhi, An exception is thrown when adding the contents of the following matkdown file to the blog system. I think this may be a problem. Can you take a...

#### Description https://github.com/svg-net/SVG/blob/203615cb964634931824bba77198d623b09c5c05/Source/Text/GdiFontDefn.cs#L75 This code to get text bounds size, but the width and height of rectangle be set to 1000, for some long text or text with large font...

#### Reference Issue The output image loses a lot of details source svg: ![source](https://user-images.githubusercontent.com/23184470/177681515-a6acd52a-970f-4fda-b641-0cc80e49ff6f.svg) before fix (9k): ![after](https://user-images.githubusercontent.com/23184470/177680926-9f41e2ce-cd8b-4977-bad2-53dc2ce62abe.png) after fix (11k): ![before](https://user-images.githubusercontent.com/23184470/177680905-76f6b67a-639b-4ea8-84fa-db7856d30641.png) #### What does this implement/fix? Explain your changes....

An unhandled exception occurred while processing the request. SqlException: Login failed for user 'sa'. System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, object providerInfo, bool redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, bool applyTransientFaultHandling)

Hi saleem, it seems master banch can't work with asp.net core, and the latest nuget also not work, but when i switch to dev branch, it worked. I tried to...

``` shell $ phantomjs spider.js "https://www.baidu.com/" ``` 如果在windows下需要双引号

Prerequisite: A PNG image with alpha transparency. The code to reproduce this issue: ``` c# using System.Drawing; using PhotoSauce.MagicScaler; using PhotoSauce.NativeCodecs.Giflib; using PhotoSauce.NativeCodecs.Libheif; using PhotoSauce.NativeCodecs.Libjpeg; using PhotoSauce.NativeCodecs.Libjxl; using PhotoSauce.NativeCodecs.Libpng; using...