Skip to content
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

Try drawing with Svg.Skia #607

Closed
tebjan opened this issue Nov 9, 2019 · 2 comments
Closed

Try drawing with Svg.Skia #607

tebjan opened this issue Nov 9, 2019 · 2 comments

Comments

@tebjan
Copy link
Contributor

tebjan commented Nov 9, 2019

This could be an option to get cross platform drawing via Skia. We could join efforts with their repository.
https://github.com/mono/SkiaSharp.Extended/tree/master/SkiaSharp.Extended.Svg

This would leave this repo with the task of building and manipulating SVG files. see #590
But we would need to see how the tests are doing with their renderer.

@tebjan tebjan changed the title Try drawing with Skia.Extended.Svg Try drawing with Svg.Skia Nov 9, 2019
@tebjan
Copy link
Contributor Author

tebjan commented Nov 9, 2019

a better project which is also based on this repo seems to be: https://github.com/wieslawsoltes/Svg.Skia

@wieslawsoltes
Copy link
Contributor

I think the solution in Svg.Skia is not really applicable here as it's far more complex. That said the rendering model is based one to one mapping from SkiaSharp so one can create new rendering engine with relative ease (I have create one for SkiaSharp and one for AvaloniaUI).

Reference: https://github.com/wieslawsoltes/Svg.Skia/tree/master/src/Svg.Model

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants