Question: Is-it possible to load SVG by symbol ? #213
ChristopheI
started this conversation in
Ideas
Replies: 2 comments
-
I'm not sure there is an easy way, probably you can load model and access symbol drawables and render them separately, but not something simple. Svg.Skia/src/Svg.Skia/SKSvg.Model.cs Line 94 in dd0be69 |
Beta Was this translation helpful? Give feedback.
0 replies
-
What I did:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sorry if this question is obvious but I didn't find anything about this digging in the code or in the previous issues:
I have a SVG file with several symbol nodes. I would like to load image by symbol.
Example of SVG:
I would like to load "about--filled" or "active-speaker-hide".
Thx
Beta Was this translation helpful? Give feedback.
All reactions