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: 11 months ago
JSON representation
Example that shows how to load a SVG using Uno Platform and Skia
- Host: GitHub
- URL: https://github.com/SuperJMN/TestSvgLoader
- Owner: SuperJMN
- Created: 2019-11-19T17:40:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-20T08:11:49.000Z (about 6 years ago)
- Last Synced: 2025-02-19T19:44:09.355Z (11 months ago)
- Topics: svg, uno-platform, web-assembly, webassembly
- Language: C#
- Homepage:
- Size: 209 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.