Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/superjmn/testsvgloader

Example that shows how to load a SVG using Uno Platform and Skia
https://github.com/superjmn/testsvgloader

svg uno-platform web-assembly webassembly

Last synced: 20 days ago
JSON representation

Example that shows how to load a SVG using Uno Platform and Skia

Awesome Lists containing this project

README

        

# TestSvgLoader
Example that shows how to load a SVG using Skia.

It also Works in WebAssembly!

```

```

Check this line.

As today, we cannot use a Content file directly from WebAssembly. For now, we need to change the **Build action** to **Embedded Resource**.
Notice that the `SourceFromEmbeddedResource` is different from the `Source` property.