adobe / svg-native-viewer

SVG Native viewer is a library that parses and renders SVG Native documents
Apache License 2.0
155 stars 37 forks source link

Skia m116 core support #189

Closed HinTak closed 10 months ago

HinTak commented 1 year ago

Description

This is most of required to build just the library-only part of current svg-native-viewer against current Skia (m116).

Related Issue

It includes the fix the #186, and partially addresses #187. I no longer care about the examples, so I have not addessed the example part of the problems listed in #187.

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist:

HinTak commented 1 year ago

It looks like your CI is broken. Anyway, I am curious what version of skia you tests with. The example code fails building on entry as far as I can see from the git log.

HinTak commented 10 months ago

Replaced by #199 together with #198

HinTak commented 10 months ago

Replaced by https://github.com/adobe/svg-native-viewer/pull/199 together with https://github.com/adobe/svg-native-viewer/pull/198