Closed dmik closed 4 years ago
From its readme:
Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.
Chromium uses it for HTML/CSS rendering so we need to port it. Some skia bits have been ported for Mozilla and perhaps can be reused.
Needed for #3.
Thanks to our Posix compliance and ported Unix libs, it seems that skia itself contains no platform dependent code. I guess Chromium uses libgfx (#4) / aura (#7) for the underlying WM integration.
From its readme:
Chromium uses it for HTML/CSS rendering so we need to port it. Some skia bits have been ported for Mozilla and perhaps can be reused.
Needed for #3.