-
Notifications
You must be signed in to change notification settings - Fork 1
Features/net60 #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Features/net60 #1
Conversation
Introducing net6.0 port of HtmlRenderer
…ately matching PDFSharp, Implemented lines/rectangles in Skia.
|
Hee Thanks @mstancombe. I must admit not doing al lot anymore with this lib. Do you expect some work from me? |
|
@driekus77 No expectation, just thought you might want these changes in your repo :) I'm happy to keep plugging away in mine, and if you ever want to pull anything in from it, feel free. Maybe one day we can merge all this back into the original fork! but yeah, not likely 😅 |
…s. These might just be removed permenantly in future.
-Implemented image loading using HttpClient -Added demo resources images to console program -Moved sample test png expected location out of root c: folder. Ideally this should be something less platform specific, but haven't crossed that bridge yet.
…n printed h1 element.
Swap Skia SVG NuGet Package
Rename corner-radius to border-radius & Implement Skia border-radius.
Update font size caluclation
|
Didn't have time to test it but wanted to save the work! |
hey @driekus77 , I was working on a branch of Html-Renderer and had the SkiaSharp stuff mostly working. However, I was working off a fork of a fork, and then went back to the ArthurHub repo and noticed your PR.
Great work!
I've integrated some of the fixes for Skia that I'd done in my branch into yours, so the PR should fix a heap of things with that.
Still haven't done all of it, but it's a lot closer now :)